Skip to content

Commit

Permalink
Merge pull request #95 from veprbl/pr/dd4hep_hepmc3_compression
Browse files Browse the repository at this point in the history
dd4hep: enable hepmc3 compression support
  • Loading branch information
veprbl authored Oct 17, 2023
2 parents 94e7ecf + 2be8e8a commit de02f12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
, fetchpatch
, assimp
, boost
, bzip2
, cmake
, edm4hep
, geant4
, hepmc3
, lzma
, zlib
, gnugrep
, python3
, root
Expand Down Expand Up @@ -64,9 +67,12 @@ stdenv.mkDerivation rec {
];
buildInputs = [
assimp
bzip2
edm4hep
geant4
hepmc3
lzma
zlib
];
propagatedBuildInputs = [
boost
Expand All @@ -88,6 +94,7 @@ stdenv.mkDerivation rec {

cmakeFlags = [
"-DCMAKE_CXX_STANDARD=17" # match geant4
"-DDD4HEP_HEPMC3_COMPRESSION_SUPPORT=ON"
"-DDD4HEP_USE_EDM4HEP=ON"
"-DDD4HEP_USE_HEPMC3=ON"
"-DDD4HEP_USE_GEANT4=ON"
Expand Down

0 comments on commit de02f12

Please sign in to comment.