summaryrefslogtreecommitdiff
path: root/sci-libs/med/med-4.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/med/med-4.1.0.ebuild')
-rw-r--r--sci-libs/med/med-4.1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/med/med-4.1.0.ebuild b/sci-libs/med/med-4.1.0.ebuild
index ab5056e4a4d7..ec6eef42dc1e 100644
--- a/sci-libs/med/med-4.1.0.ebuild
+++ b/sci-libs/med/med-4.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FORTRAN_NEEDED=fortran
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake fortran-2 python-single-r1
@@ -30,9 +30,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="python? ( >=dev-lang/swig-3.0.8 )"
+# "${FILESDIR}/${P}-0003-fix-hdf5-version-check.patch"
PATCHES=(
"${FILESDIR}/${P}-0001-Gentoo-specific-Adjust-install-path-for-build-dir.patch"
"${FILESDIR}/${P}-0002-Re-add-option-for-building-Fortran-library.patch"
+ "${FILESDIR}/${P}-0003-build-against-hdf5-1.12.patch"
)
DOCS=( AUTHORS ChangeLog NEWS README README.CMAKE TODO )