gsl: update external-cblas patch directive (#23787)
This commit is contained in:
parent
2d69f63a9c
commit
5e782f6a23
@ -29,9 +29,10 @@ class Gsl(AutotoolsPackage, GNUMirrorPackage):
|
|||||||
variant('external-cblas', default=False, description='Build against external blas')
|
variant('external-cblas', default=False, description='Build against external blas')
|
||||||
|
|
||||||
# from https://dev.gentoo.org/~mgorny/dist/gsl-2.3-cblas.patch.bz2
|
# 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('m4', type='build', when='+external-cblas')
|
||||||
depends_on('autoconf', type='build', when='+external-cblas')
|
depends_on('autoconf', type='build', when='+external-cblas')
|
||||||
depends_on('automake', type='build', when='+external-cblas')
|
depends_on('automake', type='build', when='+external-cblas')
|
||||||
|
Loading…
Reference in New Issue
Block a user