Skip to content

Commit

Permalink
Merge pull request #181 from veprbl/pr/dd4hep_xrootd_fix
Browse files Browse the repository at this point in the history
dd4hep: fix ddsim with xrootd input
  • Loading branch information
veprbl authored Jun 29, 2024
2 parents 2511969 + ca424ba commit d210c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ stdenv.mkDerivation rec {
--replace "find_package(podio 0.16.3 REQUIRED)" "find_package(podio REQUIRED)"
substituteInPlace cmake/thisdd4hep.sh \
--replace "grep" "${gnugrep}/bin/grep"
substituteInPlace DDG4/python/DDSim/DD4hepSimulation.py \
--replace "if not os.path.exists(fileName):" "if False:"
'' + lib.optionalString stdenv.isDarwin ''
substituteInPlace cmake/DD4hepBuild.cmake \
--replace 'set(CMAKE_INSTALL_NAME_DIR "@rpath")' "" \
Expand Down

0 comments on commit d210c4d

Please sign in to comment.