Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2015 01:28:39 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400879 - head/net/openmpi
Message-ID:  <201511060128.tA61SdXC006082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511060128.tA61SdXC006082>