diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-06-28 23:53:33 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-30 21:46:42 +0000 |
commit | 82008daa4cb141f276cc07f97e021500a79bdb4e (patch) | |
tree | da99bb17cfd4f6325882084f6182dbc8b9ae99ef /sci-libs/hdf5 | |
parent | net-misc/dahdi-tools: revbump to fix bugs. (diff) | |
download | gentoo-82008daa4cb141f276cc07f97e021500a79bdb4e.tar.gz gentoo-82008daa4cb141f276cc07f97e021500a79bdb4e.tar.bz2 gentoo-82008daa4cb141f276cc07f97e021500a79bdb4e.zip |
sci-libs/hdf5: readd unsupported useflag
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26125
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild index 7cb1b8716025..0011fbfc0dc2 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) |