fix link to blas libs (#8721)

This commit is contained in:
Lukasz 2018-07-17 14:24:52 +01:00 committed by Adam J. Stewart
parent 0a80d94a46
commit 9f0f18dad6

View File

@ -124,6 +124,8 @@ def configure_args(self):
# else:
# options.append('--without-mpi')
options.append('--with-blas=%s' % spec['blas'].libs)
if '+hdf5' in spec:
options.append('--with-hdf5=%s' % spec['hdf5'].prefix)
else: