Skip to content
Snippets Groups Projects
Commit a2dc198e authored by Matthias Steinke's avatar Matthias Steinke
Browse files

sitched to ROOT 5.34-15 and BOOST 1.53.0

parent f356aa2f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ path-constant TOP : . ;
local ROOTSYS = [ os.environ ROOTSYS ] ;
local rlibs = [ SHELL "$(ROOTSYS)/bin/root-config --libs" ] ;
ROOTLIBS = [ MATCH "(.*)[\n]" : $(rlibs) ] ;
path-constant BOOSTINCLUDE : /usr/local/boost153/include ;
path-constant BOOSTLIBPATH : /usr/local/boost153/lib64 ;
BOOSTLIBS = -lboost_date_time -lboost_filesystem -lboost_program_options -lboost_regex -lboost_serialization -lboost_system -lboost_test_exec_monitor -lboost_timer -lboost_chrono -lrt ;
rule split-stack-cond ( properties * )
......@@ -23,6 +25,7 @@ rule split-stack-cond ( properties * )
project :
requirements <include>./
<include>$(BOOSTINCLUDE)
<include>$(extern)/include
<include>$(ROOTSYS)/include
<include>$(GENEVA)/include
......@@ -30,6 +33,7 @@ project :
<cxxflags>-std=gnu++0x
<conditional>@split-stack-cond
<linkflags>$(ROOTLIBS)
<linkflags>-L$(BOOSTLIBPATH)
<linkflags>$(BOOSTLIBS)
<linkflags>-llog4cpp
;
......
setenv ROOTSYS /opt/root/5.28-00h/Linux26SL6_x86_64_gcc444/
#setenv ROOTSYS /opt/root/5.26-00b/Linux26SL5_x86_64_gcc412
#setenv ROOTSYS /opt/root/5.34-01/Linux26SL6_x86_64_gcc444
setenv ROOTSYS /opt/root/5.34-15/Linux26SL6_x86_64_gcc447
setenv CMAKE_SOURCE_DIR `pwd | sed -e 's/\/nfs//'`
setenv LD_LIBRARY_PATH ${ROOTSYS}/lib
......
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