summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-28 21:54:19 +0000
committerSam James <sam@gentoo.org>2021-12-28 22:00:40 +0000
commit259313ae634d9843fddabab448f4ce1e131b9ba6 (patch)
treed6de8487ec0c75168a432266799642086ca43f76 /sci-libs/netcdf
parentsci-libs/netcdf: fix subslot (diff)
downloadgentoo-259313ae634d9843fddabab448f4ce1e131b9ba6.tar.gz
gentoo-259313ae634d9843fddabab448f4ce1e131b9ba6.tar.bz2
gentoo-259313ae634d9843fddabab448f4ce1e131b9ba6.zip
sci-libs/netcdf: temporarily disable ENABLE_LIBXML2
It's not yet in a release, whoops. Closes: https://bugs.gentoo.org/830191 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r--sci-libs/netcdf/netcdf-4.8.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
index f4214e76b26a..0dd095346a26 100644
--- a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
+++ b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
@@ -56,7 +56,8 @@ src_configure() {
local mycmakeargs=(
-DENABLE_DAP_REMOTE_TESTS=OFF
- -DENABLE_LIBXML2=ON
+ # Enable for >4.8.1 (not yet in a release)
+ #-DENABLE_LIBXML2=ON
-DBUILD_UTILITIES=$(usex tools)
-DENABLE_DAP=$(usex dap)
-DENABLE_DOXYGEN=$(usex doc)