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

Collapse All | Expand All

(-)./Makefile (-4 / +4 lines)
Lines 1-10 Link Here
1
# $FreeBSD: devel/hwloc/Makefile 327723 2013-09-20 17:04:43Z bapt $
1
# $FreeBSD: devel/hwloc/Makefile 327723 2013-09-20 17:04:43Z bapt $
2
2
3
PORTNAME=	hwloc
3
PORTNAME=	hwloc
4
PORTVERSION=	1.7.2
4
PORTVERSION=	1.8
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \
6
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \
7
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
7
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/
8
8
9
MAINTAINER=	phd_kimberlite@yahoo.co.jp
9
MAINTAINER=	phd_kimberlite@yahoo.co.jp
10
COMMENT=	Portable Hardware Locality software package
10
COMMENT=	Portable Hardware Locality software package
Lines 24-30 Link Here
24
24
25
PORTDOCS=	*
25
PORTDOCS=	*
26
26
27
ONLY_FOR_ARCHS=		i386 amd64
27
ONLY_FOR_ARCHS=		i386 amd64 armv6
28
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
28
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
29
29
30
OPTIONS_DEFINE=	DOCS CAIRO
30
OPTIONS_DEFINE=	DOCS CAIRO
(-)./Makefile.man (-15 / +32 lines)
Lines 5-12 Link Here
5
		hwloc-assembler.1 \
5
		hwloc-assembler.1 \
6
		hwloc-bind.1 \
6
		hwloc-bind.1 \
7
		hwloc-calc.1 \
7
		hwloc-calc.1 \
8
		hwloc-compress-dir.1 \
9
		hwloc-diff.1 \
8
		hwloc-distances.1 \
10
		hwloc-distances.1 \
9
		hwloc-distrib.1 \
11
		hwloc-distrib.1 \
12
		hwloc-patch.1 \
10
		hwloc-ps.1 \
13
		hwloc-ps.1 \
11
		lstopo.1
14
		lstopo.1
12
15
Lines 54-59 Link Here
54
		HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
57
		HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
55
		HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
58
		HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
56
		HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
59
		HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
60
		HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 \
61
		HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 \
62
		HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 \
63
		HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 \
64
		HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 \
65
		HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 \
57
		HWLOC_TOPOLOGY_FLAG_ICACHES.3 \
66
		HWLOC_TOPOLOGY_FLAG_ICACHES.3 \
58
		HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
67
		HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
59
		HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
68
		HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
Lines 258-264 Link Here
258
		hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
267
		hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
259
		hwloc_obj_osdev_type_e.3 \
268
		hwloc_obj_osdev_type_e.3 \
260
		hwloc_obj_osdev_type_t.3 \
269
		hwloc_obj_osdev_type_t.3 \
261
		hwloc_obj_snprintf.3 \
262
		hwloc_obj_t.3 \
270
		hwloc_obj_t.3 \
263
		hwloc_obj_type_of_string.3 \
271
		hwloc_obj_type_of_string.3 \
264
		hwloc_obj_type_snprintf.3 \
272
		hwloc_obj_type_snprintf.3 \
Lines 280-286 Link Here
280
		hwloc_topology_check.3 \
288
		hwloc_topology_check.3 \
281
		hwloc_topology_cpubind_support.3 \
289
		hwloc_topology_cpubind_support.3 \
282
		hwloc_topology_destroy.3 \
290
		hwloc_topology_destroy.3 \
291
		hwloc_topology_diff_apply.3 \
292
		hwloc_topology_diff_apply_flags_e.3 \
293
		hwloc_topology_diff_build.3 \
294
		hwloc_topology_diff_destroy.3 \
295
		hwloc_topology_diff_export_xml.3 \
296
		hwloc_topology_diff_export_xmlbuffer.3 \
297
		hwloc_topology_diff_load_xml.3 \
298
		hwloc_topology_diff_load_xmlbuffer.3 \
299
		hwloc_topology_diff_obj_attr_type_e.3 \
300
		hwloc_topology_diff_obj_attr_u.3 \
301
		hwloc_topology_diff_type_e.3 \
302
		hwloc_topology_diff_u.3 \
283
		hwloc_topology_discovery_support.3 \
303
		hwloc_topology_discovery_support.3 \
304
		hwloc_topology_dup.3 \
284
		hwloc_topology_export_xml.3 \
305
		hwloc_topology_export_xml.3 \
285
		hwloc_topology_export_xmlbuffer.3 \
306
		hwloc_topology_export_xmlbuffer.3 \
286
		hwloc_topology_flags_e.3 \
307
		hwloc_topology_flags_e.3 \
Lines 320-363 Link Here
320
		hwlocality_api_version.3 \
341
		hwlocality_api_version.3 \
321
		hwlocality_bitmap.3 \
342
		hwlocality_bitmap.3 \
322
		hwlocality_configuration.3 \
343
		hwlocality_configuration.3 \
323
		hwlocality_conversion.3 \
324
		hwlocality_cpubinding.3 \
344
		hwlocality_cpubinding.3 \
325
		hwlocality_creation.3 \
345
		hwlocality_creation.3 \
326
		hwlocality_cuda.3 \
346
		hwlocality_cuda.3 \
327
		hwlocality_cudart.3 \
347
		hwlocality_cudart.3 \
328
		hwlocality_custom.3 \
348
		hwlocality_custom.3 \
349
		hwlocality_diff.3 \
329
		hwlocality_distances.3 \
350
		hwlocality_distances.3 \
330
		hwlocality_gl.3 \
351
		hwlocality_gl.3 \
331
		hwlocality_glibc_sched.3 \
352
		hwlocality_glibc_sched.3 \
