commit:     bcfd284b7aa8eaba61aae5040737143c8f219f44
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 23:24:55 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 23:25:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfd284b

sci-libs/armadillo: hdf5 support seems to be absent in CMake build system now

Closes: https://bugs.gentoo.org/903721
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-libs/armadillo/armadillo-12.4.0.ebuild | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/sci-libs/armadillo/armadillo-12.4.0.ebuild 
b/sci-libs/armadillo/armadillo-12.4.0.ebuild
index ad6ca89b8766..40bee284647b 100644
--- a/sci-libs/armadillo/armadillo-12.4.0.ebuild
+++ b/sci-libs/armadillo/armadillo-12.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
 LICENSE="Apache-2.0"
 SLOT="0/12"
 KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack blas doc examples hdf5 lapack mkl superlu test"
+IUSE="arpack blas doc examples lapack mkl superlu test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( arpack lapack superlu )"
 
@@ -31,12 +31,10 @@ RDEPEND="
 DEPEND="${RDEPEND}
        arpack? ( virtual/pkgconfig )
        blas? ( virtual/pkgconfig )
-       hdf5? ( sci-libs/hdf5:= )
        lapack? ( virtual/pkgconfig )
        mkl? ( sci-libs/mkl )
 "
 PDEPEND="${RDEPEND}
-       hdf5? ( sci-libs/hdf5:= )
        mkl? ( sci-libs/mkl )
 "
 
@@ -93,17 +91,6 @@ src_configure() {
                        -DBLAS_FOUND=OFF
                )
        fi
-       if use hdf5; then
-               mycmakeargs+=(
-                       -DDETECT_HDF5=ON
-                       -DHDF5_LIBRARIES="-lhdf5"
-                       -DHDF5_INCLUDE_DIRS=/usr/include
-               )
-       else
-               mycmakeargs+=(
-                       -DDETECT_HDF5=OFF
-               )
-       fi
        if use lapack; then
                mycmakeargs+=(
                        -DLAPACK_FOUND=ON

Reply via email to