1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

math/form: use GCC 9 for OpenMPI instead of expired GCC 5.

This commit is contained in:
Rene Ladan 2019-10-30 13:24:55 +00:00
parent ba6a68fc94
commit 33940ea93f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516058

View File

@ -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