Compare commits
2 Commits
22e66259f4
...
0cb908d0e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cb908d0e5 | |||
| 0a0c40c7c8 |
@ -44,7 +44,6 @@ in
|
|||||||
patchShebangs --build test/
|
patchShebangs --build test/
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = [ cmake ] ++ lib.optionals (useMpi) [ mpi ];
|
nativeBuildInputs = [ cmake ] ++ lib.optionals (useMpi) [ mpi ];
|
||||||
buildInputs = lib.optionals (useMpi) [ mpi ];
|
|
||||||
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DOVNI_GIT_COMMIT=${src.shortRev}"
|
"-DOVNI_GIT_COMMIT=${src.shortRev}"
|
||||||
|
|||||||
Reference in New Issue
Block a user