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 aa3f816388 - Show all commits

View File

@@ -43,7 +43,7 @@ in
postPatch = ''
patchShebangs --build test/
'';
buildInputs = [ cmake mpi ];
nativeBuildInputs = [ cmake mpi ];
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
preCheck = ''