332
		hwlocality_helper_binding.3 \
353
		hwlocality_helper_ancestors.3 \
333
		hwlocality_helper_cpuset.3 \
354
		hwlocality_helper_distribute.3 \
334
		hwlocality_helper_find_cache.3 \
355
		hwlocality_helper_find_cache.3 \
335
		hwlocality_helper_find_covering.3 \
356
		hwlocality_helper_find_covering.3 \
336
		hwlocality_helper_find_coverings.3 \
337
		hwlocality_helper_find_inside.3 \
357
		hwlocality_helper_find_inside.3 \
338
		hwlocality_helper_nodeset.3 \
358
		hwlocality_helper_find_misc.3 \
339
		hwlocality_helper_nodeset_convert.3 \
359
		hwlocality_helper_nodeset_convert.3 \
340
		hwlocality_helper_traversal.3 \
360
		hwlocality_helper_topology_sets.3 \
341
		hwlocality_helper_traversal_basic.3 \
342
		hwlocality_helper_types.3 \
343
		hwlocality_information.3 \
344
		hwlocality_intel_mic.3 \
361
		hwlocality_intel_mic.3 \
362
		hwlocality_levels.3 \
345
		hwlocality_linux.3 \
363
		hwlocality_linux.3 \
346
		hwlocality_linux_libnuma_bitmask.3 \
364
		hwlocality_linux_libnuma_bitmask.3 \
347
		hwlocality_linux_libnuma_ulongs.3 \
365
		hwlocality_linux_libnuma_ulongs.3 \
348
		hwlocality_membinding.3 \
366
		hwlocality_membinding.3 \
349
		hwlocality_myriexpress.3 \
367
		hwlocality_myriexpress.3 \
350
		hwlocality_nvml.3 \
368
		hwlocality_nvml.3 \
369
		hwlocality_object_sets.3 \
370
		hwlocality_object_strings.3 \
371
		hwlocality_object_types.3 \
351
		hwlocality_objects.3 \
372
		hwlocality_objects.3 \
352
		hwlocality_opencl.3 \
373
		hwlocality_opencl.3 \
353
		hwlocality_openfabrics.3 \
374
		hwlocality_openfabrics.3 \
354
		hwlocality_sets.3 \
355
		hwlocality_tinker.3 \
375
		hwlocality_tinker.3 \
356
		hwlocality_topology.3 \
357
		hwlocality_traversal.3 \
358
		hwlocality_types.3 \
359
		hwlocality_xmlexport.3
376
		hwlocality_xmlexport.3
360
377
		
361
MAN7=		hwloc.7
378
MAN7=		hwloc.7
362
379
363
MLINKS=		lstopo.1 hwloc-info.1 \
380
MLINKS=		lstopo.1 hwloc-info.1 \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hwloc-1.7.2.tar.bz2) = a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848
1
SHA256 (hwloc-1.8.tar.bz2) = b278c1a6f846c541f6d92ed66b5702743dc8338b9651cea5f387e57ae4fc390b
2
SIZE (hwloc-1.7.2.tar.bz2) = 3165052
2
SIZE (hwloc-1.8.tar.bz2) = 3638289
(-)./pkg-plist (-2 / +8 lines)
Lines 3-12 Link Here
3
bin/hwloc-assembler-remote
3
bin/hwloc-assembler-remote
4
bin/hwloc-bind
4
bin/hwloc-bind
5
bin/hwloc-calc
5
bin/hwloc-calc
6
bin/hwloc-compress-dir
7
bin/hwloc-diff
6
bin/hwloc-distances
8
bin/hwloc-distances
7
bin/hwloc-distrib
9
bin/hwloc-distrib
8
bin/hwloc-info
10
bin/hwloc-info
9
bin/hwloc-ls
11
bin/hwloc-ls
12
bin/hwloc-patch
10
bin/hwloc-ps
13
bin/hwloc-ps
11
bin/lstopo
14
bin/lstopo
12
bin/lstopo-no-graphics
15
bin/lstopo-no-graphics
Lines 15-22 Link Here
15
include/hwloc/bitmap.h
18
include/hwloc/bitmap.h
16
include/hwloc/cuda.h
19
include/hwloc/cuda.h
17
include/hwloc/cudart.h
20
include/hwloc/cudart.h
21
include/hwloc/deprecated.h
22
include/hwloc/diff.h
18
include/hwloc/gl.h
23
include/hwloc/gl.h
19
include/hwloc/helper.h
24
include/hwloc/helper.h
25
include/hwloc/inlines.h
20
include/hwloc/intel-mic.h
26
include/hwloc/intel-mic.h
21
include/hwloc/myriexpress.h
27
include/hwloc/myriexpress.h
22
include/hwloc/nvml.h
28
include/hwloc/nvml.h
Lines 27-36 Link Here
27
lib/libhwloc.a
33
lib/libhwloc.a
28
lib/libhwloc.la
34
lib/libhwloc.la
29
lib/libhwloc.so
35
lib/libhwloc.so
30
lib/libhwloc.so.8
36
lib/libhwloc.so.9
31
libdata/pkgconfig/hwloc.pc
37
libdata/pkgconfig/hwloc.pc
32
share/hwloc/hwloc-valgrind.supp
38
share/hwloc/hwloc-valgrind.supp
33
share/hwloc/hwloc.dtd
39
share/hwloc/hwloc.dtd
34
@dirrmtry share/hwloc
35
@dirrmtry include/hwloc/autogen
40
@dirrmtry include/hwloc/autogen
36
@dirrmtry include/hwloc
41
@dirrmtry include/hwloc
42
@dirrmtry share/hwloc

Return to bug 185533