Skip to content
Snippets Groups Projects
Commit f261932e authored by Javier Galan's avatar Javier Galan
Browse files

Ordering

parent 2f12a5ee
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,13 @@ if (lcg_pos GREATER -1
set(lcg_found TRUE)
endif ()
set(loadLCG "")
if (lcg_found)
set(loadLCG
"\# REST_LCG was enabled. We load LCG_104 environment.\nsource /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc11-opt/setup.sh\n\n"
)
endif ()
# We identify the thisroot.sh script for the corresponding ROOT version
execute_process(
COMMAND root-config --prefix
......@@ -41,13 +48,6 @@ if (${REST_G4} MATCHES "ON")
)
endif ()
set(loadLCG "")
if (lcg_found)
set(loadLCG
"\# REST_LCG was enabled. We load LCG_104 environment.\nsource /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc11-opt/setup.sh\n\n"
)
endif ()
set(loadMPFR "")
if (DEFINED MPFR_PATH)
set(loadMPFR "export LD_LIBRARY_PATH=${MPFR_PATH}/lib:\$LD_LIBRARY_PATH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment