mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-libs/netcdf: hl support is needed for hdf5 versions that allow it to be disabled (#599600).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
|
||||
RDEPEND="
|
||||
dap? ( net-misc/curl:0= )
|
||||
hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
|
||||
hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
|
||||
hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
# doc generation is missing many doxygen files in tar ball
|
||||
# doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
@@ -18,7 +18,7 @@ IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
|
||||
RDEPEND="
|
||||
dap? ( net-misc/curl:0= )
|
||||
hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
|
||||
hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
|
||||
hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
# doc generation is missing many doxygen files in tar ball
|
||||
# doc? ( app-doc/doxygen[dot] )"
|
||||
|
||||
Reference in New Issue
Block a user