svn commit: r560810 - head/science/gromacs

Jason W. Bacon jwb at FreeBSD.org
Fri Jan 8 20:44:02 UTC 2021


Author: jwb
Date: Fri Jan  8 20:44:02 2021
New Revision: 560810
URL: https://svnweb.freebsd.org/changeset/ports/560810

Log:
  science/gromacs: Upgrade hwloc dep to hwloc2
  
  hwloc2 conflicts with hwloc, so updating all dependents ASAP.
  
  PR:             252526
  Submitted by:   jwb
  Approved by:    yuri

Modified:
  head/science/gromacs/Makefile

Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile	Fri Jan  8 20:42:32 2021	(r560809)
+++ head/science/gromacs/Makefile	Fri Jan  8 20:44:02 2021	(r560810)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_i386=	undefined reference to `__atomic_load' and `__atomic_compare_exchange'
 
 BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
-LIB_DEPENDS=	libhwloc.so:devel/hwloc
+LIB_DEPENDS=	libhwloc.so.15:devel/hwloc2
 
 USES=		cmake compiler:c++14-lang fortran gnome perl5 pkgconfig shebangfix xorg
 SHEBANG_FILES=	admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh


More information about the svn-ports-all mailing list