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