[gentoo-commits] repo/gentoo:master commit in: sci-libs/HighFive/

2024-02-28 Thread Michał Górny
commit: 0867502cce10af240ab79608e38e86b6612cfaa4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 14:18:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 16:48:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0867502c

sci-libs/HighFive: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sci-libs/HighFive/HighFive-2.7.1.ebuild | 69 -
 sci-libs/HighFive/Manifest  |  1 -
 2 files changed, 70 deletions(-)

diff --git a/sci-libs/HighFive/HighFive-2.7.1.ebuild 
b/sci-libs/HighFive/HighFive-2.7.1.ebuild
deleted file mode 100644
index 720ad7a8147c..
--- a/sci-libs/HighFive/HighFive-2.7.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="doc"
-
-inherit cmake docs
-
-DESCRIPTION="Header-only C++ interface for libhdf5"
-HOMEPAGE="https://github.com/BlueBrain/HighFive";
-SRC_URI="https://github.com/BlueBrain/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="Boost-1.0"
-SLOT="0"
-IUSE="mpi test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sci-libs/hdf5[mpi?]
-   doc? ( app-text/doxygen[dot] )
-
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   >=dev-cpp/catch-3.4.0:0
-   dev-libs/boost
-   dev-cpp/eigen
-   media-libs/opencv
-   )
-"
-
-DOCS=( {README,CHANGELOG}.md )
-
-src_prepare() {
-   default
-   sed -i -e "s/-Werror //" "${S}"/CMake/config/CompilerFlagsHelpers.cmake 
|| die
-   cmake_src_prepare
-}
-
-src_configure() {
-   default
-   local mycmakeargs=(
-   -DHIGHFIVE_PARALLEL_HDF5=$(usex mpi)
-
-   -DHIGHFIVE_USE_BOOST=$(usex test)
-   -DHIGHFIVE_USE_EIGEN=$(usex test)
-   -DHIGHFIVE_USE_OPENCV=$(usex test)
-   -DHIGHFIVE_USE_XTENSOR=OFF
-
-   -DHIGHFIVE_EXAMPLES=$(usex test)
-   -DHIGHFIVE_UNIT_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   default
-   use test && cmake_src_compile
-   use doc && doxygen_compile
-}
-
-src_test() {
-   # Set -j1 to prevent race
-   cmake_src_test -j1
-}

diff --git a/sci-libs/HighFive/Manifest b/sci-libs/HighFive/Manifest
index f1140972d9a7..9221bdc0fef9 100644
--- a/sci-libs/HighFive/Manifest
+++ b/sci-libs/HighFive/Manifest
@@ -1,2 +1 @@
-DIST HighFive-2.7.1.tar.gz 518596 BLAKE2B 
e2c499ff629bf1ef5ec62baffa71624f90099179a31a085ede4a027c1747ecad7da0f4964c755e77c0825ac3ef4006ead972a3e7b59103ebaa6bd1a552f57f42
 SHA512 
4fbbd3898791a67e44329a5d0e20e16454b9393510236563b12fe4346cd4f2785d43d915ea05239ac1568d00651e41d85d93590f01454ffc1b82e7bba28e780a
 DIST HighFive-2.8.0.tar.gz 538050 BLAKE2B 
ad856be95365c6d94add457d76366e0a3143fd09bbb6354048f896e16f5445d1037367eaaeaa233a3b5f9c45d2a2611173e051d2bd9e7aff4a3472665d96ec7f
 SHA512 
cabcf8f1507b4466b7438249a813ea36de5e5d220c5caf7656312e24dbe09042bf9573388ca7c3caa22f71bd3b8106923710f9459127f87c341e2b0ab953eede



[gentoo-commits] repo/gentoo:master commit in: sci-libs/HighFive/

2024-02-28 Thread Sam James
commit: 5e695ea943d873cd4797816060afac9f0fc1f73b
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 14:00:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 14:00:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e695ea9

sci-libs/HighFive: Stabilize 2.8.0 amd64, #925694

Signed-off-by: Sam James  gentoo.org>

 sci-libs/HighFive/HighFive-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/HighFive/HighFive-2.8.0.ebuild 
b/sci-libs/HighFive/HighFive-2.8.0.ebuild
index d642d1b78853..066cfc924888 100644
--- a/sci-libs/HighFive/HighFive-2.8.0.ebuild
+++ b/sci-libs/HighFive/HighFive-2.8.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Header-only C++ interface for libhdf5"
 HOMEPAGE="https://github.com/BlueBrain/HighFive";
 SRC_URI="https://github.com/BlueBrain/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="Boost-1.0"
 SLOT="0"
 IUSE="mpi test"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/HighFive/

2024-01-15 Thread Andrew Ammerlaan
commit: 3b1b3cda548ba95436f3cd6f27ba29ad96fa7a6b
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Nov  7 21:37:22 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jan 15 10:02:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1b3cda

sci-libs/HighFive: 2.8.0 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/33718
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/HighFive/HighFive-2.8.0.ebuild | 62 +
 sci-libs/HighFive/Manifest  |  1 +
 2 files changed, 63 insertions(+)

diff --git a/sci-libs/HighFive/HighFive-2.8.0.ebuild 
b/sci-libs/HighFive/HighFive-2.8.0.ebuild
new file mode 100644
index ..d642d1b78853
--- /dev/null
+++ b/sci-libs/HighFive/HighFive-2.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="doxygen"
+DOCS_DEPEND="app-text/doxygen[dot]"
+DOCS_DIR="doc"
+
+inherit cmake docs
+
+DESCRIPTION="Header-only C++ interface for libhdf5"
+HOMEPAGE="https://github.com/BlueBrain/HighFive";
+SRC_URI="https://github.com/BlueBrain/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Boost-1.0"
+SLOT="0"
+IUSE="mpi test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   sci-libs/hdf5[mpi?]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-cpp/catch-3.4.0:0
+   dev-libs/boost
+   dev-cpp/eigen
+   media-libs/opencv
+   )
+"
+
+DOCS=( {README,CHANGELOG}.md )
+
+src_configure() {
+   default
+   local mycmakeargs=(
+   -DHIGHFIVE_PARALLEL_HDF5=$(usex mpi)
+
+   -DHIGHFIVE_USE_BOOST=$(usex test)
+   -DHIGHFIVE_USE_EIGEN=$(usex test)
+   -DHIGHFIVE_USE_OPENCV=$(usex test)
+   -DHIGHFIVE_USE_XTENSOR=OFF
+
+   -DHIGHFIVE_EXAMPLES=$(usex test)
+   -DHIGHFIVE_UNIT_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   default
+   use test && cmake_src_compile
+   use doc && doxygen_compile
+}
+
+src_test() {
+   # Set -j1 to prevent race
+   cmake_src_test -j1
+}

diff --git a/sci-libs/HighFive/Manifest b/sci-libs/HighFive/Manifest
index dec4fca0f6cb..f1140972d9a7 100644
--- a/sci-libs/HighFive/Manifest
+++ b/sci-libs/HighFive/Manifest
@@ -1 +1,2 @@
 DIST HighFive-2.7.1.tar.gz 518596 BLAKE2B 
e2c499ff629bf1ef5ec62baffa71624f90099179a31a085ede4a027c1747ecad7da0f4964c755e77c0825ac3ef4006ead972a3e7b59103ebaa6bd1a552f57f42
 SHA512 
4fbbd3898791a67e44329a5d0e20e16454b9393510236563b12fe4346cd4f2785d43d915ea05239ac1568d00651e41d85d93590f01454ffc1b82e7bba28e780a
+DIST HighFive-2.8.0.tar.gz 538050 BLAKE2B 
ad856be95365c6d94add457d76366e0a3143fd09bbb6354048f896e16f5445d1037367eaaeaa233a3b5f9c45d2a2611173e051d2bd9e7aff4a3472665d96ec7f
 SHA512 
cabcf8f1507b4466b7438249a813ea36de5e5d220c5caf7656312e24dbe09042bf9573388ca7c3caa22f71bd3b8106923710f9459127f87c341e2b0ab953eede



[gentoo-commits] repo/gentoo:master commit in: sci-libs/HighFive/

2023-10-26 Thread Sam James
commit: b0e526eb749b52deaf3418e2384548ff294d702c
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Sep  3 21:02:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 02:30:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e526eb

sci-libs/HighFive: new package v2.7.1 (sci-libs/cantera[hdf5] dep)

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 sci-libs/HighFive/HighFive-2.7.1.ebuild | 69 +
 sci-libs/HighFive/Manifest  |  1 +
 sci-libs/HighFive/metadata.xml  | 15 +++
 3 files changed, 85 insertions(+)

diff --git a/sci-libs/HighFive/HighFive-2.7.1.ebuild 
b/sci-libs/HighFive/HighFive-2.7.1.ebuild
new file mode 100644
index ..a177d45fa8d7
--- /dev/null
+++ b/sci-libs/HighFive/HighFive-2.7.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="doxygen"
+DOCS_DIR="doc"
+
+inherit cmake docs
+
+DESCRIPTION="Header-only C++ interface for libhdf5"
+HOMEPAGE="https://github.com/BlueBrain/HighFive";
+SRC_URI="https://github.com/BlueBrain/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Boost-1.0"
+SLOT="0"
+IUSE="mpi test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   sci-libs/hdf5[mpi?]
+   doc? ( app-doc/doxygen[dot] )
+
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-cpp/catch-3.4.0:0
+   dev-libs/boost
+   dev-cpp/eigen
+   media-libs/opencv
+   )
+"
+
+DOCS=( {README,CHANGELOG}.md )
+
+src_prepare() {
+   default
+   sed -i -e "s/-Werror //" "${S}"/CMake/config/CompilerFlagsHelpers.cmake 
|| die
+   cmake_src_prepare
+}
+
+src_configure() {
+   default
+   local mycmakeargs=(
+   -DHIGHFIVE_PARALLEL_HDF5=$(usex mpi)
+
+   -DHIGHFIVE_USE_BOOST=$(usex test)
+   -DHIGHFIVE_USE_EIGEN=$(usex test)
+   -DHIGHFIVE_USE_OPENCV=$(usex test)
+   -DHIGHFIVE_USE_XTENSOR=OFF
+
+   -DHIGHFIVE_EXAMPLES=$(usex test)
+   -DHIGHFIVE_UNIT_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   default
+   use test && cmake_src_compile
+   use doc && doxygen_compile
+}
+
+src_test() {
+   # Set -j1 to prevent race
+   cmake_src_test -j1
+}

diff --git a/sci-libs/HighFive/Manifest b/sci-libs/HighFive/Manifest
new file mode 100644
index ..dec4fca0f6cb
--- /dev/null
+++ b/sci-libs/HighFive/Manifest
@@ -0,0 +1 @@
+DIST HighFive-2.7.1.tar.gz 518596 BLAKE2B 
e2c499ff629bf1ef5ec62baffa71624f90099179a31a085ede4a027c1747ecad7da0f4964c755e77c0825ac3ef4006ead972a3e7b59103ebaa6bd1a552f57f42
 SHA512 
4fbbd3898791a67e44329a5d0e20e16454b9393510236563b12fe4346cd4f2785d43d915ea05239ac1568d00651e41d85d93590f01454ffc1b82e7bba28e780a

diff --git a/sci-libs/HighFive/metadata.xml b/sci-libs/HighFive/metadata.xml
new file mode 100644
index ..988d62f71f0e
--- /dev/null
+++ b/sci-libs/HighFive/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+torokhov-...@yandex.ru
+Sergey Torokhov
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+BlueBrain/HighFive
+  
+