From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sci-libs/hdf5/hdf5-1.12.2-r4.ebuild') diff --git a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild index 7cb1b8716025..1de5129ca19f 100644 --- a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild +++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild @@ -20,10 +20,13 @@ S="${WORKDIR}/${MY_P}" LICENSE="NCSA-HDF" SLOT="0/${PV%%_p*}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="cxx debug examples fortran +hl mpi szip threads zlib" +IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib" REQUIRED_USE=" - cxx? ( !mpi ) mpi? ( !cxx ) - threads? ( !cxx !mpi !fortran !hl )" + !unsupported? ( + cxx? ( !mpi ) mpi? ( !cxx ) + threads? ( !cxx !mpi !fortran !hl ) + ) +" RDEPEND=" mpi? ( virtual/mpi[romio] ) @@ -95,6 +98,7 @@ src_configure() { $(use_enable hl) \ $(use_enable mpi parallel) \ $(use_enable threads threadsafe) \ + $(use_enable unsupported) \ $(use_with szip szlib) \ $(use_with threads pthread) \ $(use_with zlib) -- cgit v1.2.3