Date: Wed, 30 Oct 2019 13:24:55 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516058 - head/math/form Message-ID: <201910301324.x9UDOuS9020083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Oct 30 13:24:55 2019 New Revision: 516058 URL: https://svnweb.freebsd.org/changeset/ports/516058 Log: math/form: use GCC 9 for OpenMPI instead of expired GCC 5. Modified: head/math/form/Makefile Modified: head/math/form/Makefile ============================================================================== --- head/math/form/Makefile Wed Oct 30 12:48:17 2019 (r516057) +++ head/math/form/Makefile Wed Oct 30 13:24:55 2019 (r516058) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301324.x9UDOuS9020083>