summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2021-09-15 21:23:18 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2021-09-15 21:23:31 +0300
commit52a638e6e0ae85696cad3a25dd73b7046f66cf5c (patch)
tree43ab6ac47eae1539ea0f2e26937ee552dff0a217 /sci-chemistry/gromacs/gromacs-2021.3.ebuild
parentapp-crypt/qca: 2.3.4 version bump (diff)
downloadgentoo-52a638e6e0ae85696cad3a25dd73b7046f66cf5c.tar.gz
gentoo-52a638e6e0ae85696cad3a25dd73b7046f66cf5c.tar.bz2
gentoo-52a638e6e0ae85696cad3a25dd73b7046f66cf5c.zip
sci-chemistry/gromacs: Check patches
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.3.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.3.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
index c9f47113b4e8..6d851074d36b 100644
--- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
CMAKE_MAKEFILE_GENERATOR="ninja"
@@ -88,11 +88,6 @@ if [[ ${PV} != *9999 ]]; then
S="${WORKDIR}/${PN}-${PV/_/-}"
fi
-PATCHES=(
- "${FILESDIR}/${PN}-2020-pytest.patch"
- "${FILESDIR}/${PN}-2021-nblib.patch"
-)
-
pkg_pretend() {
[[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by gromacs"
use openmp && ! tc-has-openmp && \