Commit 124556b6 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by Jonas Rembser
Browse files

hepmc3: build with C++17

parent 86646f4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
  '';

  cmakeFlags = [
    "-DHEPMC3_CXX_STANDARD=17"
    "-DHEPMC3_ENABLE_PYTHON=${if withPython then "ON" else "OFF"}"
  ] ++ lib.optionals withPython [
    "-DHEPMC3_PYTHON_VERSIONS=${if python.isPy3k then "3.X" else "2.X"}"