Skip to content

Commit

Permalink
Fix extra prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 28, 2023
1 parent 72ed51e commit 639b491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/key4hep-stack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def setup_run_environment(self, env):
if "vdt" in self.spec:
env.prepend_path("CPATH", self.spec["vdt"].prefix.include)
# When building podio with +rntuple there are warnings constantly without this
env.prepend_path("LD_LIBRARY_PATH", self.spec["vdt"].prefix.libs.directories[0])
env.prepend_path("LD_LIBRARY_PATH", self.spec["vdt"].libs.directories[0])

# Issue on ubuntu, whizard fails to load libomega.so.0
if self.compiler.operating_system == "ubuntu22.04":
Expand Down

0 comments on commit 639b491

Please sign in to comment.