commit: b269167ddba7b8485ec67042f77699bded47d296 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Wed Dec 13 05:56:07 2017 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Tue Dec 19 07:16:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b269167d
sci-libs/hdf5: Add back hl configuration options. Closes: https://bugs.gentoo.org/640220 Package-Manager: Portage-2.3.16, Repoman-2.3.6 sci-libs/hdf5/hdf5-1.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/hdf5/hdf5-1.10.1.ebuild b/sci-libs/hdf5/hdf5-1.10.1.ebuild index 4b97584a479..6cf18a83be0 100644 --- a/sci-libs/hdf5/hdf5-1.10.1.ebuild +++ b/sci-libs/hdf5/hdf5-1.10.1.ebuild @@ -84,6 +84,7 @@ src_configure() { $(use_enable debug codestack) $(use_enable cxx) $(use_enable fortran) + $(use_enable hl) $(use_enable mpi parallel) $(use_enable threads threadsafe) $(use_with szip szlib)
