svn commit: r501309 - head/net/openmpi

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 11 22:01:55 UTC 2019


Author: pkubaj
Date: Sat May 11 22:01:54 2019
New Revision: 501309
URL: https://svnweb.freebsd.org/changeset/ports/501309

Log:
  net/openmpi: add USES=compiler:c11
  
  This port needs USES=compiler:c11 to fix build of science/sparta on GCC architectures.
  
  PR:		237536
  Approved by:	danilo (maintainer timeout), mentors (implicit approval)

Modified:
  head/net/openmpi/Makefile

Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile	Sat May 11 21:36:12 2019	(r501308)
+++ head/net/openmpi/Makefile	Sat May 11 22:01:54 2019	(r501309)
@@ -22,7 +22,8 @@ LIB_DEPENDS=	libhwloc.so:devel/hwloc \
 HAS_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 # :keepla because port uses lt_dlopen
-USES=		fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2
+USES=		compiler:c11 fortran gmake libtool:keepla perl5 pkgconfig \
+		tar:bzip2
 USE_PERL5=	build
 
 MPIBASE?=	mpi


More information about the svn-ports-all mailing list