gmp: update to 6.1.0
This commit is contained in:
parent
01bafdbe39
commit
f18bf92172
@ -6,10 +6,9 @@
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=gmp
|
||||
real_version=6.0.0
|
||||
version=${real_version}a
|
||||
version=6.1.0
|
||||
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
|
||||
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 LD_OPTIONS="-R$prefix/lib"
|
||||
configure_args=(--host=$gmp_host --build=$gmp_host "${configure_args[@]}" --enable-cxx)
|
||||
topsrcdir=${topdir}-${real_version}
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
@ -58,6 +56,7 @@ install()
|
||||
compat gmp 5.0.1 1 1
|
||||
compat gmp 5.1.2 1 1
|
||||
compat gmp 5.1.3 1 1
|
||||
compat gmp 6.0.0a 1 1
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
@ -1,5 +1,8 @@
|
||||
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
|
||||
- Update to 6.0.0a
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user