diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-28 15:18:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-28 17:48:44 +0100 |
commit | 0867502cce10af240ab79608e38e86b6612cfaa4 (patch) | |
tree | df7746d7449b2187097109a632535caa5a620539 /sci-libs/HighFive | |
parent | sci-libs/cantera: Remove old (diff) | |
download | gentoo-0867502cce10af240ab79608e38e86b6612cfaa4.tar.gz gentoo-0867502cce10af240ab79608e38e86b6612cfaa4.tar.bz2 gentoo-0867502cce10af240ab79608e38e86b6612cfaa4.zip |
sci-libs/HighFive: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/HighFive')
-rw-r--r-- | sci-libs/HighFive/HighFive-2.7.1.ebuild | 69 | ||||
-rw-r--r-- | sci-libs/HighFive/Manifest | 1 |
2 files changed, 0 insertions, 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..000000000000 --- 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 |