Skip to content
Snippets Groups Projects
Commit 9f0f18da authored by Lukasz's avatar Lukasz Committed by Adam J. Stewart
Browse files

fix link to blas libs (#8721)

parent 0a80d94a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment