Fix strictDeps ovni
This commit is contained in:
		
							parent
							
								
									ffcb91bd8d
								
							
						
					
					
						commit
						94068997d9
					
				| @ -13,8 +13,6 @@ | |||||||
| , useMpi ? (stdenv.buildPlatform.canExecute stdenv.hostPlatform) | , useMpi ? (stdenv.buildPlatform.canExecute stdenv.hostPlatform) | ||||||
| }: | }: | ||||||
| 
 | 
 | ||||||
| with lib; |  | ||||||
| 
 |  | ||||||
| let | let | ||||||
|   release = rec { |   release = rec { | ||||||
|     version = "1.12.0"; |     version = "1.12.0"; | ||||||
| @ -45,7 +43,7 @@ in | |||||||
|     postPatch = '' |     postPatch = '' | ||||||
|       patchShebangs --build test/ |       patchShebangs --build test/ | ||||||
|     ''; |     ''; | ||||||
|     nativeBuildInputs = [ cmake ]; |     nativeBuildInputs = [ cmake ] ++ lib.optionals (useMpi) [ mpi ]; | ||||||
|     buildInputs = 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 = [ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user