blat: use SPACK_CC (#17364)
This commit is contained in:
parent
61804f201a
commit
2cd9e1eb62
@ -21,5 +21,6 @@ def setup_build_environment(self, env):
|
|||||||
env.set('MACHTYPE', 'x86_64')
|
env.set('MACHTYPE', 'x86_64')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
filter_file('CC=.*', 'CC={0}'.format(spack_cc), 'inc/common.mk')
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
make("BINDIR=%s" % prefix.bin)
|
make("BINDIR=%s" % prefix.bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user