Port details |
- hwloc Portable Hardware Locality software package
- 1.11.13_3 devel =4 1.11.13_3Version of this port present on the latest quarterly branch.
- Maintainer: phd_kimberlite@yahoo.co.jp
- Port Added: 2011-12-19 03:33:21
- Last Update: 2024-02-23 12:50:27
- Commit Hash: 63f3adb
- People watching this port, also watch:: xorg-drivers, lua52, gvfs, libosinfo, bomber
- License: BSD3CLAUSE
- WWW:
- https://www.open-mpi.org/projects/hwloc/
- Description:
- The Portable Hardware Locality (hwloc) software package provides
a portable abstraction (across OS, versions, architectures, ...) of
the hierarchical topology of modern architectures, including as follows:
- NUMA memory nodes;
- sockets;
- shared caches;
- cores and simultaneous multithreading.
It also gathers various system attributes such as cache and
memory information as well as the locality of I/O devices
(such as network interfaces, InfiniBand HCAs or GPUs).
It primarily aims at helping applications with gathering information about
modern computing hardware so as to exploit it accordingly and efficiently [1].
[1] Portable Hardware Locality (hwloc) WWW.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/hwloc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hwloc
- pkg install hwloc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hwloc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le powerpcspe
- distinfo:
- TIMESTAMP = 1600588309
SHA256 (hwloc-1.11.13.tar.bz2) = a4494b7765f517c0990d1c7f09d98cb87755bb6b841e4e2cbfebca1b14bac9c8
SIZE (hwloc-1.11.13.tar.bz2) = 4120436
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpciaccess.so : devel/libpciaccess
- libxml2.so : textproc/libxml2
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for hwloc-1.11.13_3:
CAIRO=off: Cairo graphics library support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_hwloc
- USES:
- iconv libtool gnome pathfix pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.13_3 23 Feb 2024 12:50:27 |
Muhammad Moinur Rahman (bofh) |
devel/hwloc: Moved man to share/man
Approved by: portmgr (blanket) |
1.11.13_2 24 Nov 2023 17:21:14 |
Daniel Engberg (diizzy) |
devel/hwloc: Fix plist
Poudriere complains about include/hwloc/glibc-sched.h missing in plist
Approved by: portmgr (build fix) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.11.13_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.11.13_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.11.13_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.11.13 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.11.13 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.11.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11.13 04 Oct 2020 11:56:26 |
wen |
- Update to 1.11.13
PR: 249479
Submitted by: wen@(myself)
Approved by: maintainer
Exp-run by: antoine@ |
1.11.11 23 Sep 2020 18:46:48 |
linimon |
Mark as for no powerpc variant.
Approved by: portmgr (tier-2 blanket) |
1.11.11 12 May 2020 01:44:07 |
pkubaj |
devel/hwloc: enable on powerpc
Builds fine. |
1.11.11 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
1.11.11 13 Oct 2019 12:19:52 |
jbeich |
devel/hwloc: drop FreeBSD 11.1 workaround after r481023
PR: 225229 |
1.11.11 02 Nov 2018 14:33:29 |
linimon |
Allow building on powerpc64.
Reported by: Piotr Kubaj |
1.11.11 16 Sep 2018 23:26:02 |
sunpoet |
Update to 1.11.11
- Move ONLY_FOR_ARCHS upward
- While I'm here, add USES=gnome
Changes: https://github.com/open-mpi/hwloc/blob/v1.11/NEWS
PR: 231389
Submitted by: <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.11.7_2 26 Jun 2018 03:18:30 |
danilo |
- Add aarch64 to the ONLY_FOR_ARCHS list. This port builds fine on aarch64. |
1.11.7_2 22 Feb 2018 18:02:02 |
tijl |
Add a patch to work around a buffer overrun in cpuset_getid in FreeBSD 11.1.
This caused a crash when compiled with Clang due to a different stack
layout compared to GCC.
PR: 225229
See also: https://github.com/open-mpi/hwloc/issues/282 |
1.11.7_1 04 Feb 2018 13:21:38 |
feld |
devel/hwloc: Add comment to Makefile to clarify why GCC is in use
PR: 225229 |
1.11.7_1 01 Feb 2018 21:20:00 |
feld |
devel/hwloc: Fix segfaults on Intel CPUs
Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282
MFH: 2018Q1 |
1.11.7 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
1.11.7 26 Jun 2017 23:44:13 |
linimon |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.11.7 27 Apr 2017 14:48:02 |
sunpoet |
Update to 1.11.7
- While I'm here:
- Convert to options target helper
- Fix typo
- Sort PLIST
Changes: https://github.com/open-mpi/hwloc/blob/master/NEWS
PR: 218913
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.11.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.11.1 14 Nov 2015 11:09:35 |
tijl |
- Update to 1.11.1
- Explicitly disable OpenCL, CUDA and NVML for now
- Strip libraries
- Whitespace
PR: 204509
Approved by: phd_kimberlite@yahoo.co.jp (maintainer) |
1.9_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.9_1 17 Aug 2014 18:13:47 |
sunpoet |
- Add DOCS to OPTIONS_DEFINE |
1.9_1 24 Jul 2014 16:09:13 |
amdmi3 |
- Switch devel/hwloc to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Add LICENSE_FILE
- While here, fix stagedir reference in www/trafficserver
Approved by: portmgr blanket |
1.9 03 Jun 2014 08:50:05 |
miwi |
- Update to 1.9
PR: 190441 |
1.8_1 21 Apr 2014 22:19:02 |
bapt |
Use USES=tar:bzip2 |
1.8_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.8 08 Mar 2014 16:58:47 |
sunpoet |
- Update LICENSE
Approved by: portmgr (blanket) |
1.8 07 Feb 2014 14:03:39 |
decke |
- Update to 1.8
- Allow for armv6
PR: ports/185533
PR: ports/183281
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.7.2 28 Jan 2014 08:49:52 |
bapt |
Support stage
Use options helpers |
1.7.2 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.7.2 06 Sep 2013 16:28:19 |
wg |
devel/hwloc: update to 1.7.2
- Update to 1.7.2 [1]
- Add DOCS to options
- Convert lib depends to new syntax
- Remove leading indefinite article from COMMENT
- Unmute doc install command
- Remove unneeded LICENSE_FILE
Changes:
http://www.open-mpi.org/community/lists/hwloc-announce/2013/09/0061.php
PR: ports/181867 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite yahoo.co.jp> (maintainer) |
1.7.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.7.1 24 May 2013 20:58:30 |
pawel |
- Update devel/hwlock to version 1.7.1 [1]
- Bump net/openmpi
PR: ports/178882 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.6.2 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.6.2 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
1.6.2 04 Mar 2013 16:53:12 |
pawel |
- Update to version 1.6.2 [1]
- Package links to devel/libpciaccess if available
PR: ports/176637 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.6 16 Dec 2012 10:27:48 |
pawel |
- Update devel/hwloc to 1.6 [1]
- Bump affected net/openmpi
PR: ports/174106 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> |
1.5.1 22 Oct 2012 13:00:48 |
jhale |
- Update to 1.5.1
- Move manpage definitions to Makefile.man
- Use MLINKS macro to create manpage links
- Use USE_PKGCONFIG in favor of USE_GNOME=pkgconfig
- Use PORTDOCS to cut down pkg-plist size
- Convert to new options framework
- Trim Makefile header
PR: ports/172853
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Approved by: makc (mentor)
Feature safe: yes |
1.5 01 Aug 2012 19:22:28 |
culot |
- Update to 1.5
Changes: http://www.open-mpi.org/community/lists/hwloc-announce/2012/07/0043.php
PR: ports/170314
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.4.2 16 May 2012 22:14:16 |
pawel |
Update to version 1.4.2
PR: ports/167959
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.3.1 28 Jan 2012 10:25:57 |
scheidell |
- Updates to 1.3.1 [1]
- ONLY_FOR_ARCHS (= i386 amd64) is added. Because hwloc, it seems, has been
ported to FreeBSD on these architectures only [1]
- tested with and without cairo
PR: ports/164562 [1]
Submitted by: maintainer [1]
Approved by: gabor (mentor, implicit) |
1.3 19 Dec 2011 03:33:00 |
maho |
The Portable Hardware Locality software package
The Portable Hardware Locality (hwloc) software package provides
a portable abstraction (across OS, versions, architectures, ...) of
the hierarchical topology of modern architectures, including as follows:
- NUMA memory nodes;
- sockets;
- shared caches;
- cores and simultaneous multithreading.
It also gathers various system attributes such as cache and
memory information as well as the locality of I/O devices
(such as network interfaces, InfiniBand HCAs or GPUs).
It primarily aims at helping applications with gathering information about
modern computing hardware so as to exploit it accordingly and efficiently [1].
[1] Portable Hardware Locality (hwloc) WWW.
WWW: http://www.open-mpi.org/projects/hwloc/
PR: 163427
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe: yes |