Date: Sat, 11 May 2019 22:01:54 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501309 - head/net/openmpi Message-ID: <201905112201.x4BM1sxo022379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905112201.x4BM1sxo022379>