forked from rarias/bscpkgs
Compare commits
3 Commits
3a306a67df
...
c53d76323f
| Author | SHA1 | Date | |
|---|---|---|---|
|
c53d76323f
|
|||
|
0cb908d0e5
|
|||
|
0a0c40c7c8
|
@@ -44,7 +44,6 @@ 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