File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WCSIMDIR
12
12
# Note: official ROOT 5.34 installation on sukap is not compatible with cmake
13
13
# Temporary use Guillaume Pronost's version. Should change in the future.
14
14
#
15
- export ROOT_DIR=/disk02/usr6 /pronost/software/root-5.34.38-build
15
+ export ROOT_DIR=/home /pronost/software/root-5.34.38-build
16
16
# Note: There is no official ROOT 6 installation
17
17
# Temporary use Guillaume Pronost's version. Should change in the future.
18
- # WARNING: This version is quite slow currently, investigation on-going
19
- # export ROOT_DIR=/disk02/usr6/pronost/software/root6-build
18
+ # export ROOT_DIR=/home/pronost/software/root-6.22.00-build
20
19
echo " Load ROOT from: ${ROOT_DIR} "
21
20
source ${ROOT_DIR} /bin/thisroot.sh
22
21
You can’t perform that action at this time.
0 commit comments