Skip to content

Commit

Permalink
root: build with root7=ON and webgui=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 12, 2023
1 parent 617f647 commit aa4a4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ final: prev: with final; {
"-Dbuiltin_unuran=ON"
"-Dpythia6=ON" # for fun4all
"-Dunuran=ON" # for sartre
"-Droot7=ON" "-Dwebgui=ON" "-Dbuiltin_openui5=ON" # ROOT::ROOTGeomViewer for dd4hep
] ++ final.lib.optionals final.stdenv.isDarwin [
# https://github.com/AIDASoft/podio/issues/367
"-Dimt=OFF"
];
preConfigure = builtins.replaceStrings [ "rm -rf builtins/*" ] [ "" ] prev.preConfigure;
buildInputs = prev.buildInputs ++ [
openssl
pythia6
Expand Down
3 changes: 0 additions & 3 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ stdenv.mkDerivation rec {
substituteInPlace cmake/thisdd4hep.sh \
--replace "grep" "${gnugrep}/bin/grep"
substituteInPlace DDCore/CMakeLists.txt \
--replace "ROOT::ROOTHistDraw" ""
'' + lib.optionalString stdenv.isDarwin ''
substituteInPlace cmake/DD4hepBuild.cmake \
--replace 'set(CMAKE_INSTALL_NAME_DIR "@rpath")' "" \
Expand Down

0 comments on commit aa4a4ec

Please sign in to comment.