diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-12-13 14:56:07 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-12-19 16:16:01 +0900 |
commit | b269167ddba7b8485ec67042f77699bded47d296 (patch) | |
tree | 4ba1cee7ca3b899e4a1269ffb7d04071d01fda0b /sci-libs | |
parent | xfce-extra/xfce4-power-manager: Bump to 1.6.1 (diff) | |
download | gentoo-b269167ddba7b8485ec67042f77699bded47d296.tar.gz gentoo-b269167ddba7b8485ec67042f77699bded47d296.tar.bz2 gentoo-b269167ddba7b8485ec67042f77699bded47d296.zip |
sci-libs/hdf5: Add back hl configuration options.
Closes: https://bugs.gentoo.org/640220
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.10.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/hdf5/hdf5-1.10.1.ebuild b/sci-libs/hdf5/hdf5-1.10.1.ebuild index 4b97584a479c..6cf18a83be0f 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) |