public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2022-06-12  6:04 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2022-06-12  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     abd9a7a9addb14385f8588275ecf3806aa801136
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 06:03:35 2022 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 06:04:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd9a7a9

sci-libs/arborx: initial import

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arborx/Manifest          |  1 +
 sci-libs/arborx/arborx-1.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 sci-libs/arborx/metadata.xml      | 20 ++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/sci-libs/arborx/Manifest b/sci-libs/arborx/Manifest
new file mode 100644
index 000000000000..fdd46ae98bd0
--- /dev/null
+++ b/sci-libs/arborx/Manifest
@@ -0,0 +1 @@
+DIST arborx-1.2.tar.gz 380705 BLAKE2B eb0006e69edb6cfd1d402dfe5a58db76954c34f847ce8acd1c0f2bd2044a29a434fc01df67829fce4ec911f5c882c1625aa7a50bc39a5d33dfb2c26d6a4cbb4f SHA512 d48650b11fc26770c43f4821999647acb0c7675367e416ad025ab21eb50da66c732f03bc6decf840d25dac26ff7f1f5dca77b7514dffc619cef8d401e83a8795

diff --git a/sci-libs/arborx/arborx-1.2.ebuild b/sci-libs/arborx/arborx-1.2.ebuild
new file mode 100644
index 000000000000..68330b8a5df7
--- /dev/null
+++ b/sci-libs/arborx/arborx-1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Library for performance portable algorithms for geometric search"
+HOMEPAGE="https://github.com/arborx/ArborX"
+
+SRC_URI="https://github.com/${PN}/ArborX/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="mpi"
+
+RDEPEND="dev-libs/boost:=
+	mpi? ( virtual/mpi[cxx] )
+	sci-libs/trilinos"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/ArborX-${PV}
+
+src_configure() {
+	local mycmakeargs=(
+		-DARBORX_ENABLE_MPI="$(usex mpi)"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+}

diff --git a/sci-libs/arborx/metadata.xml b/sci-libs/arborx/metadata.xml
new file mode 100644
index 000000000000..0a701dff0e71
--- /dev/null
+++ b/sci-libs/arborx/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tamiko@gentoo.org</email>
+		<name>Matthias Maier</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		ArborX is an open-source library designed to provide performance
+		portable algorithms for geometric search, similarly to nanoflann
+		and Boost Geometry.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">arborx/ArborX</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2023-06-15 18:25 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2023-06-15 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     454365d389737e10203299e5dc5065c1d52ac019
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 18:24:37 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:25:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454365d3

sci-libs/arborx: add 1.4.1

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arborx/Manifest            |  1 +
 sci-libs/arborx/arborx-1.4.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-libs/arborx/Manifest b/sci-libs/arborx/Manifest
index fdd46ae98bd0..4edaadde14e2 100644
--- a/sci-libs/arborx/Manifest
+++ b/sci-libs/arborx/Manifest
@@ -1 +1,2 @@
 DIST arborx-1.2.tar.gz 380705 BLAKE2B eb0006e69edb6cfd1d402dfe5a58db76954c34f847ce8acd1c0f2bd2044a29a434fc01df67829fce4ec911f5c882c1625aa7a50bc39a5d33dfb2c26d6a4cbb4f SHA512 d48650b11fc26770c43f4821999647acb0c7675367e416ad025ab21eb50da66c732f03bc6decf840d25dac26ff7f1f5dca77b7514dffc619cef8d401e83a8795
+DIST arborx-1.4.1.tar.gz 408999 BLAKE2B 83e172f89ac8ff82d4add40fd036457d9c563b44c11b15d86aa884dc03742f3e22a13cc4b6f068ef377fcd8e63d239f704dd1821772079d2f9f8c169b1f31fae SHA512 3799deed5eae1e6092c19a62894207ac0ccd81ba84c8d42734fa3d0e5a3fc9d6a8f7b1442d2203b06f4e251970569f67506d419fb6695039c11e78dfd740e565

diff --git a/sci-libs/arborx/arborx-1.4.1.ebuild b/sci-libs/arborx/arborx-1.4.1.ebuild
new file mode 100644
index 000000000000..c27f694b4071
--- /dev/null
+++ b/sci-libs/arborx/arborx-1.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Library for performance portable algorithms for geometric search"
+HOMEPAGE="https://github.com/arborx/ArborX"
+
+SRC_URI="https://github.com/${PN}/ArborX/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="mpi"
+
+RDEPEND="dev-libs/boost:=
+	mpi? ( virtual/mpi[cxx] )
+	sci-libs/trilinos"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/ArborX-${PV}
+
+src_configure() {
+	local mycmakeargs=(
+		-DARBORX_ENABLE_MPI="$(usex mpi)"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2023-06-17  1:03 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2023-06-17  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     161fc86a9bdc9277f26b023de5e422bb5d56c2b8
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 23:17:24 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 01:03:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161fc86a

sci-libs/arborx: fix libdir

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arborx/{arborx-1.4.1.ebuild => arborx-1.4.1-r1.ebuild} | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sci-libs/arborx/arborx-1.4.1.ebuild b/sci-libs/arborx/arborx-1.4.1-r1.ebuild
similarity index 81%
rename from sci-libs/arborx/arborx-1.4.1.ebuild
rename to sci-libs/arborx/arborx-1.4.1-r1.ebuild
index c27f694b4071..d0d4cf0e2ed2 100644
--- a/sci-libs/arborx/arborx-1.4.1.ebuild
+++ b/sci-libs/arborx/arborx-1.4.1-r1.ebuild
@@ -24,6 +24,14 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/ArborX-${PV}
 
+src_prepare() {
+	default
+	cmake_src_prepare
+
+	# replace hardcoded "lib/" directory:
+	sed -i -e "s#lib/#$(get_libdir)/#g" CMakeLists.txt || die "sed failed"
+}
+
 src_configure() {
 	local mycmakeargs=(
 		-DARBORX_ENABLE_MPI="$(usex mpi)"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2023-06-17  1:03 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2023-06-17  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8d22a861176f2b60b519ea0d4a996f5dda2b02fb
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 23:18:50 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 01:03:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d22a861

sci-libs/arborx: drop 1.2

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arborx/Manifest          |  1 -
 sci-libs/arborx/arborx-1.2.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/sci-libs/arborx/Manifest b/sci-libs/arborx/Manifest
index 4edaadde14e2..4cf219e6a8a7 100644
--- a/sci-libs/arborx/Manifest
+++ b/sci-libs/arborx/Manifest
@@ -1,2 +1 @@
-DIST arborx-1.2.tar.gz 380705 BLAKE2B eb0006e69edb6cfd1d402dfe5a58db76954c34f847ce8acd1c0f2bd2044a29a434fc01df67829fce4ec911f5c882c1625aa7a50bc39a5d33dfb2c26d6a4cbb4f SHA512 d48650b11fc26770c43f4821999647acb0c7675367e416ad025ab21eb50da66c732f03bc6decf840d25dac26ff7f1f5dca77b7514dffc619cef8d401e83a8795
 DIST arborx-1.4.1.tar.gz 408999 BLAKE2B 83e172f89ac8ff82d4add40fd036457d9c563b44c11b15d86aa884dc03742f3e22a13cc4b6f068ef377fcd8e63d239f704dd1821772079d2f9f8c169b1f31fae SHA512 3799deed5eae1e6092c19a62894207ac0ccd81ba84c8d42734fa3d0e5a3fc9d6a8f7b1442d2203b06f4e251970569f67506d419fb6695039c11e78dfd740e565

diff --git a/sci-libs/arborx/arborx-1.2.ebuild b/sci-libs/arborx/arborx-1.2.ebuild
deleted file mode 100644
index 68330b8a5df7..000000000000
--- a/sci-libs/arborx/arborx-1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Library for performance portable algorithms for geometric search"
-HOMEPAGE="https://github.com/arborx/ArborX"
-
-SRC_URI="https://github.com/${PN}/ArborX/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="mpi"
-
-RDEPEND="dev-libs/boost:=
-	mpi? ( virtual/mpi[cxx] )
-	sci-libs/trilinos"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/ArborX-${PV}
-
-src_configure() {
-	local mycmakeargs=(
-		-DARBORX_ENABLE_MPI="$(usex mpi)"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2023-06-17  2:25 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-17  2:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2486ca03331d6a6df29ebf18aaf6d0e6e69e5ae5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 01:57:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 01:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2486ca03

sci-libs/arborx: don't double apply patches

cmake_src_prepare calls default for us.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/arborx/arborx-1.4.1-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-libs/arborx/arborx-1.4.1-r1.ebuild b/sci-libs/arborx/arborx-1.4.1-r1.ebuild
index d0d4cf0e2ed2..84b2bc0e85a4 100644
--- a/sci-libs/arborx/arborx-1.4.1-r1.ebuild
+++ b/sci-libs/arborx/arborx-1.4.1-r1.ebuild
@@ -25,7 +25,6 @@ DEPEND="${RDEPEND}"
 S="${WORKDIR}"/ArborX-${PV}
 
 src_prepare() {
-	default
 	cmake_src_prepare
 
 	# replace hardcoded "lib/" directory:


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/
@ 2024-07-03 21:48 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2024-07-03 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     05ad0a199a2038868e617f837572cbc030f9d9f1
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 21:28:16 2024 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 21:48:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ad0a19

sci-libs/arborx: add 1.6

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arborx/Manifest          |  1 +
 sci-libs/arborx/arborx-1.6.ebuild | 44 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/sci-libs/arborx/Manifest b/sci-libs/arborx/Manifest
index 4cf219e6a8a7..f74f2db22184 100644
--- a/sci-libs/arborx/Manifest
+++ b/sci-libs/arborx/Manifest
@@ -1 +1,2 @@
 DIST arborx-1.4.1.tar.gz 408999 BLAKE2B 83e172f89ac8ff82d4add40fd036457d9c563b44c11b15d86aa884dc03742f3e22a13cc4b6f068ef377fcd8e63d239f704dd1821772079d2f9f8c169b1f31fae SHA512 3799deed5eae1e6092c19a62894207ac0ccd81ba84c8d42734fa3d0e5a3fc9d6a8f7b1442d2203b06f4e251970569f67506d419fb6695039c11e78dfd740e565
+DIST arborx-1.6.tar.gz 437155 BLAKE2B a49d91eb629c51550440f88f679a10b83b6421294beb467011a3f3f8c88b1b9691b8d09dfca1703334dc43813bb03d93f48967dcc50e265d5be893712a771e86 SHA512 f493a4e545fcd92dc47301dd77fdfa1a779a8b211480371055dc22e051ccc78dc54486c0477bed110d3b1fecc3edbcb211eeea88dbe335b010970c150eca3a19

diff --git a/sci-libs/arborx/arborx-1.6.ebuild b/sci-libs/arborx/arborx-1.6.ebuild
new file mode 100644
index 000000000000..cfdb3fee77f5
--- /dev/null
+++ b/sci-libs/arborx/arborx-1.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Library for performance portable algorithms for geometric search"
+HOMEPAGE="https://github.com/arborx/ArborX"
+
+SRC_URI="https://github.com/${PN}/ArborX/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="mpi"
+
+RDEPEND="dev-libs/boost:=
+	mpi? ( virtual/mpi[cxx] )
+	sci-libs/trilinos"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/ArborX-${PV}
+
+src_prepare() {
+	cmake_src_prepare
+
+	# replace hardcoded "lib/" directory:
+	sed -i -e "s#lib/#$(get_libdir)/#g" CMakeLists.txt || die "sed failed"
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DARBORX_ENABLE_MPI="$(usex mpi)"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+}


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

end of thread, other threads:[~2024-07-03 21:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17  2:25 [gentoo-commits] repo/gentoo:master commit in: sci-libs/arborx/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 21:48 Matthias Maier
2023-06-17  1:03 Matthias Maier
2023-06-17  1:03 Matthias Maier
2023-06-15 18:25 Matthias Maier
2022-06-12  6:04 Matthias Maier

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