forked from rarias/bscpkgs
		
	Fix strictDeps nanos6
This commit is contained in:
		
							parent
							
								
									c7799d3bef
								
							
						
					
					
						commit
						588792d08f
					
				| @ -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 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user