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