Do not check missing symlinks in intel-oneapi
This commit is contained in:
		
							parent
							
								
									70039143ba
								
							
						
					
					
						commit
						a02f69ad2c
					
				@ -106,6 +106,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  autoPatchelfIgnoreMissingDeps = [ "libhwloc.so.5" "libcuda.so.1" "libze_loader.so.1" ];
 | 
					  autoPatchelfIgnoreMissingDeps = [ "libhwloc.so.5" "libcuda.so.1" "libze_loader.so.1" ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  dontCheckForBrokenSymlinks = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nativeBuildInputs = [ autoPatchelfHook ];
 | 
					  nativeBuildInputs = [ autoPatchelfHook ];
 | 
				
			||||||
  installPhase = ''
 | 
					  installPhase = ''
 | 
				
			||||||
    cp -r $src/opt/intel/oneapi/ $out
 | 
					    cp -r $src/opt/intel/oneapi/ $out
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user