svn commit: r560809 - head/devel/hpx

Jason W. Bacon jwb at FreeBSD.org
Fri Jan 8 20:42:33 UTC 2021


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


More information about the svn-ports-all mailing list