summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-11 19:23:43 +0000
committerSam James <sam@gentoo.org>2021-05-11 19:24:03 +0000
commit58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65 (patch)
treea9393e849ce53257e9f939191f209fe2e802b3ca /sci-chemistry/gromacs/gromacs-2021.9999.ebuild
parentsci-chemistry/gromacs: remove ALLARCHES (diff)
downloadgentoo-58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65.tar.gz
gentoo-58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65.tar.bz2
gentoo-58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65.zip
sci-chemistry/gromacs: fix cmake_src_make -> cmake_src_compile
cmake_src_make was removed in cmake.eclass. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.9999.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
index dbeed6f4fec5..82fafe89e639 100644
--- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
@@ -298,7 +298,7 @@ src_compile() {
src_test() {
for x in ${GMX_DIRS}; do
BUILD_DIR="${WORKDIR}/${P}_${x}"\
- cmake_src_make check
+ cmake_src_compile check
done
}