Skip to content
GitLab
Explore
Sign in
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
f7d6a79d
Commit
f7d6a79d
authored
14 years ago
by
Ruediger Berlich
Browse files
Options
Downloads
Patches
Plain Diff
Added a directory for local content (configuration files, build scripts, ...)
parent
7d46dbdb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Local/buildSCC.sh
+15
-0
15 additions, 0 deletions
Local/buildSCC.sh
with
15 additions
and
0 deletions
Local/buildSCC.sh
0 → 100755
+
15
−
0
View file @
f7d6a79d
#!/bin/bash
# Set some variables
export
ROOTSYS
=
/opt/root
export
CMAKE_SOURCE_DIR
=
/home/rberlich/Pawian
export
LD_LIBRARY_PATH
=
${
ROOTSYS
}
/lib
export
PATH
=
${
PATH
}
:
${
ROOTSYS
}
/bin
export
BOOST_BUILD_PATH
=
${
CMAKE_SOURCE_DIR
}
/build/
export
BOOST_ROOT
=
/opt/boost146
export
BOOST_INCLUDEDIR
=
/opt/boost146/include
export
BOOST_LIBRARYDIR
=
/opt/boost146/lib
export
Minuit2_ROOT
=
/opt/minuit2
export
GENEVA_ROOT
=
/opt/geneva
cmake ..
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