Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/iml/files/, sci-libs/iml/
Date: Mon, 19 Aug 2019 07:51:25
Message-Id: 1566201074.b5ed6252133a0cd6b8debba8cf560a090a4d35ea.heroxbd@gentoo
1 commit: b5ed6252133a0cd6b8debba8cf560a090a4d35ea
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 07:50:13 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 07:51:14 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5ed6252
7
8 sci-libs/iml: migrated into ::gentoo.
9
10 .../iml-1.0.4-use-any-cblas-implementation.patch | 22 -------------
11 sci-libs/iml/iml-1.0.4.ebuild | 34 --------------------
12 sci-libs/iml/iml-1.0.5.ebuild | 36 ----------------------
13 sci-libs/iml/metadata.xml | 9 ------
14 4 files changed, 101 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 3d88a3906..000000000
19 --- a/sci-libs/iml/files/iml-1.0.4-use-any-cblas-implementation.patch
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -Patch to detect ATLAS or cblas. Ported from 1.0.3 to 1.0.4.
23 -
24 -Patch by Marius Brehler.
25 ---- configure.ac
26 -+++ configure.ac
27 -@@ -76,15 +76,7 @@ location with the options --with-gmp-inc
28 - respectively when running configure.
29 - )])
30 -
31 --IML_CHECK_CBLAS(,,[AC_MSG_WARN(
32 --CBLAS not found!
33 --Please make sure that --with-cblas=<linker flags> and optional --with-cblas-include=<path> and --with-cblas-lib=<path> are correctly set.
34 --Trying legacy ATLAS configuration.)
35 --IML_CHECK_ATLAS(,,[AC_MSG_ERROR(
36 --ATLAS not found!
37 --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.)
38 --])
39 --])
40 -+PKG_CHECK_MODULES([ATLAS], [cblas])
41 -
42 - AC_SUBST(LIBIML_LDFLAGS)
43 - AC_SUBST(LDFLAGS)
44
45 diff --git a/sci-libs/iml/iml-1.0.4.ebuild b/sci-libs/iml/iml-1.0.4.ebuild
46 deleted file mode 100644
47 index 9c3e94a24..000000000
48 --- a/sci-libs/iml/iml-1.0.4.ebuild
49 +++ /dev/null
50 @@ -1,34 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -inherit autotools-utils
57 -
58 -DESCRIPTION="Integer Matrix Library"
59 -HOMEPAGE="http://www.cs.uwaterloo.ca/~astorjoh/iml.html"
60 -SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
65 -IUSE="static-libs"
66 -
67 -RESTRICT="mirror"
68 -
69 -DEPEND="virtual/cblas"
70 -RDEPEND="${DEPEND}"
71 -
72 -AUTOTOOLS_AUTORECONF=yes
73 -AT_M4DIR="config"
74 -DOCS=( AUTHORS ChangeLog README )
75 -PATCHES=(
76 - "${FILESDIR}"/${P}-use-any-cblas-implementation.patch
77 -)
78 -
79 -src_configure() {
80 - myeconfargs=(
81 - --with-default="${EPREFIX}"/usr
82 - )
83 - autotools-utils_src_configure
84 -}
85
86 diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild
87 deleted file mode 100644
88 index 67b4d0153..000000000
89 --- a/sci-libs/iml/iml-1.0.5.ebuild
90 +++ /dev/null
91 @@ -1,36 +0,0 @@
92 -# Copyright 1999-2015 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=5
96 -
97 -AUTOTOOLS_AUTORECONF=yes
98 -
99 -inherit autotools-utils
100 -
101 -DESCRIPTION="Integer Matrix Library"
102 -HOMEPAGE="http://www.cs.uwaterloo.ca/~astorjoh/iml.html"
103 -SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2"
104 -
105 -LICENSE="GPL-2"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
108 -IUSE="static-libs"
109 -
110 -RESTRICT="mirror"
111 -
112 -DEPEND="virtual/cblas"
113 -RDEPEND="${DEPEND}"
114 -
115 -AT_M4DIR="config"
116 -DOCS=( AUTHORS ChangeLog README )
117 -
118 -PATCHES=(
119 - "${FILESDIR}"/${PN}-1.0.4-use-any-cblas-implementation.patch
120 -)
121 -
122 -src_configure() {
123 - myeconfargs=(
124 - --with-default="${EPREFIX}"/usr
125 - )
126 - autotools-utils_src_configure
127 -}
128
129 diff --git a/sci-libs/iml/metadata.xml b/sci-libs/iml/metadata.xml
130 deleted file mode 100644
131 index 673326db1..000000000
132 --- a/sci-libs/iml/metadata.xml
133 +++ /dev/null
134 @@ -1,9 +0,0 @@
135 -<?xml version="1.0" encoding="UTF-8"?>
136 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
137 -<pkgmetadata>
138 - <maintainer type="project">
139 - <email>sci@g.o</email>
140 - <name>Gentoo Science Project</name>
141 - </maintainer>
142 - <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>
143 -</pkgmetadata>