Glog: make is a function (#8648)

This commit is contained in:
Adam J. Stewart 2018-07-06 07:15:47 -05:00 committed by GitHub
parent 4b15391dab
commit c31ac174c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class Glog(Package):
def install(self, spec, prefix):
configure('--prefix=%s' % prefix)
make
make()
make('install')
@when('@0.3.5:')
@ -50,5 +50,5 @@ def install(self, spec, prefix):
with working_dir('spack-build', create=True):
cmake('..', *cmake_args)
make
make()
make('install')