diff options
| author | Crucible <crucible@localhost> | 2026-09-23 03:05:01 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-23 03:05:01 -0500 |
| commit | f02b743c6d8ce39c700b870dd8581fc1453db734 (patch) | |
| tree | aa93e182f20ab8b89d6187e113c558e22019460a /sci-libs/netcdf-fortran | |
| parent | 89638002224beb1b5cc8a81e8f7abb9c0943aaed (diff) | |
| download | srcux-develop.tar.gz srcux-develop.tar.xz srcux-develop.zip | |
Diffstat (limited to 'sci-libs/netcdf-fortran')
| -rw-r--r-- | sci-libs/netcdf-fortran/Manifest | 3 | ||||
| -rw-r--r-- | sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild | 48 | ||||
| -rw-r--r-- | sci-libs/netcdf-fortran/netcdf-fortran-4.6.4.ebuild (renamed from sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild) | 7 |
3 files changed, 3 insertions, 55 deletions
diff --git a/sci-libs/netcdf-fortran/Manifest b/sci-libs/netcdf-fortran/Manifest index deb89c507b91..15ff401d84b8 100644 --- a/sci-libs/netcdf-fortran/Manifest +++ b/sci-libs/netcdf-fortran/Manifest @@ -1,3 +1,2 @@ -DIST netcdf-fortran-4.5.4.tar.gz 2011867 BLAKE2B bc98522be63c705193a22ce877c41abdc064a05afab2186891d8a0bbe9da8f0ba3f7eae6610e8b4e006b26ad8e3ea5fd8d57349054949a38f3a2fd9dfefb85c5 SHA512 a704f6483f2c8b8bf2353615a3e4b784294bd790588cfc13193c617e776e330edb17fa16da69e1a0b6c767308992321e01399ba2067c32f6ae6b3cb9ff72c3ee DIST netcdf-fortran-4.5.4.upstream.tar.gz 1085665 BLAKE2B 616fba5a8dfa69c4a48df72222cbc2adf24dadcbda01d95e97b64a23a76038dd75988b481eb3d73e6ae5d20c011c5dc23cf2e0f3a3ae020a12742fe93644de2c SHA512 a03a9a57476983096cdc610405869696c6c0345039da9f386e345932bf439f49aa012501d31f4ab0100688211a3abfc7487a8413cf9a0b3907dc1f8ee50d8000 -DIST netcdf-fortran-4.6.1.tar.gz 1112270 BLAKE2B 88c7550a1426fb82068dec3183d14ac0aa85eb4657cffaca7f141bfa2caa0e48ef1f395a504f06fca29ffb511b20182d6d0d71ab951b93f985a580352da3fe52 SHA512 4fb8ed0581df9157733f1331de60dc4e06274320a942db97dbc9020653ed4677bf26e84e5968ee6e5f8fc179e2db02898f339820e5b257ce8a94a5bcdc670587 +DIST netcdf-fortran-4.6.4.tar.gz 7098358 BLAKE2B 4f9b1100eafb83ae2ee6d51d97bddd57ce266c5b167d6d3e1443602bce48566469aab9c08514691d48c6abd845d52cbce3fca3414fdc46dc8515494b7fade71d SHA512 a85087e2e8903a0b0e837f63a46e79c570f359109afad1a919d104937a5de65494f193f67cd9431359e763c365c6beecbb39b8727d9d03a4fd562e3b403ec799 diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild deleted file mode 100644 index dadbefd9b439..000000000000 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FORTRAN_STANDARD="77 90" - -inherit autotools flag-o-matic fortran-2 - -DESCRIPTION="Scientific library and interface for array oriented data access" -HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" -SRC_URI="https://github.com/Unidata/netcdf-fortran/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="UCAR-Unidata" -SLOT="0/7" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples static-libs" - -RDEPEND="sci-libs/netcdf" -DEPEND="${RDEPEND} - dev-lang/cfortran" -BDEPEND="doc? ( app-text/doxygen )" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/927588 - # https://github.com/Unidata/netcdf-fortran/issues/437 - filter-lto - - econf \ - --disable-valgrind \ - --with-temp-large="${T}" \ - --disable-dot \ - $(use_enable doc doxygen) \ - $(use_enable static-libs static) -} - -src_install() { - default - use examples && dodoc -r examples - find "${ED}" -name '*.la' -delete || die -} diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.6.4.ebuild index c1d260c79012..91dbcf933421 100644 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.6.1.ebuild +++ b/sci-libs/netcdf-fortran/netcdf-fortran-4.6.4.ebuild @@ -24,12 +24,9 @@ DEPEND=" " BDEPEND="doc? ( app-text/doxygen[dot] )" -src_prepare() { - touch docs/footer.html || die - cmake_src_prepare -} - src_configure() { + append-fflags -fallow-argument-mismatch + # -Werror=lto-type-mismatch # https://bugs.gentoo.org/927588 # https://github.com/Unidata/netcdf-fortran/issues/437 |
