Skip to content

Commit

Permalink
Merge pull request #111 from veprbl/pr/root_with_webgui
Browse files Browse the repository at this point in the history
root: build with root7=ON and webgui=ON
  • Loading branch information
veprbl authored Dec 13, 2023
2 parents 617f647 + aa4a4ec commit bdf43fa
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 bdf43fa

Please sign in to comment.