summaryrefslogtreecommitdiff
path: root/sci-chemistry/gromacs/gromacs-2021.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.7.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.7.ebuild b/sci-chemistry/gromacs/gromacs-2021.7.ebuild
index 8cb244317617..1a6dbcab47f4 100644
--- a/sci-chemistry/gromacs/gromacs-2021.7.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.7.ebuild
@@ -85,7 +85,10 @@ DOCS=( AUTHORS README )
RESTRICT="!test? ( test )"
-PATCHES=( "${FILESDIR}/${PN}-2021-musl-stdint.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-2021-musl-stdint.patch"
+ "${FILESDIR}/${PN}-2021-cuda-detection.patch"
+)
if [[ ${PV} != *9999 ]]; then
S="${WORKDIR}/${PN}-${PV/_/-}"