gsl: update external-cblas patch directive (#23787)

This commit is contained in:
Olivier Cessenat 2021-05-21 09:31:31 +02:00 committed by GitHub
parent 2d69f63a9c
commit 5e782f6a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,10 @@ class Gsl(AutotoolsPackage, GNUMirrorPackage):
variant('external-cblas', default=False, description='Build against external blas')
# from https://dev.gentoo.org/~mgorny/dist/gsl-2.3-cblas.patch.bz2
patch('gsl-2.3-cblas.patch', when="+external-cblas")
patch('gsl-2.3-cblas.patch', when="@2.3:2.5.99+external-cblas")
conflicts('+external-cblas', when="@:2.2.99")
conflicts('+external-cblas', when="@:2.2.9999")
depends_on('m4', type='build', when='+external-cblas')
depends_on('autoconf', type='build', when='+external-cblas')
depends_on('automake', type='build', when='+external-cblas')