Date: Fri, 8 Jan 2021 20:44:02 +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: r560810 - head/science/gromacs Message-ID: <202101082044.108Ki2DN099699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101082044.108Ki2DN099699>