View | Details | Raw Unified | Return to bug 172853 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-22 / +12 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:    hwloc
2
# Date created: 18 Dec 2011
3
# Whom:         Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
4
#
5
# $FreeBSD$
1
# $FreeBSD$
6
#
7
2
8
PORTNAME=	hwloc
3
PORTNAME=	hwloc
9
PORTVERSION=	1.5
4
PORTVERSION=	1.5.1
10
CATEGORIES=	devel
5
CATEGORIES=	devel
11
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.5/downloads/ \
6
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.5/downloads/ \
12
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.5/downloads/
7
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.5/downloads/
Lines 21-38 Link Here
21
CONFIGURE_ARGS+=	--enable-static \
16
CONFIGURE_ARGS+=	--enable-static \
22
			--enable-libxml2
17
			--enable-libxml2
23
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
USE_PKGCONFIG=	build
24
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
25
USE_GNOME=	libxml2 pkgconfig
21
USE_GNOME=	libxml2 gnomehack
26
MAKE_JOBS_SAFE=	yes
22
MAKE_JOBS_SAFE=	yes
27
23
24
PORTDOCS=	*
25
28
ONLY_FOR_ARCHS=		i386 amd64
26
ONLY_FOR_ARCHS=		i386 amd64
29
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
27
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
30
28
31
OPTIONS=	CAIRO		"Enable CAIRO support"		off
29
OPTIONS_DEFINE=	CAIRO
32
30
33
.include <bsd.port.pre.mk>
31
.include "${.CURDIR}/Makefile.man"
32
.include <bsd.port.options.mk>
34
33
35
.if defined(WITHOUT_CAIRO)
34
.if empty(PORT_OPTIONS:MCAIRO)
36
CONFIGURE_ARGS+=	--disable-cairo \
35
CONFIGURE_ARGS+=	--disable-cairo \
37
			--without-x
36
			--without-x
38
.else
37
.else
Lines 42-67 Link Here
42
USE_XORG=		x11
41
USE_XORG=		x11
43
.endif
42
.endif
44
43
45
.include "${FILESDIR}/manpages"
46
47
post-patch:
44
post-patch:
45
.if empty(PORT_OPTIONS:MDOCS)
48
	@${REINPLACE_CMD} -e \
46
	@${REINPLACE_CMD} -e \
49
	's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
50
	${WRKSRC}/Makefile.in
51
.ifdef NOPORTDOCS
52
	@${REINPLACE_CMD} -e \
53
	's|^\(install-data-am:\) install-dist_pdfDATA \(install-man\)|\1 \2|g' \
47
	's|^\(install-data-am:\) install-dist_pdfDATA \(install-man\)|\1 \2|g' \
54
	${WRKSRC}/doc/Makefile.in
48
	${WRKSRC}/doc/Makefile.in
55
.endif
49
.endif
56
50
57
post-install:
51
post-install:
58
	@(cd ${MAN1PREFIX}/man/man1/ ;\
52
.if ${PORT_OPTIONS:MDOCS}
59
		${LN} -sf lstopo.1.gz hwloc-info.1.gz ; \
60
		${LN} -sf lstopo.1.gz hwloc-ls.1.gz ;\
61
		${LN} -sf lstopo.1.gz lstopo-no-graphics.1.gz )
62
.ifdef !defined(NOPORTDOCS)
63
	@${MKDIR} ${DOCSDIR}/html
53
	@${MKDIR} ${DOCSDIR}/html
64
	@${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
54
	@${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
65
.endif
55
.endif
66
56
67
.include <bsd.port.post.mk>
57
.include <bsd.port.mk>
(-)Makefile.man (+338 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
MAN1=		hwloc-assembler-remote.1 \
4
		hwloc-assembler.1 \
5
		hwloc-bind.1 \
6
		hwloc-calc.1 \
7
		hwloc-distances.1 \
8
		hwloc-distrib.1 \
9
		hwloc-ps.1 \
10
		lstopo.1
11
12
MAN3=		HWLOC_API_VERSION.3 \
13
		HWLOC_CPUBIND_NOMEMBIND.3 \
14
		HWLOC_CPUBIND_PROCESS.3 \
15
		HWLOC_CPUBIND_STRICT.3 \
16
		HWLOC_CPUBIND_THREAD.3 \
17
		HWLOC_MEMBIND_BIND.3 \
18
		HWLOC_MEMBIND_DEFAULT.3 \
19
		HWLOC_MEMBIND_FIRSTTOUCH.3 \
20
		HWLOC_MEMBIND_INTERLEAVE.3 \
21
		HWLOC_MEMBIND_MIGRATE.3 \
22
		HWLOC_MEMBIND_MIXED.3 \
23
		HWLOC_MEMBIND_NEXTTOUCH.3 \
24
		HWLOC_MEMBIND_NOCPUBIND.3 \
25
		HWLOC_MEMBIND_PROCESS.3 \
26
		HWLOC_MEMBIND_REPLICATE.3 \
27
		HWLOC_MEMBIND_STRICT.3 \
28
		HWLOC_MEMBIND_THREAD.3 \
29
		HWLOC_OBJ_BRIDGE.3 \
30
		HWLOC_OBJ_BRIDGE_HOST.3 \
31
		HWLOC_OBJ_BRIDGE_PCI.3 \
32
		HWLOC_OBJ_CACHE.3 \
33
		HWLOC_OBJ_CACHE_DATA.3 \
34
		HWLOC_OBJ_CACHE_INSTRUCTION.3 \
35
		HWLOC_OBJ_CACHE_UNIFIED.3 \
36
		HWLOC_OBJ_CORE.3 \
37
		HWLOC_OBJ_GROUP.3 \
38
		HWLOC_OBJ_MACHINE.3 \
39
		HWLOC_OBJ_MISC.3 \
40
		HWLOC_OBJ_NODE.3 \
41
		HWLOC_OBJ_OSDEV_BLOCK.3 \
42
		HWLOC_OBJ_OSDEV_DMA.3 \
43
		HWLOC_OBJ_OSDEV_GPU.3 \
44
		HWLOC_OBJ_OSDEV_NETWORK.3 \
45
		HWLOC_OBJ_OSDEV_OPENFABRICS.3 \
46
		HWLOC_OBJ_OS_DEVICE.3 \
47
		HWLOC_OBJ_PCI_DEVICE.3 \
48
		HWLOC_OBJ_PU.3 \
49
		HWLOC_OBJ_SOCKET.3 \
50
		HWLOC_OBJ_SYSTEM.3 \
51
		HWLOC_OBJ_TYPE_MAX.3 \
52
		HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
53
		HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
54
		HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
55
		HWLOC_TOPOLOGY_FLAG_ICACHES.3 \
56
		HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
57
		HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
58
		HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \
59
		HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \
60
		HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \
61
		HWLOC_TYPE_DEPTH_BRIDGE.3 \
62
		HWLOC_TYPE_DEPTH_MULTIPLE.3 \
63
		HWLOC_TYPE_DEPTH_OS_DEVICE.3 \
64
		HWLOC_TYPE_DEPTH_PCI_DEVICE.3 \
65
		HWLOC_TYPE_DEPTH_UNKNOWN.3 \
66
		HWLOC_TYPE_UNORDERED.3 \
67
		hwloc_alloc.3 \
68
		hwloc_alloc_membind.3 \
69
		hwloc_alloc_membind_nodeset.3 \
70
		hwloc_alloc_membind_policy.3 \
71
		hwloc_alloc_membind_policy_nodeset.3 \
72
		hwloc_bitmap_allbut.3 \
73
		hwloc_bitmap_alloc.3 \
74
		hwloc_bitmap_alloc_full.3 \
75
		hwloc_bitmap_and.3 \
76
		hwloc_bitmap_andnot.3 \
77
		hwloc_bitmap_asprintf.3 \
78
		hwloc_bitmap_clr.3 \
79
		hwloc_bitmap_clr_range.3 \
80
		hwloc_bitmap_compare.3 \
81
		hwloc_bitmap_compare_first.3 \
82
		hwloc_bitmap_copy.3 \
83
		hwloc_bitmap_dup.3 \
84
		hwloc_bitmap_fill.3 \
85
		hwloc_bitmap_first.3 \
86
		hwloc_bitmap_foreach_begin.3 \
87
		hwloc_bitmap_foreach_end.3 \
88
		hwloc_bitmap_free.3 \
89
		hwloc_bitmap_from_ith_ulong.3 \
90
		hwloc_bitmap_from_ulong.3 \
91
		hwloc_bitmap_intersects.3 \
92
		hwloc_bitmap_isequal.3 \
93
		hwloc_bitmap_isfull.3 \
94
		hwloc_bitmap_isincluded.3 \
95
		hwloc_bitmap_isset.3 \
96
		hwloc_bitmap_iszero.3 \
97
		hwloc_bitmap_last.3 \
98
		hwloc_bitmap_list_asprintf.3 \
99
		hwloc_bitmap_list_snprintf.3 \
100
		hwloc_bitmap_list_sscanf.3 \
101
		hwloc_bitmap_next.3 \
102
		hwloc_bitmap_not.3 \
103
		hwloc_bitmap_only.3 \
104
		hwloc_bitmap_or.3 \
105
		hwloc_bitmap_set.3 \
106
		hwloc_bitmap_set_ith_ulong.3 \
107
		hwloc_bitmap_set_range.3 \
108
		hwloc_bitmap_singlify.3 \
109
		hwloc_bitmap_snprintf.3 \
110
		hwloc_bitmap_sscanf.3 \
111
		hwloc_bitmap_t.3 \
112
		hwloc_bitmap_taskset_asprintf.3 \
113
		hwloc_bitmap_taskset_snprintf.3 \
114
		hwloc_bitmap_taskset_sscanf.3 \
115
		hwloc_bitmap_to_ith_ulong.3 \
116
		hwloc_bitmap_to_ulong.3 \
117
		hwloc_bitmap_weight.3 \
118
		hwloc_bitmap_xor.3 \
119
		hwloc_bitmap_zero.3 \
120
		hwloc_bridge_covers_pcibus.3 \
121
		hwloc_compare_types.3 \
122
		hwloc_compare_types_e.3 \
123
		hwloc_const_bitmap_t.3 \
124
		hwloc_const_cpuset_t.3 \
125
		hwloc_const_nodeset_t.3 \
126
		hwloc_cpubind_flags_t.3 \
127
		hwloc_cpuset_from_glibc_sched_affinity.3 \
128
		hwloc_cpuset_from_linux_libnuma_bitmask.3 \
129
		hwloc_cpuset_from_linux_libnuma_ulongs.3 \
130
		hwloc_cpuset_from_nodeset.3 \
131
		hwloc_cpuset_from_nodeset_strict.3 \
132
		hwloc_cpuset_t.3 \
133
		hwloc_cpuset_to_glibc_sched_affinity.3 \
134
		hwloc_cpuset_to_linux_libnuma_bitmask.3 \
135
		hwloc_cpuset_to_linux_libnuma_ulongs.3 \
136
		hwloc_cpuset_to_nodeset.3 \
137
		hwloc_cpuset_to_nodeset_strict.3 \
138
		hwloc_cuda_get_device_cpuset.3 \
139
		hwloc_cuda_get_device_pci_ids.3 \
140
		hwloc_cuda_get_device_pcidev.3 \
141
		hwloc_cudart_get_device_cpuset.3 \
142
		hwloc_cudart_get_device_pci_ids.3 \
143
		hwloc_cudart_get_device_pcidev.3 \
144
		hwloc_custom_insert_group_object_by_parent.3 \
145
		hwloc_custom_insert_topology.3 \
146
		hwloc_distances_s.3 \
147
		hwloc_distribute.3 \
148
		hwloc_distributev.3 \
149
		hwloc_free.3 \
150
		hwloc_free_xmlbuffer.3 \
151
		hwloc_get_ancestor_obj_by_depth.3 \
152
		hwloc_get_ancestor_obj_by_type.3 \
153
		hwloc_get_api_version.3 \
154
		hwloc_get_area_membind.3 \
155
		hwloc_get_area_membind_nodeset.3 \
156
		hwloc_get_cache_covering_cpuset.3 \
157
		hwloc_get_cache_type_depth.3 \
158
		hwloc_get_child_covering_cpuset.3 \
159
		hwloc_get_closest_objs.3 \
160
		hwloc_get_common_ancestor_obj.3 \
161
		hwloc_get_cpubind.3 \
162
		hwloc_get_depth_type.3 \
163
		hwloc_get_distance_matrix_covering_obj_by_depth.3 \
164
		hwloc_get_first_largest_obj_inside_cpuset.3 \
165
		hwloc_get_hostbridge_by_pcibus.3 \
166
		hwloc_get_largest_objs_inside_cpuset.3 \
167
		hwloc_get_last_cpu_location.3 \
168
		hwloc_get_latency.3 \
169
		hwloc_get_membind.3 \
170
		hwloc_get_membind_nodeset.3 \
171
		hwloc_get_nbobjs_by_depth.3 \
172
		hwloc_get_nbobjs_by_type.3 \
173
		hwloc_get_nbobjs_inside_cpuset_by_depth.3 \
174
		hwloc_get_nbobjs_inside_cpuset_by_type.3 \
175
		hwloc_get_next_bridge.3 \
176
		hwloc_get_next_child.3 \
177
		hwloc_get_next_obj_by_depth.3 \
178
		hwloc_get_next_obj_by_type.3 \
179
		hwloc_get_next_obj_covering_cpuset_by_depth.3 \
180
		hwloc_get_next_obj_covering_cpuset_by_type.3 \
181
		hwloc_get_next_obj_inside_cpuset_by_depth.3 \
182
		hwloc_get_next_obj_inside_cpuset_by_type.3 \
183
		hwloc_get_next_osdev.3 \
184
		hwloc_get_next_pcidev.3 \
185
		hwloc_get_non_io_ancestor_obj.3 \
186
		hwloc_get_obj_below_array_by_type.3 \
187
		hwloc_get_obj_below_by_type.3 \
188
		hwloc_get_obj_by_depth.3 \
189
		hwloc_get_obj_by_type.3 \
190
		hwloc_get_obj_covering_cpuset.3 \
191
		hwloc_get_obj_index_inside_cpuset.3 \
192
		hwloc_get_obj_inside_cpuset_by_depth.3 \
193
		hwloc_get_obj_inside_cpuset_by_type.3 \
194
		hwloc_get_pcidev_by_busid.3 \
195
		hwloc_get_pcidev_by_busidstring.3 \
196
		hwloc_get_proc_cpubind.3 \
197
		hwloc_get_proc_last_cpu_location.3 \
198
		hwloc_get_proc_membind.3 \
199
		hwloc_get_proc_membind_nodeset.3 \
200
		hwloc_get_pu_obj_by_os_index.3 \
201
		hwloc_get_root_obj.3 \
202
		hwloc_get_shared_cache_covering_obj.3 \
203
		hwloc_get_thread_cpubind.3 \
204
		hwloc_get_type_depth.3 \
205
		hwloc_get_type_depth_e.3 \
206
		hwloc_get_type_or_above_depth.3 \
207
		hwloc_get_type_or_below_depth.3 \
208
		hwloc_get_whole_distance_matrix_by_depth.3 \
209
		hwloc_get_whole_distance_matrix_by_type.3 \
210
		hwloc_ibv_get_device_cpuset.3 \
211
		hwloc_ibv_get_device_osdev_by_name.3 \
212
		hwloc_linux_get_tid_cpubind.3 \
213
		hwloc_linux_parse_cpumap_file.3 \
214
		hwloc_linux_set_tid_cpubind.3 \
215
		hwloc_membind_flags_t.3 \
216
		hwloc_membind_policy_t.3 \
217
		hwloc_mx_board_get_device_cpuset.3 \
218
		hwloc_mx_endpoint_get_device_cpuset.3 \
219
		hwloc_nodeset_from_linux_libnuma_bitmask.3 \
220
		hwloc_nodeset_from_linux_libnuma_ulongs.3 \
221
		hwloc_nodeset_t.3 \
222
		hwloc_nodeset_to_linux_libnuma_bitmask.3 \
223
		hwloc_nodeset_to_linux_libnuma_ulongs.3 \
224
		hwloc_obj.3 \
225
		hwloc_obj_add_info.3 \
226
		hwloc_obj_attr_snprintf.3 \
227
		hwloc_obj_attr_u.3 \
228
		hwloc_obj_attr_u_hwloc_bridge_attr_s.3 \
229
		hwloc_obj_attr_u_hwloc_cache_attr_s.3 \
230
		hwloc_obj_attr_u_hwloc_group_attr_s.3 \
231
		hwloc_obj_attr_u_hwloc_osdev_attr_s.3 \
232
		hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 \
233
		hwloc_obj_bridge_type_e.3 \
234
		hwloc_obj_bridge_type_t.3 \
235
		hwloc_obj_cache_type_e.3 \
236
		hwloc_obj_cache_type_t.3 \
237
		hwloc_obj_cpuset_snprintf.3 \
238
		hwloc_obj_get_info_by_name.3 \
239
		hwloc_obj_info_s.3 \
240
		hwloc_obj_is_in_subtree.3 \
241
		hwloc_obj_memory_s.3 \
242
		hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
243
		hwloc_obj_osdev_type_e.3 \
244
		hwloc_obj_osdev_type_t.3 \
245
		hwloc_obj_snprintf.3 \
246
		hwloc_obj_t.3 \
247
		hwloc_obj_type_of_string.3 \
248
		hwloc_obj_type_snprintf.3 \
249
		hwloc_obj_type_string.3 \
250
		hwloc_obj_type_t.3 \
251
		hwloc_restrict_flags_e.3 \
252
		hwloc_set_area_membind.3 \
253
		hwloc_set_area_membind_nodeset.3 \
254
		hwloc_set_cpubind.3 \
255
		hwloc_set_membind.3 \
256
		hwloc_set_membind_nodeset.3 \
257
		hwloc_set_proc_cpubind.3 \
258
		hwloc_set_proc_membind.3 \
259
		hwloc_set_proc_membind_nodeset.3 \
260
		hwloc_set_thread_cpubind.3 \
261
		hwloc_topology_check.3 \
262
		hwloc_topology_cpubind_support.3 \
263
		hwloc_topology_destroy.3 \
264
		hwloc_topology_discovery_support.3 \
265
		hwloc_topology_export_xml.3 \
266
		hwloc_topology_export_xmlbuffer.3 \
267
		hwloc_topology_flags_e.3 \
268
		hwloc_topology_get_allowed_cpuset.3 \
269
		hwloc_topology_get_allowed_nodeset.3 \
270
		hwloc_topology_get_complete_cpuset.3 \
271
		hwloc_topology_get_complete_nodeset.3 \
272
		hwloc_topology_get_depth.3 \
273
		hwloc_topology_get_online_cpuset.3 \
274
		hwloc_topology_get_support.3 \
275
		hwloc_topology_get_topology_cpuset.3 \
276
		hwloc_topology_get_topology_nodeset.3 \
277
		hwloc_topology_ignore_all_keep_structure.3 \
278
		hwloc_topology_ignore_type.3 \
279
		hwloc_topology_ignore_type_keep_structure.3 \
280
		hwloc_topology_init.3 \
281
		hwloc_topology_insert_misc_object_by_cpuset.3 \
282
		hwloc_topology_insert_misc_object_by_parent.3 \
283
		hwloc_topology_is_thissystem.3 \
284
		hwloc_topology_load.3 \
285
		hwloc_topology_membind_support.3 \
286
		hwloc_topology_restrict.3 \
287
		hwloc_topology_set_custom.3 \
288
		hwloc_topology_set_distance_matrix.3 \
289
		hwloc_topology_set_flags.3 \
290
		hwloc_topology_set_fsroot.3 \
291
		hwloc_topology_set_pid.3 \
292
		hwloc_topology_set_synthetic.3 \
293
		hwloc_topology_set_xml.3 \
294
		hwloc_topology_set_xmlbuffer.3 \
295
		hwloc_topology_support.3 \
296
		hwloc_topology_t.3 \
297
		hwlocality_advanced_io.3 \
298
		hwlocality_api_version.3 \
299
		hwlocality_bitmap.3 \
300
		hwlocality_configuration.3 \
301
		hwlocality_conversion.3 \
302
		hwlocality_cpubinding.3 \
303
		hwlocality_creation.3 \
304
		hwlocality_cuda.3 \
305
		hwlocality_cudart.3 \
306
		hwlocality_custom.3 \
307
		hwlocality_distances.3 \
308
		hwlocality_glibc_sched.3 \
309
		hwlocality_helper_binding.3 \
310
		hwlocality_helper_cpuset.3 \
311
		hwlocality_helper_find_cache.3 \
312
		hwlocality_helper_find_covering.3 \
313
		hwlocality_helper_find_coverings.3 \
314
		hwlocality_helper_find_inside.3 \
315
		hwlocality_helper_nodeset.3 \
316
		hwlocality_helper_nodeset_convert.3 \
317
		hwlocality_helper_traversal.3 \
318
		hwlocality_helper_traversal_basic.3 \
319
		hwlocality_helper_types.3 \
320
		hwlocality_information.3 \
321
		hwlocality_linux.3 \
322
		hwlocality_linux_libnuma_bitmask.3 \
323
		hwlocality_linux_libnuma_ulongs.3 \
324
		hwlocality_membinding.3 \
325
		hwlocality_myriexpress.3 \
326
		hwlocality_objects.3 \
327
		hwlocality_openfabrics.3 \
328
		hwlocality_sets.3 \
329
		hwlocality_tinker.3 \
330
		hwlocality_topology.3 \
331
		hwlocality_traversal.3 \
332
		hwlocality_types.3
333
334
MAN7=		hwloc.7
335
336
MLINKS=         lstopo.1 hwloc-info.1 \
337
                lstopo.1 hwloc-ls.1 \
338
                lstopo.1 lstopo-no-graphics.1
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hwloc-1.5.tar.bz2) = ba8519c27eb5637d184a0673a701265a94c4e8ab1ca6bfcf903bcd1f627474ea
1
SHA256 (hwloc-1.5.1.tar.bz2) = d255bf369d8922bb3e1330b84e3bc5dd9a8ce6cb3c8cbb3af0f4288840087711
2
SIZE (hwloc-1.5.tar.bz2) = 2887977
2
SIZE (hwloc-1.5.1.tar.bz2) = 2888571
(-)files/manpages (-332 lines)
Lines 1-332 Link Here
1
MAN1=		hwloc-assembler-remote.1 \
2
		hwloc-assembler.1 \
3
		hwloc-bind.1 \
4
		hwloc-calc.1 \
5
		hwloc-distances.1 \
6
		hwloc-distrib.1 \
7
		hwloc-ps.1 \
8
		lstopo.1
9
10
MAN3=		HWLOC_API_VERSION.3 \
11
		HWLOC_CPUBIND_NOMEMBIND.3 \
12
		HWLOC_CPUBIND_PROCESS.3 \
13
		HWLOC_CPUBIND_STRICT.3 \
14
		HWLOC_CPUBIND_THREAD.3 \
15
		HWLOC_MEMBIND_BIND.3 \
16
		HWLOC_MEMBIND_DEFAULT.3 \
17
		HWLOC_MEMBIND_FIRSTTOUCH.3 \
18
		HWLOC_MEMBIND_INTERLEAVE.3 \
19
		HWLOC_MEMBIND_MIGRATE.3 \
20
		HWLOC_MEMBIND_MIXED.3 \
21
		HWLOC_MEMBIND_NEXTTOUCH.3 \
22
		HWLOC_MEMBIND_NOCPUBIND.3 \
23
		HWLOC_MEMBIND_PROCESS.3 \
24
		HWLOC_MEMBIND_REPLICATE.3 \
25
		HWLOC_MEMBIND_STRICT.3 \
26
		HWLOC_MEMBIND_THREAD.3 \
27
		HWLOC_OBJ_BRIDGE.3 \
28
		HWLOC_OBJ_BRIDGE_HOST.3 \
29
		HWLOC_OBJ_BRIDGE_PCI.3 \
30
		HWLOC_OBJ_CACHE.3 \
31
		HWLOC_OBJ_CACHE_DATA.3 \
32
		HWLOC_OBJ_CACHE_INSTRUCTION.3 \
33
		HWLOC_OBJ_CACHE_UNIFIED.3 \
34
		HWLOC_OBJ_CORE.3 \
35
		HWLOC_OBJ_GROUP.3 \
36
		HWLOC_OBJ_MACHINE.3 \
37
		HWLOC_OBJ_MISC.3 \
38
		HWLOC_OBJ_NODE.3 \
39
		HWLOC_OBJ_OSDEV_BLOCK.3 \
40
		HWLOC_OBJ_OSDEV_DMA.3 \
41
		HWLOC_OBJ_OSDEV_GPU.3 \
42
		HWLOC_OBJ_OSDEV_NETWORK.3 \
43
		HWLOC_OBJ_OSDEV_OPENFABRICS.3 \
44
		HWLOC_OBJ_OS_DEVICE.3 \
45
		HWLOC_OBJ_PCI_DEVICE.3 \
46
		HWLOC_OBJ_PU.3 \
47
		HWLOC_OBJ_SOCKET.3 \
48
		HWLOC_OBJ_SYSTEM.3 \
49
		HWLOC_OBJ_TYPE_MAX.3 \
50
		HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
51
		HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
52
		HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
53
		HWLOC_TOPOLOGY_FLAG_ICACHES.3 \
54
		HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
55
		HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
56
		HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \
57
		HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \
58
		HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \
59
		HWLOC_TYPE_DEPTH_BRIDGE.3 \
60
		HWLOC_TYPE_DEPTH_MULTIPLE.3 \
61
		HWLOC_TYPE_DEPTH_OS_DEVICE.3 \
62
		HWLOC_TYPE_DEPTH_PCI_DEVICE.3 \
63
		HWLOC_TYPE_DEPTH_UNKNOWN.3 \
64
		HWLOC_TYPE_UNORDERED.3 \
65
		hwloc_alloc.3 \
66
		hwloc_alloc_membind.3 \
67
		hwloc_alloc_membind_nodeset.3 \
68
		hwloc_alloc_membind_policy.3 \
69
		hwloc_alloc_membind_policy_nodeset.3 \
70
		hwloc_bitmap_allbut.3 \
71
		hwloc_bitmap_alloc.3 \
72
		hwloc_bitmap_alloc_full.3 \
73
		hwloc_bitmap_and.3 \
74
		hwloc_bitmap_andnot.3 \
75
		hwloc_bitmap_asprintf.3 \
76
		hwloc_bitmap_clr.3 \
77
		hwloc_bitmap_clr_range.3 \
78
		hwloc_bitmap_compare.3 \
79
		hwloc_bitmap_compare_first.3 \
80
		hwloc_bitmap_copy.3 \
81
		hwloc_bitmap_dup.3 \
82
		hwloc_bitmap_fill.3 \
83
		hwloc_bitmap_first.3 \
84
		hwloc_bitmap_foreach_begin.3 \
85
		hwloc_bitmap_foreach_end.3 \
86
		hwloc_bitmap_free.3 \
87
		hwloc_bitmap_from_ith_ulong.3 \
88
		hwloc_bitmap_from_ulong.3 \
89
		hwloc_bitmap_intersects.3 \
90
		hwloc_bitmap_isequal.3 \
91
		hwloc_bitmap_isfull.3 \
92
		hwloc_bitmap_isincluded.3 \
93
		hwloc_bitmap_isset.3 \
94
		hwloc_bitmap_iszero.3 \
95
		hwloc_bitmap_last.3 \
96
		hwloc_bitmap_list_asprintf.3 \
97
		hwloc_bitmap_list_snprintf.3 \
98
		hwloc_bitmap_list_sscanf.3 \
99
		hwloc_bitmap_next.3 \
100
		hwloc_bitmap_not.3 \
101
		hwloc_bitmap_only.3 \
102
		hwloc_bitmap_or.3 \
103
		hwloc_bitmap_set.3 \
104
		hwloc_bitmap_set_ith_ulong.3 \
105
		hwloc_bitmap_set_range.3 \
106
		hwloc_bitmap_singlify.3 \
107
		hwloc_bitmap_snprintf.3 \
108
		hwloc_bitmap_sscanf.3 \
109
		hwloc_bitmap_t.3 \
110
		hwloc_bitmap_taskset_asprintf.3 \
111
		hwloc_bitmap_taskset_snprintf.3 \
112
		hwloc_bitmap_taskset_sscanf.3 \
113
		hwloc_bitmap_to_ith_ulong.3 \
114
		hwloc_bitmap_to_ulong.3 \
115
		hwloc_bitmap_weight.3 \
116
		hwloc_bitmap_xor.3 \
117
		hwloc_bitmap_zero.3 \
118
		hwloc_bridge_covers_pcibus.3 \
119
		hwloc_compare_types.3 \
120
		hwloc_compare_types_e.3 \
121
		hwloc_const_bitmap_t.3 \
122
		hwloc_const_cpuset_t.3 \
123
		hwloc_const_nodeset_t.3 \
124
		hwloc_cpubind_flags_t.3 \
125
		hwloc_cpuset_from_glibc_sched_affinity.3 \
126
		hwloc_cpuset_from_linux_libnuma_bitmask.3 \
127
		hwloc_cpuset_from_linux_libnuma_ulongs.3 \
128
		hwloc_cpuset_from_nodeset.3 \
129
		hwloc_cpuset_from_nodeset_strict.3 \
130
		hwloc_cpuset_t.3 \
131
		hwloc_cpuset_to_glibc_sched_affinity.3 \
132
		hwloc_cpuset_to_linux_libnuma_bitmask.3 \
133
		hwloc_cpuset_to_linux_libnuma_ulongs.3 \
134
		hwloc_cpuset_to_nodeset.3 \
135
		hwloc_cpuset_to_nodeset_strict.3 \
136
		hwloc_cuda_get_device_cpuset.3 \
137
		hwloc_cuda_get_device_pci_ids.3 \
138
		hwloc_cuda_get_device_pcidev.3 \
139
		hwloc_cudart_get_device_cpuset.3 \
140
		hwloc_cudart_get_device_pci_ids.3 \
141
		hwloc_cudart_get_device_pcidev.3 \
142
		hwloc_custom_insert_group_object_by_parent.3 \
143
		hwloc_custom_insert_topology.3 \
144
		hwloc_distances_s.3 \
145
		hwloc_distribute.3 \
146
		hwloc_distributev.3 \
147
		hwloc_free.3 \
148
		hwloc_free_xmlbuffer.3 \
149
		hwloc_get_ancestor_obj_by_depth.3 \
150
		hwloc_get_ancestor_obj_by_type.3 \
151
		hwloc_get_api_version.3 \
152
		hwloc_get_area_membind.3 \
153
		hwloc_get_area_membind_nodeset.3 \
154
		hwloc_get_cache_covering_cpuset.3 \
155
		hwloc_get_cache_type_depth.3 \
156
		hwloc_get_child_covering_cpuset.3 \
157
		hwloc_get_closest_objs.3 \
158
		hwloc_get_common_ancestor_obj.3 \
159
		hwloc_get_cpubind.3 \
160
		hwloc_get_depth_type.3 \
161
		hwloc_get_distance_matrix_covering_obj_by_depth.3 \
162
		hwloc_get_first_largest_obj_inside_cpuset.3 \
163
		hwloc_get_hostbridge_by_pcibus.3 \
164
		hwloc_get_largest_objs_inside_cpuset.3 \
165
		hwloc_get_last_cpu_location.3 \
166
		hwloc_get_latency.3 \
167
		hwloc_get_membind.3 \
168
		hwloc_get_membind_nodeset.3 \
169
		hwloc_get_nbobjs_by_depth.3 \
170
		hwloc_get_nbobjs_by_type.3 \
171
		hwloc_get_nbobjs_inside_cpuset_by_depth.3 \
172
		hwloc_get_nbobjs_inside_cpuset_by_type.3 \
173
		hwloc_get_next_bridge.3 \
174
		hwloc_get_next_child.3 \
175
		hwloc_get_next_obj_by_depth.3 \
176
		hwloc_get_next_obj_by_type.3 \
177
		hwloc_get_next_obj_covering_cpuset_by_depth.3 \
178
		hwloc_get_next_obj_covering_cpuset_by_type.3 \
179
		hwloc_get_next_obj_inside_cpuset_by_depth.3 \
180
		hwloc_get_next_obj_inside_cpuset_by_type.3 \
181
		hwloc_get_next_osdev.3 \
182
		hwloc_get_next_pcidev.3 \
183
		hwloc_get_non_io_ancestor_obj.3 \
184
		hwloc_get_obj_below_array_by_type.3 \
185
		hwloc_get_obj_below_by_type.3 \
186
		hwloc_get_obj_by_depth.3 \
187
		hwloc_get_obj_by_type.3 \
188
		hwloc_get_obj_covering_cpuset.3 \
189
		hwloc_get_obj_index_inside_cpuset.3 \
190
		hwloc_get_obj_inside_cpuset_by_depth.3 \
191
		hwloc_get_obj_inside_cpuset_by_type.3 \
192
		hwloc_get_pcidev_by_busid.3 \
193
		hwloc_get_pcidev_by_busidstring.3 \
194
		hwloc_get_proc_cpubind.3 \
195
		hwloc_get_proc_last_cpu_location.3 \
196
		hwloc_get_proc_membind.3 \
197
		hwloc_get_proc_membind_nodeset.3 \
198
		hwloc_get_pu_obj_by_os_index.3 \
199
		hwloc_get_root_obj.3 \
200
		hwloc_get_shared_cache_covering_obj.3 \
201
		hwloc_get_thread_cpubind.3 \
202
		hwloc_get_type_depth.3 \
203
		hwloc_get_type_depth_e.3 \
204
		hwloc_get_type_or_above_depth.3 \
205
		hwloc_get_type_or_below_depth.3 \
206
		hwloc_get_whole_distance_matrix_by_depth.3 \
207
		hwloc_get_whole_distance_matrix_by_type.3 \
208
		hwloc_ibv_get_device_cpuset.3 \
209
		hwloc_ibv_get_device_osdev_by_name.3 \
210
		hwloc_linux_get_tid_cpubind.3 \
211
		hwloc_linux_parse_cpumap_file.3 \
212
		hwloc_linux_set_tid_cpubind.3 \
213
		hwloc_membind_flags_t.3 \
214
		hwloc_membind_policy_t.3 \
215
		hwloc_mx_board_get_device_cpuset.3 \
216
		hwloc_mx_endpoint_get_device_cpuset.3 \
217
		hwloc_nodeset_from_linux_libnuma_bitmask.3 \
218
		hwloc_nodeset_from_linux_libnuma_ulongs.3 \
219
		hwloc_nodeset_t.3 \
220
		hwloc_nodeset_to_linux_libnuma_bitmask.3 \
221
		hwloc_nodeset_to_linux_libnuma_ulongs.3 \
222
		hwloc_obj.3 \
223
		hwloc_obj_add_info.3 \
224
		hwloc_obj_attr_snprintf.3 \
225
		hwloc_obj_attr_u.3 \
226
		hwloc_obj_attr_u_hwloc_bridge_attr_s.3 \
227
		hwloc_obj_attr_u_hwloc_cache_attr_s.3 \
228
		hwloc_obj_attr_u_hwloc_group_attr_s.3 \
229
		hwloc_obj_attr_u_hwloc_osdev_attr_s.3 \
230
		hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 \
231
		hwloc_obj_bridge_type_e.3 \
232
		hwloc_obj_bridge_type_t.3 \
233
		hwloc_obj_cache_type_e.3 \
234
		hwloc_obj_cache_type_t.3 \
235
		hwloc_obj_cpuset_snprintf.3 \
236
		hwloc_obj_get_info_by_name.3 \
237
		hwloc_obj_info_s.3 \
238
		hwloc_obj_is_in_subtree.3 \
239
		hwloc_obj_memory_s.3 \
240
		hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
241
		hwloc_obj_osdev_type_e.3 \
242
		hwloc_obj_osdev_type_t.3 \
243
		hwloc_obj_snprintf.3 \
244
		hwloc_obj_t.3 \
245
		hwloc_obj_type_of_string.3 \
246
		hwloc_obj_type_snprintf.3 \
247
		hwloc_obj_type_string.3 \
248
		hwloc_obj_type_t.3 \
249
		hwloc_restrict_flags_e.3 \
250
		hwloc_set_area_membind.3 \
251
		hwloc_set_area_membind_nodeset.3 \
252
		hwloc_set_cpubind.3 \
253
		hwloc_set_membind.3 \
254
		hwloc_set_membind_nodeset.3 \
255
		hwloc_set_proc_cpubind.3 \
256
		hwloc_set_proc_membind.3 \
257
		hwloc_set_proc_membind_nodeset.3 \
258
		hwloc_set_thread_cpubind.3 \
259
		hwloc_topology_check.3 \
260
		hwloc_topology_cpubind_support.3 \
261
		hwloc_topology_destroy.3 \
262
		hwloc_topology_discovery_support.3 \
263
		hwloc_topology_export_xml.3 \
264
		hwloc_topology_export_xmlbuffer.3 \
265
		hwloc_topology_flags_e.3 \
266
		hwloc_topology_get_allowed_cpuset.3 \
267
		hwloc_topology_get_allowed_nodeset.3 \
268
		hwloc_topology_get_complete_cpuset.3 \
269
		hwloc_topology_get_complete_nodeset.3 \
270
		hwloc_topology_get_depth.3 \
271
		hwloc_topology_get_online_cpuset.3 \
272
		hwloc_topology_get_support.3 \
273
		hwloc_topology_get_topology_cpuset.3 \
274
		hwloc_topology_get_topology_nodeset.3 \
275
		hwloc_topology_ignore_all_keep_structure.3 \
276
		hwloc_topology_ignore_type.3 \
277
		hwloc_topology_ignore_type_keep_structure.3 \
278
		hwloc_topology_init.3 \
279
		hwloc_topology_insert_misc_object_by_cpuset.3 \
280
		hwloc_topology_insert_misc_object_by_parent.3 \
281
		hwloc_topology_is_thissystem.3 \
282
		hwloc_topology_load.3 \
283
		hwloc_topology_membind_support.3 \
284
		hwloc_topology_restrict.3 \
285
		hwloc_topology_set_custom.3 \
286
		hwloc_topology_set_distance_matrix.3 \
287
		hwloc_topology_set_flags.3 \
288
		hwloc_topology_set_fsroot.3 \
289
		hwloc_topology_set_pid.3 \
290
		hwloc_topology_set_synthetic.3 \
291
		hwloc_topology_set_xml.3 \
292
		hwloc_topology_set_xmlbuffer.3 \
293
		hwloc_topology_support.3 \
294
		hwloc_topology_t.3 \
295
		hwlocality_advanced_io.3 \
296
		hwlocality_api_version.3 \
297
		hwlocality_bitmap.3 \
298
		hwlocality_configuration.3 \
299
		hwlocality_conversion.3 \
300
		hwlocality_cpubinding.3 \
301
		hwlocality_creation.3 \
302
		hwlocality_cuda.3 \
303
		hwlocality_cudart.3 \
304
		hwlocality_custom.3 \
305
		hwlocality_distances.3 \
306
		hwlocality_glibc_sched.3 \
307
		hwlocality_helper_binding.3 \
308
		hwlocality_helper_cpuset.3 \
309
		hwlocality_helper_find_cache.3 \
310
		hwlocality_helper_find_covering.3 \
311
		hwlocality_helper_find_coverings.3 \
312
		hwlocality_helper_find_inside.3 \
313
		hwlocality_helper_nodeset.3 \
314
		hwlocality_helper_nodeset_convert.3 \
315
		hwlocality_helper_traversal.3 \
316
		hwlocality_helper_traversal_basic.3 \
317
		hwlocality_helper_types.3 \
318
		hwlocality_information.3 \
319
		hwlocality_linux.3 \
320
		hwlocality_linux_libnuma_bitmask.3 \
321
		hwlocality_linux_libnuma_ulongs.3 \
322
		hwlocality_membinding.3 \
323
		hwlocality_myriexpress.3 \
324
		hwlocality_objects.3 \
325
		hwlocality_openfabrics.3 \
326
		hwlocality_sets.3 \
327
		hwlocality_tinker.3 \
328
		hwlocality_topology.3 \
329
		hwlocality_traversal.3 \
330
		hwlocality_types.3
331
332
MAN7=		hwloc.7
(-)files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	2012-07-30 17:36:50.000000000 +0900
2
+++ configure	2012-08-01 19:12:58.000000000 +0900
3
@@ -7001,7 +7001,7 @@
4
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5
5
 $as_echo_n "checking which CPU support to include... " >&6; }
6
     case ${target} in
7
-      i*86-*-*|x86_64-*-*)
8
+      i*86-*-*|x86_64-*-*|amd64-*-*)
9
         case ${ac_cv_sizeof_void_p} in
10
           4)
11
 
(-)pkg-plist (-146 / +17 lines)
Lines 1-146 Link Here
1
lib/libhwloc.so.6
2
lib/libhwloc.so
3
lib/libhwloc.la
4
lib/libhwloc.a
5
libdata/pkgconfig/hwloc.pc
6
share/hwloc/hwloc.dtd
7
share/hwloc/hwloc-valgrind.supp
8
%%PORTDOCS%%%%DOCSDIR%%/hwloc-a4.pdf
9
%%PORTDOCS%%%%DOCSDIR%%/hwloc-letter.pdf
10
%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html
11
%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html
12
%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html
13
%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html
14
%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html
16
%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html
17
%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html
18
%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html
19
%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
20
%%PORTDOCS%%%%DOCSDIR%%/html/a00011.html
21
%%PORTDOCS%%%%DOCSDIR%%/html/a00012.html
22
%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
23
%%PORTDOCS%%%%DOCSDIR%%/html/a00014.html
24
%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
25
%%PORTDOCS%%%%DOCSDIR%%/html/a00016.html
26
%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
27
%%PORTDOCS%%%%DOCSDIR%%/html/a00018.html
28
%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html
29
%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html
30
%%PORTDOCS%%%%DOCSDIR%%/html/a00021.html
31
%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html
32
%%PORTDOCS%%%%DOCSDIR%%/html/a00023.html
33
%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html
34
%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html
35
%%PORTDOCS%%%%DOCSDIR%%/html/a00026.html
36
%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html
37
%%PORTDOCS%%%%DOCSDIR%%/html/a00028_source.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html
39
%%PORTDOCS%%%%DOCSDIR%%/html/a00030_source.html
40
%%PORTDOCS%%%%DOCSDIR%%/html/a00031_source.html
41
%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html
42
%%PORTDOCS%%%%DOCSDIR%%/html/a00034_source.html
43
%%PORTDOCS%%%%DOCSDIR%%/html/a00035_source.html
44
%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html
45
%%PORTDOCS%%%%DOCSDIR%%/html/a00037_source.html
46
%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html
47
%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html
48
%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html
49
%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html
50
%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html
51
%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html
52
%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html
53
%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html
54
%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html
55
%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html
56
%%PORTDOCS%%%%DOCSDIR%%/html/a00048.html
57
%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html
58
%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html
59
%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html
60
%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html
61
%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html
62
%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html
63
%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html
64
%%PORTDOCS%%%%DOCSDIR%%/html/a00056.html
65
%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html
66
%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html
67
%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html
68
%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html
69
%%PORTDOCS%%%%DOCSDIR%%/html/a00061.html
70
%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html
71
%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html
72
%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html
73
%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html
74
%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html
75
%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html
76
%%PORTDOCS%%%%DOCSDIR%%/html/a00068.html
77
%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html
78
%%PORTDOCS%%%%DOCSDIR%%/html/a00070.html
79
%%PORTDOCS%%%%DOCSDIR%%/html/a00071.html
80
%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/a00073.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png
84
%%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png
85
%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/closed.png
87
%%PORTDOCS%%%%DOCSDIR%%/html/devel09-pci.png
88
%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png
89
%%PORTDOCS%%%%DOCSDIR%%/html/dir_5cb306d949c7931a3b6c77517393dd34.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/dir_d44c64559bbebec7f509842c48db8b23.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
92
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
93
%%PORTDOCS%%%%DOCSDIR%%/html/dudley.png
94
%%PORTDOCS%%%%DOCSDIR%%/html/dynsections.js
95
%%PORTDOCS%%%%DOCSDIR%%/html/emmett.png
96
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2blank.png
97
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2cl.png
98
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2doc.png
99
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderclosed.png
100
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderopen.png
101
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2lastnode.png
102
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2link.png
103
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mlastnode.png
104
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mnode.png
105
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mo.png
106
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2node.png
107
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2ns.png
108
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2plastnode.png
109
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png
110
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2splitbar.png
111
%%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png
112
%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
113
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
114
%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png
115
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
116
%%PORTDOCS%%%%DOCSDIR%%/html/modules.html
117
%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png
118
%%PORTDOCS%%%%DOCSDIR%%/html/nav_g.png
119
%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png
120
%%PORTDOCS%%%%DOCSDIR%%/html/open.png
121
%%PORTDOCS%%%%DOCSDIR%%/html/pages.html
122
%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png
123
%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png
124
%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png
125
%%PORTDOCS%%%%DOCSDIR%%/html/sync_off.png
126
%%PORTDOCS%%%%DOCSDIR%%/html/sync_on.png
127
%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png
128
%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png
129
%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png
130
%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png
131
%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
132
man/man1/hwloc-info.1.gz
133
man/man1/hwloc-ls.1.gz
134
man/man1/lstopo-no-graphics.1.gz
135
include/hwloc.h
136
include/hwloc/autogen/config.h
137
include/hwloc/bitmap.h
138
include/hwloc/cuda.h
139
include/hwloc/cudart.h
140
include/hwloc/helper.h
141
include/hwloc/myriexpress.h
142
include/hwloc/openfabrics-verbs.h
143
include/hwloc/rename.h
144
bin/hwloc-assembler
1
bin/hwloc-assembler
145
bin/hwloc-assembler-remote
2
bin/hwloc-assembler-remote
146
bin/hwloc-bind
3
bin/hwloc-bind
Lines 152-159 Link Here
152
bin/hwloc-ps
9
bin/hwloc-ps
153
bin/lstopo
10
bin/lstopo
154
bin/lstopo-no-graphics
11
bin/lstopo-no-graphics
12
include/hwloc.h
13
include/hwloc/autogen/config.h
14
include/hwloc/bitmap.h
15
include/hwloc/cuda.h
16
include/hwloc/cudart.h
17
include/hwloc/helper.h
18
include/hwloc/myriexpress.h
19
include/hwloc/openfabrics-verbs.h
20
include/hwloc/rename.h
21
lib/libhwloc.a
22
lib/libhwloc.la
23
lib/libhwloc.so
24
lib/libhwloc.so.6
25
libdata/pkgconfig/hwloc.pc
26
share/hwloc/hwloc-valgrind.supp
27
share/hwloc/hwloc.dtd
28
@dirrmtry share/hwloc
155
@dirrmtry include/hwloc/autogen
29
@dirrmtry include/hwloc/autogen
156
@dirrmtry include/hwloc
30
@dirrmtry include/hwloc
157
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html
158
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
159
@dirrmtry share/hwloc

Return to bug 172853