lastz: set compile commands for each compiler (#15284)
This commit is contained in:
parent
c0032a3660
commit
aae59f4866
@ -17,5 +17,9 @@ class Lastz(MakefilePackage):
|
|||||||
# cast from char to signed char
|
# cast from char to signed char
|
||||||
patch('cast_signed_char.patch')
|
patch('cast_signed_char.patch')
|
||||||
|
|
||||||
|
# set compile commands for each compiler
|
||||||
|
def edit(self, spec, prefix):
|
||||||
|
filter_file('gcc', spack_cc, 'src/Makefile')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
make('install', 'LASTZ_INSTALL={0}'.format(prefix.bin))
|
make('install', 'LASTZ_INSTALL={0}'.format(prefix.bin))
|
||||||
|
Loading…
Reference in New Issue
Block a user