bioawk: respect compiler choice (#39241)
This commit is contained in:
		| @@ -22,6 +22,9 @@ class Bioawk(MakefilePackage): | |||||||
| 
 | 
 | ||||||
|     parallel = False |     parallel = False | ||||||
| 
 | 
 | ||||||
|  |     def build(self, spec, prefix): | ||||||
|  |         make("CC={0}".format(spack_cc)) | ||||||
|  | 
 | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         mkdirp(prefix.bin) |         mkdirp(prefix.bin) | ||||||
|         install("bioawk", prefix.bin) |         install("bioawk", prefix.bin) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aiden Grossman
					Aiden Grossman