Skip to content

Commit

Permalink
Merge pull request HEP-FCC#2 from jlingema/root6_migration
Browse files Browse the repository at this point in the history
Updating to ROOT v6
  • Loading branch information
cbernet committed Jan 13, 2016
2 parents b73bdd5 + 1506ccd commit 6d50de8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions datamodel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ install(TARGETS datamodel
LIBRARY DESTINATION "${INSTALL_LIB_DIR}" COMPONENT shlib
PUBLIC_HEADER DESTINATION "${INSTALL_INCLUDE_DIR}/datamodel"
COMPONENT dev)

if (${ROOT_VERSION} GREATER 6)
install(FILES
"${PROJECT_BINARY_DIR}/datamodel/ExampleDict_rdict.pcm"
DESTINATION "${INSTALL_LIB_DIR}" COMPONENT dev)
endif()
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export PATH=/afs/cern.ch/sw/lcg/contrib/CMake/2.8.9/Linux-i386/bin:${PATH}
source /afs/cern.ch/sw/lcg/contrib/gcc/4.8.1/x86_64-slc6/setup.sh
source /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.20/x86_64-slc6-gcc48-opt/root/bin/thisroot.sh
source /afs/cern.ch/sw/lcg/contrib/gcc/4.9.3/x86_64-slc6/setup.sh
source /afs/cern.ch/exp/fcc/sw/0.5/LCG_80/ROOT/6.04.06/x86_64-slc6-gcc49-opt/bin/thisroot.sh

export FCCEDM=$PWD/install
export LD_LIBRARY_PATH=$FCCEDM/lib:$LD_LIBRARY_PATH
Expand Down

0 comments on commit 6d50de8

Please sign in to comment.