parent
f67f3b1796
commit
f583e471b8
@ -21,7 +21,9 @@ class Pigz(MakefilePackage):
|
|||||||
depends_on('zlib')
|
depends_on('zlib')
|
||||||
|
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
make()
|
# force makefile to use cc as C compiler which is set by
|
||||||
|
# spack
|
||||||
|
make('CC=cc')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user