aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-08-19 15:50:13 +0800
committerBenda Xu <heroxbd@gentoo.org>2019-08-19 15:51:14 +0800
commitb5ed6252133a0cd6b8debba8cf560a090a4d35ea (patch)
tree33cb8bc71678301d0bb8858a3924959913a30a6a /sci-libs
parentsci-biology/abyss: update LICENSE, version bump (diff)
downloadsci-b5ed6252133a0cd6b8debba8cf560a090a4d35ea.tar.gz
sci-b5ed6252133a0cd6b8debba8cf560a090a4d35ea.tar.bz2
sci-b5ed6252133a0cd6b8debba8cf560a090a4d35ea.zip
sci-libs/iml: migrated into ::gentoo.
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/iml/Manifest2
-rw-r--r--sci-libs/iml/files/iml-1.0.4-use-any-cblas-implementation.patch22
-rw-r--r--sci-libs/iml/iml-1.0.4.ebuild34
-rw-r--r--sci-libs/iml/iml-1.0.5.ebuild36
-rw-r--r--sci-libs/iml/metadata.xml9
5 files changed, 0 insertions, 103 deletions
diff --git a/sci-libs/iml/Manifest b/sci-libs/iml/Manifest
deleted file mode 100644
index 23be05009..000000000
--- a/sci-libs/iml/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST iml-1.0.4.tar.bz2 407347 BLAKE2B 074ed0cc6b5ec5dde406640508180bab353e5a790ce46959e79c5134c890e0e407086f2ea0b06019c5a30bd79811f1122714bbc9a5f13ba0c42b8a912dbcea1e SHA512 21cb4f124b7e06526238aff053eb9249eece9342122ec00e7ab2aec68b1c6298a30bee3dd183e322ad4cce636faa679d11422d7cc72b524d8a9b5936017fd209
-DIST iml-1.0.5.tar.bz2 391757 BLAKE2B 5895b353269ce19e17e2522f78eb705c89a47ed3c6cce54d1b7ab3003f59d0a13050b30ce9cedbf38392c737c169740b6c2433f1a74856b0f9d4e6e007ebf804 SHA512 b5a85982636035cc50acba7dcff5478c6271be3669313f01915b2761302d4c77617c0dd7932daf74433098670d3ffdb2ef19eb24450b40709750a0b7c8f797f1
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>sci@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>