Skip to content
Snippets Groups Projects
Commit 3873f938 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: the FindCLHEP from Gaudi is used when using spack. Just remove the...

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