Skip to content

Commit

Permalink
Merge pull request #93 from veprbl/pr/jana2_heisenbug
Browse files Browse the repository at this point in the history
jana2: add PODIO destructor fix
  • Loading branch information
veprbl authored Oct 2, 2023
2 parents a78decb + 403c78c commit c648279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/jana2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/JeffersonLab/JANA2/commit/36dcd4928670418ac6b90c2a0b835586eca6a18e.diff";
hash = "sha256-Hausq0YXwDXI7peLbTY5dkKMC0v92hOiZ8BdmDvHcUc=";
})

# https://github.com/eic/EICrecon/issues/949
(fetchpatch {
url = "https://github.com/JeffersonLab/JANA2/commit/fad0866d147913759b50789573066b40eb0abc16.diff";
hash = "sha256-Fuf70sCDl7FKnlwKWfHC2LGZMNJ9IK5TV8a5ENUfO8s=";
})
];

postPatch = ''
Expand Down

0 comments on commit c648279

Please sign in to comment.