Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 12:08:40 +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: r531927 - head/net/aluminum
Message-ID:  <202004171208.03HC8eZe091270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171208.03HC8eZe091270>