Date: Tue, 19 Jan 2021 22:53:17 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562096 - head/devel/hwloc2 Message-ID: <202101192253.10JMrH00058866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jan 19 22:53:16 2021 New Revision: 562096 URL: https://svnweb.freebsd.org/changeset/ports/562096 Log: devel/hwloc2: Bugfix: backport the patch that fixes hwloc2's ability to determine n umber of cores on some systems GH issue: https://github.com/open-mpi/hwloc/issues/442 PR: 252643 Modified: head/devel/hwloc2/Makefile head/devel/hwloc2/distinfo Modified: head/devel/hwloc2/Makefile ============================================================================== --- head/devel/hwloc2/Makefile Tue Jan 19 22:33:15 2021 (r562095) +++ head/devel/hwloc2/Makefile Tue Jan 19 22:53:16 2021 (r562096) @@ -2,11 +2,14 @@ PORTNAME= hwloc PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 + +PATCH_SITES= https://github.com/open-mpi/hwloc/commit/ +PATCHFILES= 45aaeb2010f32543cb3dd66fdfa784fad2597497.patch:-p1 # fix for https://github.com/open-mpi/hwloc/issues/442 MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Portable Hardware Locality software package Modified: head/devel/hwloc2/distinfo ============================================================================== --- head/devel/hwloc2/distinfo Tue Jan 19 22:33:15 2021 (r562095) +++ head/devel/hwloc2/distinfo Tue Jan 19 22:53:16 2021 (r562096) @@ -1,3 +1,5 @@ -TIMESTAMP = 1610015940 +TIMESTAMP = 1611096361 SHA256 (hwloc-2.3.0.tar.bz2) = b607f6097873f69ef6b4b01e66e0dcb45f9939e8979827284664bbf0d4018a64 SIZE (hwloc-2.3.0.tar.bz2) = 6414781 +SHA256 (45aaeb2010f32543cb3dd66fdfa784fad2597497.patch) = f820d0b6a492b02107637b4410bcb2fc3c6b3fc1cbe97a34e257e328a455f03a +SIZE (45aaeb2010f32543cb3dd66fdfa784fad2597497.patch) = 1921
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101192253.10JMrH00058866>