bioawk: respect compiler choice (#39241)

This commit is contained in:
Aiden Grossman 2023-10-19 00:55:57 -07:00 committed by GitHub
parent e417ca54a0
commit b68a620fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)