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
9ef57a32
Commit
9ef57a32
authored
9 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
switched to new paths in the setup files
parent
d7ad2519
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jamroot
+1
-0
1 addition, 0 deletions
Jamroot
SetEnv_rub
+3
-3
3 additions, 3 deletions
SetEnv_rub
with
4 additions
and
3 deletions
Jamroot
+
1
−
0
View file @
9ef57a32
import os ;
path-constant TOP : . ;
path-constant ROOTSYS : /opt/root/5.34-15/Linux26SL6_x86_64_gcc447/ ;
local rlibs = [ SHELL "$(ROOTSYS)/bin/root-config --libs" ] ;
ROOTLIBS = [ MATCH "(.*)[\n]" : $(rlibs) ] ;
BOOSTLIBS = -lboost_date_time -lboost_filesystem -lboost_program_options -lboost_regex -lboost_serialization -lboost_system -lboost_test_exec_monitor -lboost_timer -lboost_chrono -lrt ;
...
...
This diff is collapsed.
Click to expand it.
SetEnv_rub
+
3
−
3
View file @
9ef57a32
setenv ROOTSYS /opt/root/5.34-15/Linux26SL6_x86_64_gcc447
setenv TOP_DIR `pwd | sed -e 's/\/nfs//'`
setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:${TOP_DIR}/lib:/data/
pegasus1
/PANDA/PWA/lib
setenv PATH ${PATH}:${ROOTSYS}/bin:/data/
pegasus1
/PANDA/bin
setenv BOOST_BUILD_PATH /data/
pegasus1
/PANDA/PWA/boost-build
setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:${TOP_DIR}/lib:/data/
sleipnir
/PANDA/PWA/lib
setenv PATH ${PATH}:${ROOTSYS}/bin:/data/
sleipnir
/PANDA/bin
setenv BOOST_BUILD_PATH /data/
sleipnir
/PANDA/PWA/boost-build
-SL6
echo "\n ROOTSYS: " $ROOTSYS
echo "\n BOOST_BUILD_PATH: " $BOOST_BUILD_PATH
...
...
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