suite-sparse: build libraries without running demos (#17007)
fixes #16638
This commit is contained in:
parent
9cda38c03d
commit
2e20ee8ea2
@ -142,7 +142,7 @@ def install(self, spec, prefix):
|
||||
# not possible, mainly because of GraphBLAS. Thus compile first and
|
||||
# install in a second run.
|
||||
if '@5.4.0:' in self.spec:
|
||||
make('default', *make_args)
|
||||
make('library', *make_args)
|
||||
|
||||
make_args.append('INSTALL=%s' % prefix)
|
||||
make('install', *make_args)
|
||||
|
Loading…
Reference in New Issue
Block a user