Fix strictDeps ompss2
This commit is contained in:
		
							parent
							
								
									29b3129517
								
							
						
					
					
						commit
						ae5345ea62
					
				@ -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