suite-sparse: build libraries without running demos (#17007)

fixes #16638
This commit is contained in:
Massimiliano Culpo 2020-06-09 06:54:50 +02:00 committed by GitHub
parent 9cda38c03d
commit 2e20ee8ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)