commit: 259313ae634d9843fddabab448f4ce1e131b9ba6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 28 21:54:19 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 28 22:00:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259313ae
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 <AT> gentoo.org> sci-libs/netcdf/netcdf-4.8.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)
