gsl: update to 2.7.
This commit is contained in:
parent
d6d4fefeae
commit
638c4e3cef
1 changed files with 8 additions and 3 deletions
|
@ -1,14 +1,19 @@
|
||||||
# Template file for 'gsl'
|
# Template file for 'gsl'
|
||||||
pkgname=gsl
|
pkgname=gsl
|
||||||
version=2.6
|
version=2.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A numerical library for C and C++ programmers"
|
short_desc="Numerical library for C and C++ programmers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
||||||
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8
|
checksum=efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
# avoid numerical noise caused by extended-precision of registers
|
||||||
|
i686*) CFLAGS=-ffloat-store ;;
|
||||||
|
esac
|
||||||
|
|
||||||
gsl-devel_package() {
|
gsl-devel_package() {
|
||||||
depends="gsl>=${version}_${revision}"
|
depends="gsl>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue