Date: Tue, 25 Sep 2018 22:25:36 +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: r480705 - head/net/openmpi3 Message-ID: <201809252225.w8PMPabn014773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Sep 25 22:25:35 2018 New Revision: 480705 URL: https://svnweb.freebsd.org/changeset/ports/480705 Log: - Remove --enable-heterogeneous from CONFIGURE_ARGS, this option is broken and causing problems see https://github.com/open-mpi/ompi/blob/master/README#L1387 while here - Bump PORTREVISION - Move USES to the proper section to make portlint happy PR: 231697 Submitted by: russo AT bogodyn.org Modified: head/net/openmpi3/Makefile Modified: head/net/openmpi3/Makefile ============================================================================== --- head/net/openmpi3/Makefile Tue Sep 25 22:24:12 2018 (r480704) +++ head/net/openmpi3/Makefile Tue Sep 25 22:25:35 2018 (r480705) @@ -2,6 +2,7 @@ PORTNAME= openmpi PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 3 @@ -22,11 +23,12 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ libevent.so:devel/libevent \ libmunge.so:security/munge -HAS_CONFIGURE= yes -INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen USES= fortran gmake libtool:keepla localbase perl5 \ pkgconfig shebangfix tar:bzip2 + +HAS_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_PERL5= build MPIBASE?= mpi @@ -43,7 +45,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ --enable-mpi-fortran=usempi \ --enable-mpi-cxx \ --enable-cxx-exceptions \ - --enable-heterogeneous \ --enable-mpi-thread-multiple \ --with-libevent=external \ --enable-mca-no-build=verbs,btl_openib,oob_ud \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252225.w8PMPabn014773>