Skip to content

Commit

Permalink
lcgeo: also allow libraries named k4geo
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored and tmadlener committed Dec 20, 2023
1 parent f3a0839 commit 2659df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilcsoft/lcgeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, userInput):
self.download.gituser = 'iLCSoft'
self.download.gitrepo = 'lcgeo'

self.reqfiles = [ ["lib/liblcgeo.so", "lib/liblcgeo.dylib" ]]
self.reqfiles = [ ["lib/liblcgeo.so", "lib/liblcgeo.dylib", "lib/libk4geo.so", "lib/libk4geo.dylib" ]]

self.reqmodules = [ "DD4hep" , "ROOT" , "LCIO", "GEAR", "Geant4" ]
# self.reqmodules = [ "DD4hep" , "ROOT" , "LCIO", "GEAR", "Geant4" , "CLHEP" ]
Expand Down

0 comments on commit 2659df8

Please sign in to comment.