From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDFCE138334 for ; Mon, 19 Aug 2019 07:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D9A5E0882; Mon, 19 Aug 2019 07:51:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E046DE0882 for ; Mon, 19 Aug 2019 07:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53334349E1D for ; Mon, 19 Aug 2019 07:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD9744D3 for ; Mon, 19 Aug 2019 07:51:21 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1566201074.b5ed6252133a0cd6b8debba8cf560a090a4d35ea.heroxbd@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.4-use-any-cblas-implementation.patch sci-libs/iml/iml-1.0.4.ebuild sci-libs/iml/iml-1.0.5.ebuild sci-libs/iml/metadata.xml X-VCS-Directories: sci-libs/iml/ sci-libs/iml/files/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: b5ed6252133a0cd6b8debba8cf560a090a4d35ea X-VCS-Branch: master Date: Mon, 19 Aug 2019 07:51:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ab99601-8448-45bf-8494-6f19f73cd81f X-Archives-Hash: e208a50488926adb2b4da478c50f0b53 commit: b5ed6252133a0cd6b8debba8cf560a090a4d35ea Author: Benda Xu gentoo org> AuthorDate: Mon Aug 19 07:50:13 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Aug 19 07:51:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5ed6252 sci-libs/iml: migrated into ::gentoo. .../iml-1.0.4-use-any-cblas-implementation.patch | 22 ------------- sci-libs/iml/iml-1.0.4.ebuild | 34 -------------------- sci-libs/iml/iml-1.0.5.ebuild | 36 ---------------------- sci-libs/iml/metadata.xml | 9 ------ 4 files changed, 101 deletions(-) diff --git a/sci-libs/iml/files/iml-1.0.4-use-any-cblas-implementation.patch b/sci-libs/iml/files/iml-1.0.4-use-any-cblas-implementation.patch deleted file mode 100644 index 3d88a3906..000000000 --- a/sci-libs/iml/files/iml-1.0.4-use-any-cblas-implementation.patch +++ /dev/null @@ -1,22 +0,0 @@ -Patch to detect ATLAS or cblas. Ported from 1.0.3 to 1.0.4. - -Patch by Marius Brehler. ---- configure.ac -+++ configure.ac -@@ -76,15 +76,7 @@ location with the options --with-gmp-inc - respectively when running configure. - )]) - --IML_CHECK_CBLAS(,,[AC_MSG_WARN( --CBLAS not found! --Please make sure that --with-cblas= and optional --with-cblas-include= and --with-cblas-lib= are correctly set. --Trying legacy ATLAS configuration.) --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(LIBIML_LDFLAGS) - AC_SUBST(LDFLAGS) diff --git a/sci-libs/iml/iml-1.0.4.ebuild b/sci-libs/iml/iml-1.0.4.ebuild deleted file mode 100644 index 9c3e94a24..000000000 --- a/sci-libs/iml/iml-1.0.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -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 -) - -src_configure() { - myeconfargs=( - --with-default="${EPREFIX}"/usr - ) - autotools-utils_src_configure -} diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild deleted file mode 100644 index 67b4d0153..000000000 --- a/sci-libs/iml/iml-1.0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RESTRICT="mirror" - -DEPEND="virtual/cblas" -RDEPEND="${DEPEND}" - -AT_M4DIR="config" -DOCS=( AUTHORS ChangeLog README ) - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.4-use-any-cblas-implementation.patch -) - -src_configure() { - myeconfargs=( - --with-default="${EPREFIX}"/usr - ) - autotools-utils_src_configure -} diff --git a/sci-libs/iml/metadata.xml b/sci-libs/iml/metadata.xml deleted file mode 100644 index 673326db1..000000000 --- a/sci-libs/iml/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - a free library of C source code which implements algorithms for computing exact solutions to dense systems of linear equations over the integers -