Glog: make is a function (#8648)
This commit is contained in:
parent
4b15391dab
commit
c31ac174c6
@ -40,7 +40,7 @@ class Glog(Package):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure('--prefix=%s' % prefix)
|
configure('--prefix=%s' % prefix)
|
||||||
make
|
make()
|
||||||
make('install')
|
make('install')
|
||||||
|
|
||||||
@when('@0.3.5:')
|
@when('@0.3.5:')
|
||||||
@ -50,5 +50,5 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
cmake('..', *cmake_args)
|
cmake('..', *cmake_args)
|
||||||
make
|
make()
|
||||||
make('install')
|
make('install')
|
||||||
|
Loading…
Reference in New Issue
Block a user