Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 30630a74be - Show all commits

View File

@@ -8,6 +8,8 @@
, boost
, gitBranch ? "master"
, numComm ? null
, vectFlags ? null
#, breakpointHook
}:
stdenv.mkDerivation rec {
@@ -33,6 +35,7 @@ stdenv.mkDerivation rec {
cc
vtk
boost
# breakpointHook
];
# Required for nanos6
@@ -50,6 +53,7 @@ stdenv.mkDerivation rec {
"apps"
"APP=ExHeat3D"
( if (numComm != null) then "NUM_COMM=${toString numComm}" else "" )
( if (vectFlags != null) then "VECT_FLAGS=${toString vectFlags}" else "" )
];
installPhase = ''