Use gcc 13 for intel compiler 2023
Intel compiler for C++ (icpc) is not able to parse the location of C++ headers from the output of gcc 14, but works fine for gcc 13.
This commit is contained in:
		
							parent
							
								
									d205c64f05
								
							
						
					
					
						commit
						92f8904b21
					
				| @ -12,7 +12,7 @@ | |||||||
| , autoPatchelfHook | , autoPatchelfHook | ||||||
| , symlinkJoin | , symlinkJoin | ||||||
| , libfabric | , libfabric | ||||||
| , gcc | , gcc13 | ||||||
| , gcc7 | , gcc7 | ||||||
| , wrapCCWith | , wrapCCWith | ||||||
| , linuxHeaders | , linuxHeaders | ||||||
| @ -30,6 +30,8 @@ | |||||||
| 
 | 
 | ||||||
| let | let | ||||||
| 
 | 
 | ||||||
|  |   gcc = gcc13; | ||||||
|  | 
 | ||||||
|   v = { |   v = { | ||||||
|     hpckit   = "2023.1.0"; |     hpckit   = "2023.1.0"; | ||||||
|     compiler = "2023.1.0"; |     compiler = "2023.1.0"; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user