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

WIP: Fix the runtime problem.

parent 73f37c3c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ dsvc = k4DataSvc("EventDataSvc")
geometry_option = "det.xml"
if not os.getenv("DETDRIFTCHAMBERROOT"):
print("Can't find the geometry. Please setup envvar DETCEPCV4ROOT." )
print("Can't find the geometry. Please setup envvar DETDRIFTCHAMBERROOT." )
sys.exit(-1)
geometry_path = os.path.join(os.getenv("DETDRIFTCHAMBERROOT"), "compact", geometry_option)
......
......@@ -32,6 +32,7 @@ gaudi_add_module(GenAlgo
${CLHEP_LIBRARIES}
${LCIO_LIBRARIES}
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
ROOT::EG
)
install(TARGETS GenAlgo
......
......@@ -62,8 +62,8 @@ function run-job() {
##############################################################################
# The current default platform
lcg_platform=x86_64-slc6-gcc8-opt
lcg_version=97.0.2
lcg_platform=x86_64-centos7-gcc8-opt
lcg_version=98.0.0
check-cepcsw-envvar || exit -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