Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2021 20:46:17 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560811 - head/net/aluminum
Message-ID:  <202101082046.108KkHuA099851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Fri Jan  8 20:46:17 2021
New Revision: 560811
URL: https://svnweb.freebsd.org/changeset/ports/560811

Log:
  net/aluminum: Upgrade hwloc dep to hwloc2
  
  hwloc2 conflicts with hwloc, so updating all dependents ASAP.
  
  PR:             252524
  Submitted by:   jwb
  Approved by:    yuri

Modified:
  head/net/aluminum/Makefile

Modified: head/net/aluminum/Makefile
==============================================================================
--- head/net/aluminum/Makefile	Fri Jan  8 20:44:02 2021	(r560810)
+++ head/net/aluminum/Makefile	Fri Jan  8 20:46:17 2021	(r560811)
@@ -10,7 +10,7 @@ COMMENT=	Generic interface to high-performance communi
 
 LICENSE=	APACHE20
 
-LIB_DEPENDS=	libhwloc.so:devel/hwloc \
+LIB_DEPENDS=	libhwloc.so.15:devel/hwloc2 \
 		libmpi.so:net/openmpi
 
 USES=		cmake compiler:c11



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