svn commit: r400879 - head/net/openmpi

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Nov 6 01:28:41 UTC 2015


Author: danilo
Date: Fri Nov  6 01:28:39 2015
New Revision: 400879
URL: https://svnweb.freebsd.org/changeset/ports/400879

Log:
  - Fix plist when the default compiler is gcc5
  
  Spotted by:	sunpoet
  Obtained from:	DPorts (marino)

Modified:
  head/net/openmpi/Makefile

Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile	Fri Nov  6 00:03:25 2015	(r400878)
+++ head/net/openmpi/Makefile	Fri Nov  6 01:28:39 2015	(r400879)
@@ -31,7 +31,10 @@ CONFIGURE_ARGS+=	--prefix=${PREFIX}/${MP
 			--mandir=${PREFIX}/${MPIDIR}/man \
 			--program-prefix= \
 			--with-hwloc=${LOCALBASE} \
-			--with-libltdl=${LOCALBASE}
+			--with-libltdl=${LOCALBASE} \
+			--enable-mpi-fortran=usempi \
+			ompi_cv_fortran_ignore_tkr_data=0
+
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/${MPIDIR}/lib \
 		${PREFIX}/${MPIDIR}/lib/openmpi


More information about the svn-ports-all mailing list