Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2021 20:42:32 +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: r560809 - head/devel/hpx
Message-ID:  <202101082042.108KgWKA099546@repo.freebsd.org>

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

Log:
  devel/hpx: Upgrade hwloc dep to hwloc2
  
  hwloc2 conflicts with hwloc, so updating all dependents ASAP.
  
  PR:             252530
  Submitted by:   jwb
  Approved by:    yuri

Modified:
  head/devel/hpx/Makefile

Modified: head/devel/hpx/Makefile
==============================================================================
--- head/devel/hpx/Makefile	Fri Jan  8 20:14:49 2021	(r560808)
+++ head/devel/hpx/Makefile	Fri Jan  8 20:42:32 2021	(r560809)
@@ -12,7 +12,7 @@ LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
-		libhwloc.so:devel/hwloc
+		libhwloc.so.15:devel/hwloc2
 
 USES=		cmake compiler:c++17-lang python shebangfix
 USE_GITHUB=	yes



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