Skip to content
Snippets Groups Projects
Unverified Commit c31ac174 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Glog: make is a function (#8648)

parent 4b15391d
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment