diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-16 22:14:16 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-16 22:14:16 +0000 |
commit | e0afa1f73dbd73e7959cf3eddd66e1628059c04d (patch) | |
tree | 6f3d2a5248138135d519b398d65551e0ddba5385 /devel/hwloc | |
parent | 07f55e998c7282bb6bf919cf2b5d68298c9390f6 (diff) | |
download | ports-e0afa1f73dbd73e7959cf3eddd66e1628059c04d.tar.gz ports-e0afa1f73dbd73e7959cf3eddd66e1628059c04d.zip |
Notes
Diffstat (limited to 'devel/hwloc')
-rw-r--r-- | devel/hwloc/Makefile | 6 | ||||
-rw-r--r-- | devel/hwloc/distinfo | 4 | ||||
-rw-r--r-- | devel/hwloc/files/manpages | 17 | ||||
-rw-r--r-- | devel/hwloc/files/patch-configure | 6 | ||||
-rw-r--r-- | devel/hwloc/files/patch-utils+Makefile.in | 14 | ||||
-rw-r--r-- | devel/hwloc/pkg-plist | 166 |
6 files changed, 115 insertions, 98 deletions
diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 878c65b8568b..67052a13b9a4 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= hwloc -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.2 CATEGORIES= devel -MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.3/downloads/ \ - http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.3/downloads/ +MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.4/downloads/ \ + http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.4/downloads/ MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= The Portable Hardware Locality software package diff --git a/devel/hwloc/distinfo b/devel/hwloc/distinfo index 7d7f50e9b5f9..0d7258515c5b 100644 --- a/devel/hwloc/distinfo +++ b/devel/hwloc/distinfo @@ -1,2 +1,2 @@ -SHA256 (hwloc-1.3.1.tar.bz2) = a38ab3f60995d8f511129499b558a22c3e8907b0a08ef02bb664ee9fc269cc70 -SIZE (hwloc-1.3.1.tar.bz2) = 2616262 +SHA256 (hwloc-1.4.2.tar.bz2) = bcb917dfa5b5ccc150f54afef74d77ee11cb4c6fcd402273d828b83c97655575 +SIZE (hwloc-1.4.2.tar.bz2) = 2703403 diff --git a/devel/hwloc/files/manpages b/devel/hwloc/files/manpages index 120973599ca5..7b389746420a 100644 --- a/devel/hwloc/files/manpages +++ b/devel/hwloc/files/manpages @@ -1,5 +1,8 @@ -MAN1= hwloc-bind.1 \ +MAN1= hwloc-assembler.1 \ + hwloc-assembler-remote.1 \ + hwloc-bind.1 \ hwloc-calc.1 \ + hwloc-distances.1 \ hwloc-distrib.1 \ hwloc-ps.1 \ lstopo.1 @@ -49,7 +52,10 @@ MAN3= HWLOC_API_VERSION.3 \ HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \ HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \ HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \ + HWLOC_TYPE_DEPTH_BRIDGE.3 \ HWLOC_TYPE_DEPTH_MULTIPLE.3 \ + HWLOC_TYPE_DEPTH_OS_DEVICE.3 \ + HWLOC_TYPE_DEPTH_PCI_DEVICE.3 \ HWLOC_TYPE_DEPTH_UNKNOWN.3 \ HWLOC_TYPE_UNORDERED.3 \ hwloc_alloc.3 \ @@ -126,7 +132,13 @@ MAN3= HWLOC_API_VERSION.3 \ hwloc_cpuset_to_nodeset.3 \ hwloc_cpuset_to_nodeset_strict.3 \ hwloc_cuda_get_device_cpuset.3 \ + hwloc_cuda_get_device_pci_ids.3 \ + hwloc_cuda_get_device_pcidev.3 \ hwloc_cudart_get_device_cpuset.3 \ + hwloc_cudart_get_device_pci_ids.3 \ + hwloc_cudart_get_device_pcidev.3 \ + hwloc_custom_insert_group_object_by_parent.3 \ + hwloc_custom_insert_topology.3 \ hwloc_distances_s.3 \ hwloc_distribute.3 \ hwloc_distributev.3 \ @@ -171,6 +183,7 @@ MAN3= HWLOC_API_VERSION.3 \ hwloc_get_obj_by_depth.3 \ hwloc_get_obj_by_type.3 \ hwloc_get_obj_covering_cpuset.3 \ + hwloc_get_obj_index_inside_cpuset.3 \ hwloc_get_obj_inside_cpuset_by_depth.3 \ hwloc_get_obj_inside_cpuset_by_type.3 \ hwloc_get_pcidev_by_busid.3 \ @@ -265,6 +278,7 @@ MAN3= HWLOC_API_VERSION.3 \ hwloc_topology_load.3 \ hwloc_topology_membind_support.3 \ hwloc_topology_restrict.3 \ + hwloc_topology_set_custom.3 \ hwloc_topology_set_distance_matrix.3 \ hwloc_topology_set_flags.3 \ hwloc_topology_set_fsroot.3 \ @@ -283,6 +297,7 @@ MAN3= HWLOC_API_VERSION.3 \ hwlocality_creation.3 \ hwlocality_cuda.3 \ hwlocality_cudart.3 \ + hwlocality_custom.3 \ hwlocality_distances.3 \ hwlocality_glibc_sched.3 \ hwlocality_helper_binding.3 \ diff --git a/devel/hwloc/files/patch-configure b/devel/hwloc/files/patch-configure index bad38aa71303..96fbcd7d7b69 100644 --- a/devel/hwloc/files/patch-configure +++ b/devel/hwloc/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-12-20 18:59:02.000000000 +0900 -+++ configure 2012-01-09 12:13:26.000000000 +0900 -@@ -5565,7 +5565,7 @@ +--- configure.orig 2012-02-28 06:06:52.000000000 +0900 ++++ configure 2012-05-06 14:26:15.000000000 +0900 +@@ -5569,7 +5569,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5 $as_echo_n "checking which CPU support to include... " >&6; } case ${target} in diff --git a/devel/hwloc/files/patch-utils+Makefile.in b/devel/hwloc/files/patch-utils+Makefile.in index 2f54444bae96..b1f4809ff5f4 100644 --- a/devel/hwloc/files/patch-utils+Makefile.in +++ b/devel/hwloc/files/patch-utils+Makefile.in @@ -1,14 +1,10 @@ ---- utils/Makefile.in.orig 2011-10-13 03:44:22.000000000 +0900 -+++ utils/Makefile.in 2011-12-18 11:55:12.000000000 +0900 -@@ -1235,11 +1235,9 @@ +--- utils/Makefile.in.orig 2012-05-15 23:05:42.000000000 +0900 ++++ utils/Makefile.in 2012-05-15 23:09:34.000000000 +0900 +@@ -1280,7 +1280,6 @@ @HWLOC_BUILD_UTILS_TRUE@ rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT) @HWLOC_BUILD_UTILS_TRUE@ cd $(DESTDIR)$(bindir) && $(LN_S) lstopo$(EXEEXT) hwloc-ls$(EXEEXT) && $(LN_S) lstopo$(EXEEXT) hwloc-info$(EXEEXT) && $(LN_S) hwloc-calc$(EXEEXT) hwloc-mask$(EXEEXT) @HWLOC_BUILD_UTILS_TRUE@ rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1 -@HWLOC_BUILD_UTILS_TRUE@ cd $(DESTDIR)$(man1dir) && $(LN_S) lstopo.1 hwloc-ls.1 && $(LN_S) lstopo.1 hwloc-info.1 && $(LN_S) hwloc-calc.1 hwloc-mask.1 + @HWLOC_BUILD_UTILS_TRUE@ $(SED) -e 's/abs_top_builddir\/utils/bindir/' -e '/abs_top_builddir/d' $(DESTDIR)$(bindir)/hwloc-assembler-remote > $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp && mv -f $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp $(DESTDIR)$(bindir)/hwloc-assembler-remote + @HWLOC_BUILD_UTILS_TRUE@ chmod +x $(DESTDIR)$(bindir)/hwloc-assembler-remote - @HWLOC_BUILD_UTILS_TRUE@uninstall-local: - @HWLOC_BUILD_UTILS_TRUE@ rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT) --@HWLOC_BUILD_UTILS_TRUE@ rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1 - - @HWLOC_BUILD_UTILS_TRUE@distclean-local: - @HWLOC_BUILD_UTILS_TRUE@ rm -f $(nodist_man_MANS) diff --git a/devel/hwloc/pkg-plist b/devel/hwloc/pkg-plist index e44804640790..c033c4b021e5 100644 --- a/devel/hwloc/pkg-plist +++ b/devel/hwloc/pkg-plist @@ -1,110 +1,113 @@ -lib/libhwloc.so.4 +lib/libhwloc.so.5 lib/libhwloc.so lib/libhwloc.la lib/libhwloc.a libdata/pkgconfig/hwloc.pc share/hwloc/hwloc.dtd +share/hwloc/hwloc-valgrind.supp %%PORTDOCS%%%%DOCSDIR%%/hwloc-a4.pdf %%PORTDOCS%%%%DOCSDIR%%/hwloc-letter.pdf +%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html %%PORTDOCS%%%%DOCSDIR%%/html/a00011.html %%PORTDOCS%%%%DOCSDIR%%/html/a00012.html -%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00032_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html -%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html %%PORTDOCS%%%%DOCSDIR%%/html/a00014.html -%%PORTDOCS%%%%DOCSDIR%%/html/closed.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html %%PORTDOCS%%%%DOCSDIR%%/html/a00016.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html %%PORTDOCS%%%%DOCSDIR%%/html/a00018.html -%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html %%PORTDOCS%%%%DOCSDIR%%/html/a00021.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html %%PORTDOCS%%%%DOCSDIR%%/html/a00023.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00026.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html %%PORTDOCS%%%%DOCSDIR%%/html/a00028_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html -%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html -%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html %%PORTDOCS%%%%DOCSDIR%%/html/a00030_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html -%%PORTDOCS%%%%DOCSDIR%%/html/files.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html -%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00031_source.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html %%PORTDOCS%%%%DOCSDIR%%/html/a00034_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html %%PORTDOCS%%%%DOCSDIR%%/html/a00035_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00037_source.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html %%PORTDOCS%%%%DOCSDIR%%/html/a00048.html -%%PORTDOCS%%%%DOCSDIR%%/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html %%PORTDOCS%%%%DOCSDIR%%/html/a00056.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html %%PORTDOCS%%%%DOCSDIR%%/html/a00061.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html %%PORTDOCS%%%%DOCSDIR%%/html/a00068.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html -%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html -%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html %%PORTDOCS%%%%DOCSDIR%%/html/a00070.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html -%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/html/a00026_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html %%PORTDOCS%%%%DOCSDIR%%/html/a00071.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html -%%PORTDOCS%%%%DOCSDIR%%/html/pages.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00073.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00074.html +%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/html/closed.png %%PORTDOCS%%%%DOCSDIR%%/html/devel09-pci.png -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/functions.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html +%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png +%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png %%PORTDOCS%%%%DOCSDIR%%/html/dudley.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html -%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html %%PORTDOCS%%%%DOCSDIR%%/html/emmett.png -%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html -%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png -%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html -%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png +%%PORTDOCS%%%%DOCSDIR%%/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/html/functions.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html -%%PORTDOCS%%%%DOCSDIR%%/html/classes.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00037.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html -%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html +%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png +%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png +%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png +%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css man/man1/hwloc-info.1.gz man/man1/hwloc-ls.1.gz man/man1/hwloc-mask.1.gz @@ -118,7 +121,9 @@ include/hwloc/cuda.h include/hwloc/cudart.h include/hwloc/rename.h include/hwloc/autogen/config.h -bin/lstopo +bin/hwloc-assembler +bin/hwloc-distances +bin/hwloc-assembler-remote bin/hwloc-calc bin/hwloc-bind bin/hwloc-distrib @@ -126,6 +131,7 @@ bin/hwloc-ps bin/hwloc-ls bin/hwloc-info bin/hwloc-mask +bin/lstopo @dirrmtry include/hwloc/autogen @dirrmtry include/hwloc %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html |