Fix undefined symbols by building shared libraries
This commit is contained in:
@@ -44,7 +44,8 @@ def install(self, spec, prefix):
|
||||
config_args = [
|
||||
'--prefix={0}'.format(prefix),
|
||||
'--with-blas={0}'.format(spec['blas'].prefix.lib),
|
||||
'--with-lapack={0}'.format(spec['lapack'].prefix.lib)
|
||||
'--with-lapack={0}'.format(spec['lapack'].prefix.lib),
|
||||
'--enable-shared'
|
||||
]
|
||||
|
||||
configure(*config_args)
|
||||
|
Reference in New Issue
Block a user