Fix strictDeps ompss2
This commit is contained in:
		
							parent
							
								
									834fb1d6d1
								
							
						
					
					
						commit
						f9ed2b40b2
					
				| @ -57,18 +57,20 @@ in stdenv.mkDerivation rec { | |||||||
| 
 | 
 | ||||||
|   isClangWithOmpss = true; |   isClangWithOmpss = true; | ||||||
| 
 | 
 | ||||||
|   nativeBuildInputs = [ zlib ]; |   nativeBuildInputs = [ | ||||||
| 
 |  | ||||||
|   buildInputs = [ |  | ||||||
|     which |  | ||||||
|     bash |     bash | ||||||
|  |     cmake | ||||||
|  |     elfutils | ||||||
|  |     llvmPackages_latest.lld | ||||||
|  |     pkg-config | ||||||
|     python3 |     python3 | ||||||
|     perl |     perl | ||||||
|     cmake |     which | ||||||
|     llvmPackages_latest.lld |     zlib | ||||||
|     elfutils |   ]; | ||||||
|  | 
 | ||||||
|  |   buildInputs = [ | ||||||
|     libffi |     libffi | ||||||
|     pkg-config |  | ||||||
|     zlib |     zlib | ||||||
|     gcc.cc.lib # Required for libstdc++.so.6 |     gcc.cc.lib # Required for libstdc++.so.6 | ||||||
|   ]; |   ]; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user