From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A11D11384B4 for ; Mon, 21 Dec 2015 10:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC827E0882; Mon, 21 Dec 2015 10:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC8AE0882 for ; Mon, 21 Dec 2015 10:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFA0B34045C for ; Mon, 21 Dec 2015 10:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3236FC86 for ; Mon, 21 Dec 2015 10:38:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450694285.82ab93d397b18e284a7c52ae4457dc22d137ec3e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/iml/files/, sci-libs/iml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/iml/files/iml-1.0.3-fix-undefined-symbol.patch sci-libs/iml/files/iml-1.0.3-repl_removal.patch sci-libs/iml/files/iml-1.0.3-use-any-cblas-implementation.patch sci-libs/iml/iml-1.0.3-r2.ebuild sci-libs/iml/iml-1.0.5.ebuild X-VCS-Directories: sci-libs/iml/files/ sci-libs/iml/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 82ab93d397b18e284a7c52ae4457dc22d137ec3e X-VCS-Branch: master Date: Mon, 21 Dec 2015 10:38:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d338a7e5-3852-4a80-9b3a-b0561753d95c X-Archives-Hash: 585c586f52ddcd67935b9055ca2c2fb5 commit: 82ab93d397b18e284a7c52ae4457dc22d137ec3e Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 21 10:38:05 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 21 10:38:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82ab93d3 sci-libs/iml: Version Bump, drop old Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> .../iml/files/iml-1.0.3-fix-undefined-symbol.patch | 11 --------- sci-libs/iml/files/iml-1.0.3-repl_removal.patch | 27 ---------------------- .../iml-1.0.3-use-any-cblas-implementation.patch | 14 ----------- .../iml/{iml-1.0.3-r2.ebuild => iml-1.0.5.ebuild} | 10 ++++---- 4 files changed, 5 insertions(+), 57 deletions(-) diff --git a/sci-libs/iml/files/iml-1.0.3-fix-undefined-symbol.patch b/sci-libs/iml/files/iml-1.0.3-fix-undefined-symbol.patch deleted file mode 100644 index 53b1425..0000000 --- a/sci-libs/iml/files/iml-1.0.3-fix-undefined-symbol.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nullspace.c.orig 2009-11-23 15:01:49.200283384 +0000 -+++ src/nullspace.c 2009-11-23 15:03:00.862295995 +0000 -@@ -253,7 +253,7 @@ - for (i = 0; i < m; i++) { - for (j = 0; j < m; j++) - mpz_init_set_ui(mp_N[i * m + j], 0); -- mpz_init_ui(mp_N[i * m + i], 1); -+ mpz_set_ui(mp_N[i * m + i], 1); - } - *mp_N_pass = mp_N; - } else { /* r>0 and s>0 */ diff --git a/sci-libs/iml/files/iml-1.0.3-repl_removal.patch b/sci-libs/iml/files/iml-1.0.3-repl_removal.patch deleted file mode 100644 index 0be719b..0000000 --- a/sci-libs/iml/files/iml-1.0.3-repl_removal.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.ac.orig 2011-01-13 22:39:44.640530988 +1300 -+++ configure.ac 2011-01-13 22:40:15.462530988 +1300 -@@ -63,7 +63,6 @@ - AC_OUTPUT([ - Makefile - config/Makefile -- repl/Makefile - src/Makefile - doc/Makefile - examples/Makefile ---- Makefile.am.orig 2011-01-13 22:40:32.171530988 +1300 -+++ Makefile.am 2011-01-13 22:41:39.874530988 +1300 -@@ -1,3 +1,3 @@ - EXTRA_DIST = bootstrap - --SUBDIRS = repl config src doc tests examples -+SUBDIRS = config src doc tests examples ---- src/Makefile.am.orig 2011-01-13 22:41:53.012530988 +1300 -+++ src/Makefile.am 2011-01-13 22:42:12.585530988 +1300 -@@ -30,6 +30,5 @@ - nullspace.c - - libiml_la_CFLAGS = $(AM_CFLAGS) --libiml_la_LIBADD = $(EXTERNLIB) \ -- $(top_builddir)/repl/librepl.la -+libiml_la_LIBADD = $(EXTERNLIB) - libiml_la_LDFLAGS = -version-info 1:0:1 diff --git a/sci-libs/iml/files/iml-1.0.3-use-any-cblas-implementation.patch b/sci-libs/iml/files/iml-1.0.3-use-any-cblas-implementation.patch deleted file mode 100644 index c1dd09c..0000000 --- a/sci-libs/iml/files/iml-1.0.3-use-any-cblas-implementation.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2008-06-15 23:51:30.000000000 +0000 -+++ configure.ac 2010-08-07 08:38:44.689081000 +0000 -@@ -55,10 +55,7 @@ - respectively when running configure. - )]) - --IML_CHECK_ATLAS(,,[AC_MSG_ERROR( --ATLAS not found! --ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include= and --with-atlas-lib= respectively when running configure. --)]) -+PKG_CHECK_MODULES([ATLAS], [cblas]) - - AC_SUBST(LDFLAGS) - AC_SUBST(ac_aux_dir) diff --git a/sci-libs/iml/iml-1.0.3-r2.ebuild b/sci-libs/iml/iml-1.0.5.ebuild similarity index 74% rename from sci-libs/iml/iml-1.0.3-r2.ebuild rename to sci-libs/iml/iml-1.0.5.ebuild index abdcaf1..d4bf626 100644 --- a/sci-libs/iml/iml-1.0.3-r2.ebuild +++ b/sci-libs/iml/iml-1.0.5.ebuild @@ -4,11 +4,13 @@ EAPI=5 +AUTOTOOLS_AUTORECONF=yes + inherit autotools-utils DESCRIPTION="Integer Matrix Library" HOMEPAGE="http://www.cs.uwaterloo.ca/~astorjoh/iml.html" -SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.gz" +SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -20,13 +22,11 @@ RESTRICT="mirror" DEPEND="virtual/cblas" RDEPEND="${DEPEND}" -AUTOTOOLS_AUTORECONF=yes AT_M4DIR="config" DOCS=( AUTHORS ChangeLog README ) + PATCHES=( - "${FILESDIR}"/${P}-use-any-cblas-implementation.patch - "${FILESDIR}"/${P}-fix-undefined-symbol.patch - "${FILESDIR}"/${P}-repl_removal.patch + "${FILESDIR}"/${PN}-1.0.4-use-any-cblas-implementation.patch ) src_configure() {