Skip to content
Snippets Groups Projects
Commit f7d6a79d authored by Ruediger Berlich's avatar Ruediger Berlich
Browse files

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
#!/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 ..
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