diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-06-20 21:59:03 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-06-20 21:59:03 +0200 |
commit | b5cae3bede52812f5939271d7c825cf906d1778d (patch) | |
tree | 79f0f19383e3c02276433ae0acc66116e207ee17 /science/code_saturne | |
parent | 4b1ed03b1a8f5a6d15c9e91789cf28e0cd6d8687 (diff) | |
download | freebsd-ports-b5cae3bede52812f5939271d7c825cf906d1778d.zip |
science/code_saturne: chase the upgrade of science/PETSc
Since 3.19.2, the file $LOCALBASE/lib/petsc/conf/variables contains
non-portable code, and gmake is needed to interpret its content.
Reported by: pkg-fallout
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index b28e0feff984..bf5d5fd08c95 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -115,6 +115,7 @@ DOCS= AUTHORS ChangeLog README pre-configure: ${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ ${WRKSRC}/Makefile.am + ${REINPLACE_CMD} -e 's|make -s|${GMAKE} -s|' ${WRKSRC}/m4/cs_petsc.m4 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/code_saturne/cs_solver |