Skip to content
Snippets Groups Projects
Unverified Commit b74f8e60 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #55 from mirguest/fixed-spack-clhep

WIP: the FindCLHEP from Gaudi is used when using spack. Just remove the explict dependencies on CLHEP.
parents 95059eec 3873f938
No related branches found
No related tags found
No related merge requests found
gaudi_subdir(SimpleDigi v0r0)
find_package(CLHEP REQUIRED)
find_package(GEAR REQUIRED)
find_package(GSL REQUIRED )
find_package(LCIO REQUIRED )
......
gaudi_subdir(GaudiPandora v0r0)
find_package(CLHEP REQUIRED)
find_package(LCIO REQUIRED )
find_package(GEAR REQUIRED)
message("ENV GEAR: $ENV{GEAR}")
......
gaudi_subdir(TrackSystemSvc v0r0)
find_package(ROOT 6.14 REQUIRED COMPONENTS Matrix Physics)
find_package(CLHEP REQUIRED)
find_package(GEAR REQUIRED)
find_package(LCIO REQUIRED)
find_package(EDM4HEP REQUIRED)
......
......@@ -5,7 +5,6 @@
gaudi_subdir(KalDet v0r0)
find_package(CLHEP REQUIRED)
find_package(LCIO)
find_package(GEAR)
find_package(ROOT COMPONENTS MathCore)
......
gaudi_subdir(KiTrack v0r0)
find_package(ROOT REQUIRED)
find_package(CLHEP REQUIRED)
#find_package(DD4hep REQUIRED)
find_package(GSL REQUIRED)
find_package(EDM4HEP REQUIRED)
......
......@@ -78,7 +78,6 @@ function run-cmake() {
local cmake_modules=${pandorapfa_cmake_modules}
cmake .. -DHOST_BINARY_TAG=${k4_platform} \
-DCLHEP_INCLUDE_DIR=${clhep_include} \
-DCMAKE_MODULE_PATH=${cmake_modules} || {
error: "Failed to cmake"
return 1
......
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