gmp: update to 6.1.0

This commit is contained in:
Tom G. Christensen 2016-05-25 20:41:16 +02:00
parent 01bafdbe39
commit f18bf92172
2 changed files with 6 additions and 4 deletions

View File

@ -6,10 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=gmp topdir=gmp
real_version=6.0.0 version=6.1.0
version=${real_version}a
pkgver=1 pkgver=1
source[0]=ftp://ftp.sunet.se/pub/gnu/gmp/$topdir-$version.tar.xz source[0]=http://ftp.download-by.net/gnu/gnu/gmp/$topdir-$version.tar.xz
# If there are no patches, simply comment this # If there are no patches, simply comment this
patch[0]=gmp-5.1.2-no-c99-trunc.patch patch[0]=gmp-5.1.2-no-c99-trunc.patch
@ -24,7 +23,6 @@ export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
export LD_OPTIONS="-R$prefix/lib" export LD_OPTIONS="-R$prefix/lib"
configure_args=(--host=$gmp_host --build=$gmp_host "${configure_args[@]}" --enable-cxx) configure_args=(--host=$gmp_host --build=$gmp_host "${configure_args[@]}" --enable-cxx)
topsrcdir=${topdir}-${real_version}
reg prep reg prep
prep() prep()
@ -58,6 +56,7 @@ install()
compat gmp 5.0.1 1 1 compat gmp 5.0.1 1 1
compat gmp 5.1.2 1 1 compat gmp 5.1.2 1 1
compat gmp 5.1.3 1 1 compat gmp 5.1.3 1 1
compat gmp 6.0.0a 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Tue May 24 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 6.1.0-1
- Update to 6.1.0
* Sat Apr 25 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 6.0.0a-1 * Sat Apr 25 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 6.0.0a-1
- Update to 6.0.0a - Update to 6.0.0a