* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2020-07-31 21:49 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2020-07-31 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 6faf0bd05f38441cdd829ea1d989023f16bbbadb
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 21:45:52 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 21:47:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf0bd0
sci-libs/fflas-ffpack: fix download URL.
Not sure what happened here, but it works now. Tested after deleting
the Manifest, deleting the distfile, and emptying GENTOO_MIRRORS.
Closes: https://bugs.gentoo.org/733546
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
index 4115dc61ace..dcbf5194f3b 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
DESCRIPTION="Library for dense linear algebra over word-size finite fields"
HOMEPAGE="https://linbox-team.github.io/fflas-ffpack/"
-SRC_URI="https://github.com/linbox-team/${PN}/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2021-01-06 15:17 Fabian Groffen
0 siblings, 0 replies; 13+ messages in thread
From: Fabian Groffen @ 2021-01-06 15:17 UTC (permalink / raw
To: gentoo-commits
commit: b1bfef241a9911a58d74f39bd1344a7c04d9623c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 15:13:50 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 15:13:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bfef24
sci-libs/fflas-ffpack: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
index dcbf5194f3b..93f521fd137 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs openmp cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_avx512dq cpu_flags_x86_avx512vl"
# Our autotools patch hacks in PKG_CHECK_MODULES calls.
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2021-05-04 19:10 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-05-04 19:10 UTC (permalink / raw
To: gentoo-commits
commit: 714f3dcb8cfc27be7f21026069b748593420afdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 03:17:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 19:09:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714f3dcb
sci-libs/fflas-ffpack: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
index 93f521fd137..3c50f264cfd 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
@@ -29,11 +29,11 @@ pkg_pretend() {
[[ "${MERGE_TYPE}" != "binary" ]] && use openmp && tc-check-openmp
}
-pkg_setup(){
+pkg_setup() {
tc-export PKG_CONFIG
}
-src_prepare(){
+src_prepare() {
default
eautoreconf
}
@@ -56,7 +56,7 @@ src_configure() {
$(use_enable static-libs static)
}
-src_install(){
+src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2021-05-04 19:23 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-05-04 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 2f38496362104d625261ef1ef869dd2dc58965e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:07:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 19:22:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f384963
sci-libs/fflas-ffpack: improve openmp check
Use both pkg_pretend and pkg_setup as everybody else does.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
index 3c50f264cfd..dd595ce5962 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
@@ -26,7 +26,11 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-2.3.2-blaslapack.patch" )
pkg_pretend() {
- [[ "${MERGE_TYPE}" != "binary" ]] && use openmp && tc-check-openmp
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
pkg_setup() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2021-06-18 13:15 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-06-18 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 3b94950de8836f3d760de1fdcd6c6b70fc8c7d7f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 13:15:12 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 13:15:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b94950d
sci-libs/fflas-ffpack: Depend on dev-libs/gmp[cxx(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{fflas-ffpack-2.4.3.ebuild => fflas-ffpack-2.4.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild
similarity index 98%
rename from sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
rename to sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild
index dd595ce5962..574fe036ecf 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild
@@ -19,7 +19,7 @@ BDEPEND="virtual/pkgconfig"
DEPEND="virtual/cblas
virtual/blas
virtual/lapack
- dev-libs/gmp[cxx]
+ dev-libs/gmp[cxx(+)]
=sci-libs/givaro-4.1*"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2021-11-02 18:11 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2021-11-02 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 85922d2510de877493aa647e0f30d3886cfb512d
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 2 18:02:22 2021 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 18:02:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85922d25
sci-libs/fflas-ffpack: maintainer stabilize on amd64.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
index d13e3c0f530..5428716175b 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs openmp cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_avx512dq cpu_flags_x86_avx512vl"
# Our autotools patch hacks in PKG_CHECK_MODULES calls.
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2022-09-11 22:25 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-09-11 22:25 UTC (permalink / raw
To: gentoo-commits
commit: d12bc87963fe1b3fae352771cd590e9daad228f4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 22:24:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 22:24:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12bc879
sci-libs/fflas-ffpack: fix duplicate pkg_setup
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 8 +++-----
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild | 6 ++----
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
index 5428716175bf..327b02fb947b 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -42,16 +42,14 @@ pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
-pkg_setup() {
- tc-export PKG_CONFIG
-}
-
src_prepare() {
default
eautoreconf
}
src_configure() {
+ tc-export PKG_CONFIG
+
econf \
--enable-precompilation \
$(use_enable openmp) \
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
index 87c452d6e355..9d9117b172ef 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
@@ -43,16 +43,14 @@ pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
-pkg_setup() {
- tc-export PKG_CONFIG
-}
-
src_prepare() {
default
eautoreconf
}
src_configure() {
+ tc-export PKG_CONFIG
+
econf \
--enable-precompilation \
$(use_enable openmp) \
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2022-09-14 22:23 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-09-14 22:23 UTC (permalink / raw
To: gentoo-commits
commit: c23ec367253357ec5f5d931e5af40e87c61c7bf6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 22:22:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 22:23:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ec367
sci-libs/fflas-ffpack: fix indentation
Fixes: d12bc87963fe1b3fae352771cd590e9daad228f4
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
index 327b02fb947b..45175f978bb7 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
}
src_configure() {
- tc-export PKG_CONFIG
+ tc-export PKG_CONFIG
econf \
--enable-precompilation \
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2023-02-07 19:40 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2023-02-07 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 8674327117a86bed5ca36b66b77d949c431eee49
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 19:39:06 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 19:39:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86743271
sci-libs/fflas-ffpack: drop 2.4.3-r2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 73 ----------------------
1 file changed, 73 deletions(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
deleted file mode 100644
index 45175f978bb7..000000000000
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Library for dense linear algebra over word-size finite fields"
-HOMEPAGE="https://linbox-team.github.io/fflas-ffpack/"
-SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs openmp cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_avx512dq cpu_flags_x86_avx512vl"
-
-# Our autotools patch hacks in PKG_CHECK_MODULES calls.
-BDEPEND="virtual/pkgconfig"
-DEPEND="virtual/cblas
- virtual/blas
- virtual/lapack
- dev-libs/gmp[cxx(+)]
- =sci-libs/givaro-4.1*"
-RDEPEND="${DEPEND}"
-
-# The no-test-echelon patch works around a test failure that may
-# eventually be fixed upstream. Gentoo bug 725446 and upstream
-# Github issue 282. Same for test-fgesv (bug 807100).
-PATCHES=(
- "${FILESDIR}/${PN}-2.3.2-blaslapack.patch"
- "${FILESDIR}/${P}-no-test-echelon.patch"
- "${FILESDIR}/${P}-no-test-fgesv.patch"
- "${FILESDIR}/${P}-fix-internal-linking.patch"
- "${FILESDIR}/${P}-no-fabi-version.patch"
-)
-
-pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- tc-export PKG_CONFIG
-
- econf \
- --enable-precompilation \
- $(use_enable openmp) \
- $(use_enable cpu_flags_x86_fma3 fma) \
- $(use_enable cpu_flags_x86_fma4 fma4) \
- $(use_enable cpu_flags_x86_sse3 sse3) \
- $(use_enable cpu_flags_x86_ssse3 ssse3) \
- $(use_enable cpu_flags_x86_sse4_1 sse41) \
- $(use_enable cpu_flags_x86_sse4_2 sse42) \
- $(use_enable cpu_flags_x86_avx avx) \
- $(use_enable cpu_flags_x86_avx2 avx2) \
- $(use_enable cpu_flags_x86_avx512f avx512f) \
- $(use_enable cpu_flags_x86_avx512dq avx512dq) \
- $(use_enable cpu_flags_x86_avx512vl avx512vl) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2023-02-07 19:40 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2023-02-07 19:40 UTC (permalink / raw
To: gentoo-commits
commit: b1ef23081196c4583f186d17499af5aad5125e22
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 19:38:48 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 19:38:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ef2308
sci-libs/fflas-ffpack: stabilize 2.4.3-r3 for amd64
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
index 9d9117b172ef..f5b94166a028 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="openmp cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_avx512dq cpu_flags_x86_avx512vl"
# Our autotools patch hacks in PKG_CHECK_MODULES calls.
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2024-02-11 13:04 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2024-02-11 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 9eb8ce4902d2775e8da4002b47c57407dffa3db6
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 12:50:53 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 13:04:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb8ce49
sci-libs/fflas-ffpack: fix pkg-config libdir (again)
I dropped this patch during the upgrade thinking that it was in the
release (it's merged upstream), but it isn't.
Closes: https://bugs.gentoo.org/924277
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../{fflas-ffpack-2.5.0.ebuild => fflas-ffpack-2.5.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
similarity index 96%
rename from sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild
rename to sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
index dda1212a776f..90005f9a7fc4 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-2.5.0-blaslapack.patch"
"${FILESDIR}/${PN}-2.4.3-no-test-echelon.patch"
+ "${FILESDIR}/${PN}-2.4.3-fix-pc-libdir.patch"
)
pkg_pretend() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2024-04-09 17:32 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-04-09 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 50ede9445e1210b59be1ce916956bed3ee869843
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 17:32:31 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 17:32:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ede944
sci-libs/fflas-ffpack: Stabilize 2.5.0-r1 amd64, #929008
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
index 46851e065012..b54cd124a841 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="openmp"
# Our autotools patch hacks in PKG_CHECK_MODULES calls.
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/
@ 2024-08-25 21:36 Michael Orlitzky
0 siblings, 0 replies; 13+ messages in thread
From: Michael Orlitzky @ 2024-08-25 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 3d10ffffb1ec6ab03b994fbf63eaef8646e45a93
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 19:57:34 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 21:36:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10ffff
sci-libs/fflas-ffpack: keyword 2.5.0-r1 for ~riscv
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
index b54cd124a841..4345dffa84d5 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="openmp"
# Our autotools patch hacks in PKG_CHECK_MODULES calls.
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-08-25 21:36 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14 22:23 [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 21:36 Michael Orlitzky
2024-04-09 17:32 Arthur Zamarin
2024-02-11 13:04 Michael Orlitzky
2023-02-07 19:40 Michael Orlitzky
2023-02-07 19:40 Michael Orlitzky
2022-09-11 22:25 Sam James
2021-11-02 18:11 Michael Orlitzky
2021-06-18 13:15 David Seifert
2021-05-04 19:23 Sam James
2021-05-04 19:10 Sam James
2021-01-06 15:17 Fabian Groffen
2020-07-31 21:49 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox