Skip to content

Commit

Permalink
Add reqfiles for k4EDM4hep2LcioConv
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 12, 2023
1 parent 1cd7b3d commit 5908913
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ilcsoft/k4edm4hep2lcioconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ def __init__(self, userInput):

self.reqmodules = ["edm4hep", "LCIO"]

self.reqfiles = [
[
"install/lib/libk4EDM4hep2LcioConv.so",
"install/lib64/libk4EDM4hep2LcioConv.so",
],
["install/bin/lcio2edm4hep"],
]

def init(self):
"""initialize k4edm4hep2lcioconv"""
BaseILC.init(self)
Expand Down

0 comments on commit 5908913

Please sign in to comment.