gsl: update to 2.1.
This commit is contained in:
parent
e292e1c8dd
commit
c2c7bab6a5
|
@ -798,7 +798,7 @@ libgiblib.so.1 giblib-1.2.4_1
|
|||
libgc.so.1 gc-7.1_1
|
||||
libcord.so.1 gc-7.4_1
|
||||
libgslcblas.so.0 gsl-1.15_1
|
||||
libgsl.so.0 gsl-1.15_1
|
||||
libgsl.so.19 gsl-2.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 lua-5.3.1_2
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gsl'
|
||||
pkgname=gsl
|
||||
version=1.16
|
||||
revision=2
|
||||
version=2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="A numerical library for C and C++ programmers"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
||||
license="GPL-2"
|
||||
license="GPL-3"
|
||||
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
|
||||
checksum=73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53
|
||||
checksum=59ad06837397617f698975c494fe7b2b698739a59e2fcf830b776428938a0c66
|
||||
|
||||
gsl-devel_package() {
|
||||
depends="gsl>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue