commit:     b5ed6252133a0cd6b8debba8cf560a090a4d35ea
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 07:50:13 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> 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=<linker flags> and optional 
--with-cblas-include=<path> and --with-cblas-lib=<path> 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=<path> and --with-atlas-lib=<path> 
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription>a free library of C source code which implements 
algorithms for computing exact solutions to dense systems of linear equations 
over the integers</longdescription>
-</pkgmetadata>

Reply via email to