Compare commits
	
		
			2 Commits
		
	
	
		
			0cb908d0e5
			...
			22e66259f4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 22e66259f4 | |||
| b4f567474b | 
| @ -44,6 +44,7 @@ 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