Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 12:09:34 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r531928 - branches/2020Q2/net/aluminum
Message-ID:  <202004171209.03HC9YtR091468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Apr 17 12:09:33 2020
New Revision: 531928
URL: https://svnweb.freebsd.org/changeset/ports/531928

Log:
  MFH: r531927
  
  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")
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q2/net/aluminum/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/aluminum/Makefile
==============================================================================
--- branches/2020Q2/net/aluminum/Makefile	Fri Apr 17 12:08:39 2020	(r531927)
+++ branches/2020Q2/net/aluminum/Makefile	Fri Apr 17 12:09:33 2020	(r531928)
@@ -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?202004171209.03HC9YtR091468>