Fix strictDeps nanos6
This commit is contained in:
		
							parent
							
								
									7db20fe785
								
							
						
					
					
						commit
						112f108307
					
				| @ -88,11 +88,19 @@ in | |||||||
|     dontStrip = enableDebug; |     dontStrip = enableDebug; | ||||||
|     separateDebugInfo = true; |     separateDebugInfo = true; | ||||||
| 
 | 
 | ||||||
|     buildInputs = [ |     nativeBuildInputs = [ | ||||||
|       autoconf |       autoconf | ||||||
|       automake |       automake | ||||||
|       libtool |       libtool | ||||||
|       pkg-config |       pkg-config | ||||||
|  | 
 | ||||||
|  |       # TODO: papi_version is needed for configure: | ||||||
|  |       # ./configure: line 27378: papi_version: command not found | ||||||
|  |       # This probably breaks cross-compilation | ||||||
|  |       papi | ||||||
|  |     ]; | ||||||
|  | 
 | ||||||
|  |     buildInputs = [ | ||||||
|       boost |       boost | ||||||
|       numactl |       numactl | ||||||
|       hwloc |       hwloc | ||||||
| @ -104,7 +112,7 @@ in | |||||||
|     postInstall = '' |     postInstall = '' | ||||||
|       mkdir -p $out/nix-support |       mkdir -p $out/nix-support | ||||||
|       echo "export NANOS6_HOME=$out" >> $out/nix-support/setup-hook |       echo "export NANOS6_HOME=$out" >> $out/nix-support/setup-hook | ||||||
|     '';  |     ''; | ||||||
| 
 | 
 | ||||||
|     meta = with lib; { |     meta = with lib; { | ||||||
|       homepage = "https://github.com/bsc-pm/nanos6"; |       homepage = "https://github.com/bsc-pm/nanos6"; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user