hepmc3: extend python when the python bindings are enabled (#47836)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
962498095d
commit
58421866c2
@ -57,6 +57,8 @@ class Hepmc3(CMakePackage):
|
||||
conflicts("%gcc@9.3.0", when="@:3.1.1")
|
||||
patch("ba38f14d8f56c16cc4105d98f6d4540c928c6150.patch", when="@3.1.2:3.2.1 %gcc@9.3.0")
|
||||
|
||||
extends("python", when="+python")
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries(["libHepMC3", "libHepMC3Search"], root=self.prefix, recursive=True)
|
||||
|
Loading…
Reference in New Issue
Block a user