diff options
Diffstat (limited to 'libraries/mpir/mpir.SlackBuild')
-rw-r--r-- | libraries/mpir/mpir.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/mpir/mpir.SlackBuild b/libraries/mpir/mpir.SlackBuild index a8172cfa61..36e2a9956a 100644 --- a/libraries/mpir/mpir.SlackBuild +++ b/libraries/mpir/mpir.SlackBuild @@ -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 |