aboutsummaryrefslogtreecommitdiff
path: root/math/gap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r--math/gap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 2361db9cf519..f13ac5ffda43 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -37,7 +37,9 @@ pre-configure:
-e "s|am__api_version='1.15'|am__api_version='${ACLOCVER}'|"
.endfor
-post-build:
+post-build: # it is unclear why is this needed, see the question here: https://github.com/gap-system/gap/issues/5599
+ # there are intermittend failures in this build step: configure.ac:3: error: version mismatch. This is Automake 1.16.5,
+ @${ECHO} "Build in pkg/simpcomp"
@cd ${WRKSRC}/pkg/simpcomp && \
${SETENV} ${CONFIGURE_ENV} ${SH} configure \
${CONFIGURE_ARGS:N--with-*} && \