-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh.ubooneevd1
31 lines (23 loc) · 1.01 KB
/
setup.sh.ubooneevd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ABSOLUTE_PATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
#echo $ABSOLUTE_PATH
# needed the first time to get clang++ setup as the apache user.
# not needed if using ups
# check if xcode has been setup already:
#xcode-select -p > /dev/null 2>&1
#if [ $? -ne 0 ] ; then
# xcode-select --install
#fi
# Set up your main larsoft directory.
source /cvmfs/uboone.opensciencegrid.org/products/setup_uboone.sh
# if desired, you can add your own verson of ubooon by doing 'mrb install' in an mrb area:
#export PRODUCTS=/Users/tagg/lar680/localProducts_uboone_v06_80_00_c2_debug/:$PRODUCTS
#setup larlite v06_70_00d -q e17:debug
#setup uboonecode v08_30_00 -q e17:debug
# Using the c2 build for now, because of failed e17 binaries oct 2019
setup larlite v06_70_00h -q c2:prof
setup uboonecode v08_30_00 -q c2:prof
# tell node-gyp to use the right executable:
export CXX=`which clang++`
# source ../backend/larlite/config/setup.sh
#export PATH=/home/argo/node-v10.15.0-linux-x64/bin:$PATH
node $ABSOLUTE_PATH/create_environment_scripts.js