fix link to blas libs (#8721)
This commit is contained in:
parent
0a80d94a46
commit
9f0f18dad6
@ -124,6 +124,8 @@ def configure_args(self):
|
|||||||
# else:
|
# else:
|
||||||
# options.append('--without-mpi')
|
# options.append('--without-mpi')
|
||||||
|
|
||||||
|
options.append('--with-blas=%s' % spec['blas'].libs)
|
||||||
|
|
||||||
if '+hdf5' in spec:
|
if '+hdf5' in spec:
|
||||||
options.append('--with-hdf5=%s' % spec['hdf5'].prefix)
|
options.append('--with-hdf5=%s' % spec['hdf5'].prefix)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user