From 48e7f15d37baf7167041b2ab0e2a19a703e5c99f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Apr 2024 08:13:46 +0100 Subject: gentoo auto-resync : 01:04:2024 - 08:13:46 --- sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild') diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild index f9c020fa3521..9b44a0997205 100644 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild +++ b/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="77 90" -inherit cmake fortran-2 +inherit cmake flag-o-matic fortran-2 DESCRIPTION="Scientific library and interface for array oriented data access" HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" @@ -25,6 +25,11 @@ DEPEND=" BDEPEND="doc? ( app-text/doxygen[dot] )" src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/927588 + # https://github.com/Unidata/netcdf-fortran/issues/437 + filter-lto + local mycmakeargs=( -DDISABLE_ZSTANDARD_PLUGIN=$(usex !zstd) -DBUILD_EXAMPLES=$(usex examples) -- cgit v1.2.3