svn commit: r560811 - head/net/aluminum
Jason W. Bacon
jwb at FreeBSD.org
Fri Jan 8 20:46:17 UTC 2021
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
More information about the svn-ports-all
mailing list