adjust the class name for suite sparse
This commit is contained in:
parent
aca8b5c89d
commit
3c5a1605d5
@ -1,7 +1,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Suitesparse(Package):
|
||||
class SuiteSparse(Package):
|
||||
"""
|
||||
SuiteSparse is a suite of sparse matrix algorithms
|
||||
"""
|
||||
@ -24,4 +24,3 @@ def install(self, spec, prefix):
|
||||
# FIXME : this actually uses the current workaround
|
||||
# FIXME : (blas / lapack always provide libblas and liblapack as aliases)
|
||||
make('install', 'INSTALL=%s' % prefix, 'BLAS=-lblas', 'LAPACK=-llapack')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user