* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
@ 2017-01-29 9:26 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2017-01-29 9:26 UTC (permalink / raw
To: gentoo-commits
commit: ab05aa9b700394928e6994a5ec4cd5918c5442ea
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 09:18:03 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:25:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05aa9b
sci-libs/clapack: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-libs/clapack/clapack-3.2.1-r8.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 93558a4..8bbeb96 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit flag-o-matic cmake-utils
@@ -38,6 +38,6 @@ src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2
- local mycmakeargs=( $(cmake-utils_use_enable test TESTS) )
+ local mycmakeargs=( -DENABLE_TESTS=$(usex test) )
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
@ 2017-01-29 9:26 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2017-01-29 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 0ff25e14760c1f1cefe22f18bd0fdc5c827675d0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 09:21:58 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:25:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff25e14
sci-libs/clapack: Restrict tests
Gentoo-bug: 433806
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-libs/clapack/clapack-3.2.1-r6.ebuild | 5 ++++-
sci-libs/clapack/clapack-3.2.1-r7.ebuild | 5 ++++-
sci-libs/clapack/clapack-3.2.1-r8.ebuild | 3 +++
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild
index b888bdd..57fb494 100644
--- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,6 +29,9 @@ PATCHES=(
"${FILESDIR}/${P}-findblas-r6.patch"
)
+# bug 433806
+RESTRICT="test"
+
src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2
diff --git a/sci-libs/clapack/clapack-3.2.1-r7.ebuild b/sci-libs/clapack/clapack-3.2.1-r7.ebuild
index e24e9fb..4004c07 100644
--- a/sci-libs/clapack/clapack-3.2.1-r7.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,6 +29,9 @@ PATCHES=(
"${FILESDIR}/${P}-findblas-r7.patch"
)
+# bug 433806
+RESTRICT="test"
+
src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2
diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 8bbeb96..1f7f055 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -29,6 +29,9 @@ PATCHES=(
"${FILESDIR}/${P}-findblas-r7.patch"
)
+# bug 433806
+RESTRICT="test"
+
src_prepare() {
rm INCLUDE/f2c.h F2CLIBS/libf2c/f2c.h || die
cmake-utils_src_prepare
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
@ 2017-01-29 13:55 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-01-29 13:55 UTC (permalink / raw
To: gentoo-commits
commit: b4fd630955cd3aa02a037b44744e63bada89b433
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 13:54:50 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 13:54:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fd6309
sci-libs/clapack: amd64 stable wrt bug #607554
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-libs/clapack/clapack-3.2.1-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 1f7f055..1c35934 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
@ 2017-01-31 11:43 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-01-31 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 1ec79da50ca3f4823e2f1a7ab175dbd6f1ad70da
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:42:09 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 11:42:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec79da5
sci-libs/clapack: x86 stable wrt bug #607554
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-libs/clapack/clapack-3.2.1-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 1c35934..abf53ae 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
@ 2021-03-06 11:10 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-03-06 11:10 UTC (permalink / raw
To: gentoo-commits
commit: f8c284bd0c13b1666a6e8c29b07a05d4c3e077c7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 11:09:09 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 11:09:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c284bd
sci-libs/clapack: https, cmake.eclass, EAPI-7 bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/clapack/clapack-3.2.1-r8.ebuild | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index ac9a2c73f97..30384df4db4 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit flag-o-matic cmake-utils
+inherit flag-o-matic cmake
DESCRIPTION="f2c'ed version of LAPACK"
-HOMEPAGE="http://www.netlib.org/clapack/"
-SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz"
+HOMEPAGE="https://www.netlib.org/clapack/"
+SRC_URI="https://www.netlib.org/${PN}/${P}-CMAKE.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="test"
+# bug 433806
+RESTRICT="test"
+
RDEPEND="
>=dev-libs/libf2c-20090407-r1
virtual/blas"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${P}-CMAKE
+S="${WORKDIR}"/${P}-CMAKE
PATCHES=(
"${FILESDIR}/${P}-fix_include_file.patch"
@@ -28,18 +31,17 @@ PATCHES=(
"${FILESDIR}/${P}-findblas-r7.patch"
)
-# bug 433806
-RESTRICT="test"
-
src_prepare() {
+ cmake_src_prepare
rm INCLUDE/f2c.h F2CLIBS/libf2c/f2c.h || die
- cmake-utils_src_prepare
}
src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2
- local mycmakeargs=( -DENABLE_TESTS=$(usex test) )
- cmake-utils_src_configure
+ local mycmakeargs=(
+ -DENABLE_TESTS=$(usex test)
+ )
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-06 11:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 11:43 [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2021-03-06 11:10 Andreas Sturmlechner
2017-01-29 13:55 Agostino Sarubbo
2017-01-29 9:26 Johannes Huber
2017-01-29 9:26 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox