blat: use SPACK_CC (#17364)

This commit is contained in:
ketsubouchi
2020-07-03 15:38:23 +09:00
committed by GitHub
parent 61804f201a
commit 2cd9e1eb62

View File

@@ -21,5 +21,6 @@ def setup_build_environment(self, env):
env.set('MACHTYPE', 'x86_64')
def install(self, spec, prefix):
filter_file('CC=.*', 'CC={0}'.format(spack_cc), 'inc/common.mk')
mkdirp(prefix.bin)
make("BINDIR=%s" % prefix.bin)