diff options
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.1.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.1.ebuild b/sci-chemistry/gromacs/gromacs-2021.1.ebuild index 6bb2a501176c..2a4610540b55 100644 --- a/sci-chemistry/gromacs/gromacs-2021.1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.1.ebuild @@ -85,7 +85,10 @@ if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/${PN}-${PV/_/-}" fi -PATCHES=( "${FILESDIR}/${PN}-2020_beta1-pytest.patch" ) +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" |