Skip to content

Commit

Permalink
Merge pull request #100 from veprbl/pr/dd4hep_01_27
Browse files Browse the repository at this point in the history
dd4hep: 01-26 -> 01-27
  • Loading branch information
veprbl authored Oct 27, 2023
2 parents 90b09fb + 723be30 commit 10b354c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
flake = false;
};
inputs.dd4hep-src = {
url = "github:AIDASoft/DD4hep/v01-26";
url = "github:AIDASoft/DD4hep/v01-27";
flake = false;
};
inputs.edm4eic-src = {
Expand Down
24 changes: 1 addition & 23 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, dd4hep-src
, fetchpatch
, assimp
, boost
, bzip2
Expand All @@ -20,32 +19,11 @@

stdenv.mkDerivation rec {
pname = "DD4hep";
version = "01-26.${dd4hep-src.shortRev or "dirty"}";
version = "01-27.${dd4hep-src.shortRev or "dirty"}";

src = dd4hep-src;

patches = [
# HepMC3FileReader.cpp: avoid double call to HepMC3::Reader::close()
(fetchpatch {
name = "dd4hep-xrd-fix.patch";
url = "https://github.com/AIDASoft/DD4hep/commit/94994604256b248f91e345a109131498fa15dd1a.diff";
hash = "sha256-EzTBmxAv8LiuGmb4yBUIMfouX1Ls1wtxVtG4kVxnVzE=";
})

# Geant4Output2EDM4hep: allow reuse of collection names... again
(fetchpatch {
name = "dd4hep-tracking-collection-fix.patch";
url = "https://github.com/AIDASoft/DD4hep/commit/81254eae004f1a54a60d1df5ad06e0db342b04cd.diff";
hash = "sha256-jOYKfMvEm70MPfYfkeI1sCiUfWp8NnqS4Ir20RJIa3k=";
})

# https://github.com/AIDASoft/DD4hep/pull/1161
(fetchpatch {
name = "dd4hep-hexgrid-support.patch";
url = "https://github.com/AIDASoft/DD4hep/commit/03a54fdb313fb507448327269712851bc809b3ca.diff";
hash = "sha256-HLcweBL37eHQ+DuyjCe1fWfNSw3zoFCMr5IkNOEw6rI=";
})

./hexgrid_fix.patch
];

Expand Down

0 comments on commit 10b354c

Please sign in to comment.