gsl: update to 2.7.1, adopt.
This commit is contained in:
parent
eb53f7e510
commit
1c6e7efb3e
2 changed files with 5 additions and 4 deletions
|
@ -830,7 +830,7 @@ libgiblib.so.1 giblib-1.2.4_1
|
|||
libgc.so.1 gc-7.6.4_1
|
||||
libcord.so.1 gc-7.4_1
|
||||
libgslcblas.so.0 gsl-1.15_1
|
||||
libgsl.so.25 gsl-2.6_1
|
||||
libgsl.so.27 gsl-2.7.1_1
|
||||
liblua5.1.so.5.1 lua51-5.1.5_1
|
||||
liblua5.2.so.5.2 lua52-5.2.4_2
|
||||
liblua5.3.so.5.3 lua53-5.3.5_4
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'gsl'
|
||||
pkgname=gsl
|
||||
version=2.7
|
||||
version=2.7.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Numerical library for C and C++ programmers"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
||||
changelog="http://git.savannah.gnu.org/cgit/gsl.git/plain/NEWS"
|
||||
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
|
||||
checksum=efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b
|
||||
checksum=dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
# avoid numerical noise caused by extended-precision of registers
|
||||
|
|
Loading…
Reference in a new issue