diff options
| author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-11-06 01:28:39 +0000 |
|---|---|---|
| committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-11-06 01:28:39 +0000 |
| commit | e82140b76b6813ff531730841f013bacdaa73011 (patch) | |
| tree | 067aa678e45452f706db71c601cc6864f55fb7b7 /net/openmpi | |
| parent | net-mgmt/unifi4: update to 4.7.6 (diff) | |
- Fix plist when the default compiler is gcc5
Spotted by: sunpoet
Obtained from: DPorts (marino)
Diffstat (limited to 'net/openmpi')
| -rw-r--r-- | net/openmpi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 07f4dc1ca908..2404d35a4704 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -31,7 +31,10 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ --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 |
