fix gsl build with openblas

This commit is contained in:
Danny McClanahan
2022-04-09 02:07:42 -04:00
parent 58ee164777
commit 5fe1a036a0

View File

@@ -38,7 +38,8 @@ class Gsl(AutotoolsPackage, GNUMirrorPackage):
depends_on('m4', type='build', when='+external-cblas')
depends_on('autoconf', type='build', when='+external-cblas')
depends_on('automake', type='build', when='+external-cblas')
depends_on('libtool', type='build', when='+external-cblas')
# Pinning libtool@2.4.6 appears necessary to be compatible with openblas@0.3.20.
depends_on('libtool@2.4.6', type='build', when='+external-cblas')
depends_on('blas', when='+external-cblas')
@property