harminv: update for blas/lapack (#27572)
This commit is contained in:
parent
8d1e66a627
commit
e7b97c9473
@ -24,9 +24,11 @@ class Harminv(AutotoolsPackage):
|
|||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
lapack = spec['lapack'].libs
|
||||||
|
blas = spec['blas'].libs
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'--enable-shared',
|
'--enable-shared',
|
||||||
'--with-blas={0}'.format(spec['blas'].prefix.lib),
|
'--with-blas={0}'.format(blas.ld_flags),
|
||||||
'--with-lapack={0}'.format(spec['lapack'].prefix.lib),
|
'--with-lapack={0}'.format(lapack.ld_flags),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user