diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-10-30 13:24:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-10-30 13:24:55 +0000 |
commit | 33940ea93ffbf3ec434529f3231f23b754312316 (patch) | |
tree | ded6125801e189800f65bd00dc2168037404b216 /math/form | |
parent | devel/py-munch: Update to 2.4.0 (diff) |
math/form: use GCC 9 for OpenMPI instead of expired GCC 5.
Notes
Notes:
svn path=/head/; revision=516058
Diffstat (limited to 'math/form')
-rw-r--r-- | math/form/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/form/Makefile b/math/form/Makefile index c26f9c257b53..ade085287362 100644 --- a/math/form/Makefile +++ b/math/form/Makefile @@ -40,7 +40,7 @@ OPENMPI_CONFIGURE_ENABLE= parform OPENMPI_CONFIGURE_ENV+= MPICC="${MPICC}" MPICXX="${MPICXX}" OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi \ - libgcc_s.so.1:lang/gcc5 + libgcc_s.so.1:lang/gcc9 post-patch: @${REINPLACE_CMD} -e 's| -O3||' ${WRKSRC}/configure.ac |