libraries/mpir: Updated for version 2.7.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
27d005f985
commit
6f46a655e4
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpir
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
VERSION=${VERSION:-2.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -85,10 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# One test (t-scan) is broken in 2.6.0, but not worth patching.
|
||||
# Please just ignore it if you're daft enough to do 'make test'.
|
||||
# https://groups.google.com/forum/#!topic/mpir-devel/oLk3gMULxu0
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mpir"
|
||||
VERSION="2.6.0"
|
||||
VERSION="2.7.0"
|
||||
HOMEPAGE="http://www.mpir.org/"
|
||||
DOWNLOAD="http://mpir.org/mpir-2.6.0.tar.bz2"
|
||||
MD5SUM="81be2f605330d030956c1ff515c58564"
|
||||
DOWNLOAD="http://mpir.org/mpir-2.7.0.tar.bz2"
|
||||
MD5SUM="4aec04108dd24c49d45beb959d837b40"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue