public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2023-02-25 18:19 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     51c37e53568bbe6bbc57fd25db4dd5cfcfa1bc14
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:19:19 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:19:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c37e53

dev-libs/sleef: Keyword 3.5.1 x86, #896334

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/sleef/sleef-3.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/sleef/sleef-3.5.1.ebuild b/dev-libs/sleef/sleef-3.5.1.ebuild
index 7d994a46c2f5..ce9001f5268c 100644
--- a/dev-libs/sleef/sleef-3.5.1.ebuild
+++ b/dev-libs/sleef/sleef-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2023-02-25 18:20 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-02-25 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     906576380b5eac0be6069b1523460d36b8a7d1c3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 18:20:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90657638

dev-libs/sleef: Stabilize 3.5.1 amd64, #896338

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/sleef/sleef-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/sleef/sleef-3.5.1.ebuild b/dev-libs/sleef/sleef-3.5.1.ebuild
index ce9001f5268c..c35fcc270ed5 100644
--- a/dev-libs/sleef/sleef-3.5.1.ebuild
+++ b/dev-libs/sleef/sleef-3.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2023-04-07 19:14 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2023-04-07 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7f81642c54dccf3ef0f83bf232e12adc2cff0c4e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 19:13:57 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 19:14:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f81642c

dev-libs/sleef: enable quad

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/{sleef-3.5.1.ebuild => sleef-3.5.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/sleef/sleef-3.5.1.ebuild b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
similarity index 97%
rename from dev-libs/sleef/sleef-3.5.1.ebuild
rename to dev-libs/sleef/sleef-3.5.1-r1.ebuild
index b25e3d68bb1b..5a8a35abfeb7 100644
--- a/dev-libs/sleef/sleef-3.5.1.ebuild
+++ b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
@@ -28,6 +28,7 @@ PATCHES=(
 src_configure() {
 	local mycmakeargs=(
 		-DDISABLE_FFTW=ON
+		-DBUILD_QUAD=ON
 		-DBUILD_TESTS=$(usex test ON OFF)
 	)
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2023-05-08 21:10 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2023-05-08 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     03410bb4b4f9aa4b76421b3b44b82c21ad6eecd8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 21:09:14 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May  8 21:09:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03410bb4

dev-libs/sleef: keyword 3.5.1-r1 for ~riscv

Closes: https://bugs.gentoo.org/905876
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/sleef-3.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/sleef/sleef-3.5.1-r1.ebuild b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
index f2ba71fa3929..f87a75e6707c 100644
--- a/dev-libs/sleef/sleef-3.5.1-r1.ebuild
+++ b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2024-09-08 16:14 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-09-08 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ce95705e071ec0367d36f547c2733e1d04c3c5cc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 16:13:16 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 16:14:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce95705e

dev-libs/sleef: add 3.6.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/Manifest           |  1 +
 dev-libs/sleef/sleef-3.6.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/sleef/Manifest b/dev-libs/sleef/Manifest
index 7ca5bfa2e46b..7036f919d1c4 100644
--- a/dev-libs/sleef/Manifest
+++ b/dev-libs/sleef/Manifest
@@ -1 +1,2 @@
 DIST sleef-3.5.1.tar.gz 1210108 BLAKE2B e10e23cb830252dd2ed34e24bfd79b5e812640572afedad899cccd462019c7a4e41c7b3b9f0ff5a77549fc45dbc51ae0ebeeada4c38f011cdac0262d2982ade8 SHA512 e8e4e5028db52998c6b82bd462622c08d670e4e85273327f1c3bdbd900827dd7793b217c2876ca1229b6f672493bb96f40140e14366390cccea0e6780689e128
+DIST sleef-3.6.1.tar.gz 1628079 BLAKE2B b4d0c25d1f1425da8cc7ea038810b5bd9601502678c2e53695ff6b38aa2a8522f3f69eb5f949ff60b9e800935e7ab586005dc704c6337f257fa11f9c0569b2b5 SHA512 05ec78763fc89a0ad782b442aad643b75da8787bd7a69e3a2a55ece7883baa1d88a1a342768ccba46997f20eca976d625f24a8c424376d21d84aaa595804fba5

diff --git a/dev-libs/sleef/sleef-3.6.1.ebuild b/dev-libs/sleef/sleef-3.6.1.ebuild
new file mode 100644
index 000000000000..9d490a1a98d0
--- /dev/null
+++ b/dev-libs/sleef/sleef-3.6.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Implements vectorized versions of C standard math functions"
+HOMEPAGE="https://sleef.org/"
+SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	test? ( >=dev-libs/mpfr-4.2 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DDISABLE_FFTW=ON
+		-DBUILD_QUAD=ON
+		-DBUILD_TESTS=$(usex test ON OFF)
+	)
+
+	cmake_src_configure
+}
+
+src_test() {
+
+	local myctestargs=(
+		-E "iut(y)?purec(fma)?_scalar"
+	)
+	cmake_src_test
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2024-09-09 10:23 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-09-09 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1b0dc460610714867d122b9f52fd505d7e90763f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 10:22:06 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 10:22:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0dc460

dev-libs/sleef: update CMAKE var name

Closes: https://bugs.gentoo.org/939341
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/{sleef-3.6.1.ebuild => sleef-3.6.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/sleef/sleef-3.6.1.ebuild b/dev-libs/sleef/sleef-3.6.1-r1.ebuild
similarity index 87%
rename from dev-libs/sleef/sleef-3.6.1.ebuild
rename to dev-libs/sleef/sleef-3.6.1-r1.ebuild
index 9d490a1a98d0..11911f2e2f68 100644
--- a/dev-libs/sleef/sleef-3.6.1.ebuild
+++ b/dev-libs/sleef/sleef-3.6.1-r1.ebuild
@@ -22,9 +22,9 @@ BDEPEND="
 
 src_configure() {
 	local mycmakeargs=(
-		-DDISABLE_FFTW=ON
-		-DBUILD_QUAD=ON
-		-DBUILD_TESTS=$(usex test ON OFF)
+		-DSLEEF_DISABLE_FFTW=ON
+		-DSLEEF_BUILD_QUAD=ON
+		-DSLEEF_BUILD_TESTS=$(usex test ON OFF)
 	)
 
 	cmake_src_configure


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/
@ 2024-09-15 17:36 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-09-15 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7e72b3e1ec48c2e8ede51f9d6fcf629575479f2e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 16:56:33 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:32:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e72b3e1

dev-libs/sleef: enable selecting simd is (for x86/amd64)

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/sleef-3.6.1-r2.ebuild | 47 ++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-libs/sleef/sleef-3.6.1-r2.ebuild b/dev-libs/sleef/sleef-3.6.1-r2.ebuild
new file mode 100644
index 000000000000..a96143b5fae7
--- /dev/null
+++ b/dev-libs/sleef/sleef-3.6.1-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Implements vectorized versions of C standard math functions"
+HOMEPAGE="https://sleef.org/"
+SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_fma4 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	test? ( >=dev-libs/mpfr-4.2 )
+"
+
+PATCHES=( "${FILESDIR}"/${P}-musl.patch )
+
+src_configure() {
+	local mycmakeargs=(
+		-DSLEEF_DISABLE_FFTW=ON
+		-DSLEEF_BUILD_QUAD=ON
+		-DSLEEF_BUILD_TESTS=$(usex test ON OFF)
+		-DSLEEF_DISABLE_AVX=$(usex cpu_flags_x86_avx OFF ON)
+		-DSLEEF_DISABLE_AVX2=$(usex cpu_flags_x86_avx2 OFF ON)
+		-DSLEEF_DISABLE_AVX512F=$(usex cpu_flags_x86_avx512f OFF ON)
+		-DSLEEF_DISABLE_FMA4=$(usex cpu_flags_x86_fma4 OFF ON)
+		-DSLEEF_DISABLE_SSE2=$(usex cpu_flags_x86_sse2 OFF ON)
+		-DSLEEF_DISABLE_SSE4=$(usex cpu_flags_x86_sse4_1 OFF ON)
+	)
+
+	cmake_src_configure
+}
+
+src_test() {
+
+	local myctestargs=(
+		-E "iut(y)?purec(fma)?_scalar"
+	)
+	cmake_src_test
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-15 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 19:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15 17:36 Alfredo Tupone
2024-09-09 10:23 Alfredo Tupone
2024-09-08 16:14 Alfredo Tupone
2023-05-08 21:10 Alfredo Tupone
2023-02-25 18:20 Arthur Zamarin
2023-02-25 18:19 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox