summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-06-12 01:24:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-06-12 01:25:33 +0200
commitbcfd284b7aa8eaba61aae5040737143c8f219f44 (patch)
treecca07878e97494d402c4e2a8d3b368af548893d8 /sci-libs/armadillo/armadillo-12.4.0.ebuild
parentsci-libs/armadillo: add 12.4.0 (diff)
downloadgentoo-bcfd284b7aa8eaba61aae5040737143c8f219f44.tar.gz
gentoo-bcfd284b7aa8eaba61aae5040737143c8f219f44.tar.bz2
gentoo-bcfd284b7aa8eaba61aae5040737143c8f219f44.zip
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@gentoo.org>
Diffstat (limited to 'sci-libs/armadillo/armadillo-12.4.0.ebuild')
-rw-r--r--sci-libs/armadillo/armadillo-12.4.0.ebuild15
1 files changed, 1 insertions, 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