svn commit: r531927 - head/net/aluminum

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 17 12:08:40 UTC 2020


Author: pkubaj
Date: Fri Apr 17 12:08:39 2020
New Revision: 531927
URL: https://svnweb.freebsd.org/changeset/ports/531927

Log:
  net/aluminum: fix build on GCC architectures
  
  Using MPI requires newer GCC:
  -- Could NOT find MPI_CXX (missing: MPI_CXX_WORKS) (Required is at least version "3.0")
  
  MFH:		2020Q2 (fix build blanket)

Modified:
  head/net/aluminum/Makefile

Modified: head/net/aluminum/Makefile
==============================================================================
--- head/net/aluminum/Makefile	Fri Apr 17 12:01:50 2020	(r531926)
+++ head/net/aluminum/Makefile	Fri Apr 17 12:08:39 2020	(r531927)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 LIB_DEPENDS=	libhwloc.so:devel/hwloc \
 		libmpi.so:net/openmpi
 
-USES=		cmake
+USES=		cmake compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	LLNL
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list