Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PWA
Pawian
Commits
a2dc198e
Commit
a2dc198e
authored
11 years ago
by
Matthias Steinke
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jamroot
+4
-0
4 additions, 0 deletions
Jamroot
SetEnv_rub
+1
-3
1 addition, 3 deletions
SetEnv_rub
with
5 additions
and
3 deletions
Jamroot
+
4
−
0
View file @
a2dc198e
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
SetEnv_rub
+
1
−
3
View file @
a2dc198e
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment