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

Collapse All | Expand All

(-)science/hdf5-112/Makefile (-31 / +76 lines)
Lines 2-60 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	hdf5
4
PORTNAME=	hdf5
5
PORTVERSION=	1.10.6
5
PORTVERSION=	1.12.0
6
PORTEPOCH=	1
7
CATEGORIES=	science archivers graphics
6
CATEGORIES=	science archivers graphics
8
MASTER_SITES=	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \
7
MASTER_SITES=	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}/src/
9
		LOCAL/sunpoet
8
PKGNAMESUFFIX=	-112
9
DISTNAME=	CMake-${PORTNAME}-${PORTVERSION}
10
10
11
MAINTAINER=	sunpoet@FreeBSD.org
11
MAINTAINER=	sunpoet@FreeBSD.org
12
COMMENT=	Hierarchical Data Format library (from NCSA)
12
COMMENT=	Hierarchical Data Format library (from NCSA) (latest)
13
13
14
LICENSE=	BSD4CLAUSE
14
LICENSE=	BSD4CLAUSE
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
CONFLICTS_INSTALL=	hdf-4.[0-9]* hdf5-1.6.[0-9]*
17
USES=		cmake compiler:c11 localbase perl5
18
USE_PERL5=	build
18
19
19
OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
20
OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
20
OPTIONS_RADIO=	SUPPORT
21
OPTIONS_RADIO=	SUPPORT
21
OPTIONS_RADIO_SUPPORT=	CXX PARALLEL
22
OPTIONS_RADIO_SUPPORT=	CXX PARALLEL
22
OPTIONS_DEFAULT=CXX SZIP
23
OPTIONS_DEFAULT=CXX FORTRAN SZIP
23
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
24
PARALLEL_DESC=	Parallel support
25
PARALLEL_DESC=	Parallel support
25
26
26
USES=		compiler:c11 libtool localbase tar:bzip2
27
PORTSUFF=	${PORTNAME}${PKGNAMESUFFIX}
27
28
WRKSRC_SUBDIR=	${PORTNAME}-${PORTVERSION}
28
CONFIGURE_ARGS=	--enable-hl \
29
CMAKE_ON=	HDF5_BUILD_HL_LIB		\
29
		--enable-instrument \
30
		HDF5_ENABLE_INSTRUMENT		\
30
		--enable-strict-format-checks
31
		HDF5_BUILD_TOOLS		\
31
GNU_CONFIGURE=	yes
32
		HDF5_STRICT_FORMAT_CHECKS
32
INSTALL_TARGET=	install-strip
33
CMAKE_ARGS=	-DHDF5_INSTALL_INCLUDE_DIR:PATH=${PREFIX}/include/${PORTSUFF}	\
33
MAKE_JOBS_UNSAFE=	yes
34
		-DDEFAULT_API_VERSION="v110"
34
TEST_TARGET=	check
35
EXAMPLESDIR=	${PREFIX}/share/examples/${PORTSUFF}
36
DATADIR=	${PREFIX}/share/${PORTSUFF}
37
EXAMPLESVER=	1.12.6
38
#MAKE_JOBS_UNSAFE=	yes
39
TEST_TARGET=	test
35
USE_LDCONFIG=	yes
40
USE_LDCONFIG=	yes
41
PLIST_SUB+=	VER=${PORTVERSION} SUFF=${PKGNAMESUFFIX}
36
42
43
DATASTUFF=	RELEASE.txt			\
44
		USING_HDF5_CMake.txt
45
DATASTUFFEX=	CTestScript.cmake		\
46
		HDF5_Examples.cmake		\
47
		HDF5_Examples_options.cmake	\
48
		USING_CMake_Examples.txt
49
PKGCFGDIR=	${PREFIX}/libdata/pkgconfig
50
PKGCFG=		hdf5.pc hdf5_hl.pc
51
PKGCFGCXX=	hdf5_cpp.pc hdf5_hl_cpp.pc
52
PKGCFGFC=	hdf5_fortran.pc
53
37
PORTEXAMPLES=	*
54
PORTEXAMPLES=	*
38
55
39
CXX_CONFIGURE_ENABLE=	cxx
56
CXX_CMAKE_BOOL=		HDF5_BUILD_CPP_LIB
40
DEBUG_CONFIGURE_OFF=	--enable-build-mode=production
57
CXX_VARS=		PKGCFG+="${PKGCFGCXX}"
41
DEBUG_CONFIGURE_ON=	--enable-build-mode=debug
58
EXAMPLES_CMAKE_BOOL=	HDF5_BUILD_EXAMPLES HDF5_TEST_EXAMPLES HDF5_PACK_EXAMPLES
42
FORTRAN_CONFIGURE_ENABLE=	fortran
59
EXAMPLES_VARS=		DATASTUFF+="${DATASTUFFEX}"
60
FORTRAN_CMAKE_BOOL=	HDF5_BUILD_FORTRAN
43
FORTRAN_CONFIGURE_ENV=	F9X=${FC}
61
FORTRAN_CONFIGURE_ENV=	F9X=${FC}
44
FORTRAN_USES=		fortran
62
FORTRAN_USES=		fortran
45
PARALLEL_CONFIGURE_ENABLE=	parallel
63
FORTRAN_VARS=		PKGCFG+="${PKGCFGFC}"
46
PARALLEL_LDFLAGS=	-L${LOCALBASE}/lib -lmpi
64
PARALLEL_IMPLIES=	FORTRAN
65
PARALLEL_CMAKE_BOOL=	HDF5_ENABLE_PARALLEL
66
PARALLEL_VARS=		FCFLAGS+=-I${LOCALBASE}/include
67
PARALLEL_LDFLAGS=	-L${LOCALBASE}/lib -lmpifort -lmpi
47
PARALLEL_LIB_DEPENDS=	libmpi.so:net/mpich
68
PARALLEL_LIB_DEPENDS=	libmpi.so:net/mpich
48
SZIP_CONFIGURE_ON=	--with-szlib=${LOCALBASE}
69
SZIP_CMAKE_BOOL=	HDF5_ENABLE_SZIP_SUPPORT
49
SZIP_LIB_DEPENDS=	libsz.so:science/szip
70
SZIP_LIB_DEPENDS=	libsz.so:science/szip
50
71
51
post-patch:
72
.include <bsd.port.options.mk>
52
	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
53
	@${REINPLACE_CMD} \
54
		-e '/LD_LIBRARY_PATH/ s|^|#|' \
55
		-e 's|/share/hdf5_examples|/${EXAMPLESDIR_REL}|' \
56
		-e 's|(INSTALL)|(INSTALL_DATA)|' \
57
			`${FIND} ${WRKSRC} -regex '.*/examples/Makefile.in'`
58
	@${REINPLACE_CMD} -e 's|\[ -a|\[ -f|g' `${FIND} ${WRKSRC} -name \*.sh\*`
59
73
74
post-extract-EXAMPLES-on:
75
	(cd ${WRKSRC} && ${TAR} xfz ../HDF5Examples-${EXAMPLESVER}-Source.tar.gz)
76
77
pre-configure:
78
	${REINPLACE_CMD} -e '/_LIB_CORENAME/s|hdf5|hdf5${PKGNAMESUFFIX}|'	\
79
		${WRKSRC}/CMakeLists.txt
80
	${REINPLACE_CMD} -e 's|FOLDER examples|FOLDER examples/${PORTSUFF}|'	\
81
		${WRKSRC}/examples/CMakeLists.txt
82
83
pre-build-EXAMPLES-on:
84
	${MKDIR} ${WRKDIR}/.build
85
	${CP} -R ${WRKSRC}/HDF5Examples ${WRKDIR}/.build
86
87
post-stage:
88
	${FIND} ${STAGEDIR}${PREFIX}/bin -type f -exec ${MV} {} {}${PKGNAMESUFFIX} \;
89
	${MV} ${STAGEDIR}${PREFIX}/lib/libhdf5.settings	\
90
		${STAGEDIR}${PREFIX}/lib/libhdf5${PKGNAMESUFFIX}.setting
91
	${RM} ${STAGEDIR}${PREFIX}/share/COPYING
92
	${MKDIR} ${STAGEDIR}${DATADIR}
93
	(cd ${STAGEDIR}${PREFIX}/share && ${MV} ${DATASTUFF} ${STAGEDIR}${DATADIR}/)
94
.for pk in ${PKGCFG}
95
	${LN} -sf ${pk:C/5/5${PKGNAMESUFFIX}/:C/.pc/-${PORTVERSION}.pc/}	\
96
		${STAGEDIR}${PKGCFGDIR}/${pk}
97
.endfor
98
	${REINPLACE_CMD} -e 's|/include|/include/${PORTSUFF}|'	\
99
		${STAGEDIR}${PKGCFGDIR}/*${PORTVERSION}.pc
100
	${RM} ${STAGEDIR}${PKGCFGDIR}/*.bak
101
102
post-stage-EXAMPLES-on:
103
	${MV} ${STAGEDIR}${PREFIX}/share/HDF5Examples ${STAGEDIR}${EXAMPLESDIR}
104
60
.include <bsd.port.mk>
105
.include <bsd.port.mk>
(-)science/hdf5-112/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1577693899
1
TIMESTAMP = 1608044656
2
SHA256 (hdf5-1.10.6.tar.bz2) = 09d6301901685201bb272a73e21c98f2bf7e044765107200b01089104a47c3bd
2
SHA256 (CMake-hdf5-1.12.0.tar.gz) = 01b9c01c45cc8c66da86e69c510e17f3cff0706a65d8683cd86af405eaf75397
3
SIZE (hdf5-1.10.6.tar.bz2) = 8813699
3
SIZE (CMake-hdf5-1.12.0.tar.gz) = 13950636
(-)science/hdf5-112/pkg-descr (+2 lines)
Lines 1-3 Link Here
1
This port is for the latest release.
2
1
HDF5 is a completely new Hierarchical Data Format product consisting of a data
3
HDF5 is a completely new Hierarchical Data Format product consisting of a data
2
format specification and a supporting library implementation. HDF5 is designed
4
format specification and a supporting library implementation. HDF5 is designed
3
to address some of the limitations of the older HDF product and to address
5
to address some of the limitations of the older HDF product and to address
(-)science/hdf5-112/pkg-plist (-161 / +246 lines)
Lines 1-161 Link Here
1
bin/gif2h5
1
bin/gif2h5-112
2
bin/h52gif
2
bin/gif2h5-shared-112
3
%%CXX%%bin/h5c++
3
bin/h52gif-112
4
%%CXX%%bin/h5cc
4
bin/h52gif-shared-112
5
bin/h5clear
5
%%CXX%%bin/h5c++-112
6
bin/h5copy
6
%%CXX%%bin/h5cc-112
7
bin/h5debug
7
bin/h5clear-112
8
bin/h5diff
8
bin/h5clear-shared-112
9
bin/h5dump
9
bin/h5copy-112
10
%%FORTRAN%%bin/h5fc
10
bin/h5copy-shared-112
11
bin/h5format_convert
11
bin/h5debug-112
12
bin/h5import
12
bin/h5debug-shared-112
13
bin/h5jam
13
bin/h5diff-112
14
bin/h5ls
14
bin/h5diff-shared-112
15
bin/h5mkgrp
15
bin/h5dump-112
16
%%PARALLEL%%bin/h5pcc
16
bin/h5dump-shared-112
17
%%PARALLEL%%bin/h5perf
17
%%NO_PARALLEL%%%%FORTRAN%%bin/h5fc-112
18
bin/h5perf_serial
18
bin/h5format_convert-112
19
bin/h5redeploy
19
bin/h5format_convert-shared-112
20
bin/h5repack
20
%%CXX%%bin/h5hlc++-112
21
bin/h5repart
21
bin/h5hlcc-112
22
bin/h5stat
22
bin/h5import-112
23
bin/h5unjam
23
bin/h5import-shared-112
24
bin/h5watch
24
bin/h5jam-112
25
%%PARALLEL%%bin/ph5diff
25
bin/h5jam-shared-112
26
include/H5ACpublic.h
26
bin/h5ls-112
27
%%CXX%%include/H5AbstractDs.h
27
bin/h5ls-shared-112
28
include/H5Apublic.h
28
bin/h5mkgrp-112
29
%%CXX%%include/H5ArrayType.h
29
bin/h5mkgrp-shared-112
30
%%CXX%%include/H5AtomType.h
30
bin/h5repack-112
31
%%CXX%%include/H5Attribute.h
31
bin/h5repack-shared-112
32
%%CXX%%include/H5Classes.h
32
bin/h5repart-112
33
%%CXX%%include/H5CommonFG.h
33
bin/h5repart-shared-112
34
%%CXX%%include/H5CompType.h
34
bin/h5stat-112
35
%%CXX%%include/H5Cpp.h
35
bin/h5stat-shared-112
36
%%CXX%%include/H5CppDoc.h
36
bin/h5unjam-112
37
include/H5Cpublic.h
37
bin/h5unjam-shared-112
38
include/H5DOpublic.h
38
bin/h5watch-112
39
include/H5DSpublic.h
39
bin/h5watch-shared-112
40
%%CXX%%include/H5DaccProp.h
40
%%PARALLEL%%bin/ph5diff-112
41
%%CXX%%include/H5DataSet.h
41
%%PARALLEL%%bin/ph5diff-shared-112
42
%%CXX%%include/H5DataSpace.h
42
include/hdf5-112/H5ACpublic.h
43
%%CXX%%include/H5DataType.h
43
%%CXX%%include/hdf5-112/H5AbstractDs.h
44
%%CXX%%include/H5DcreatProp.h
44
%%CXX%%include/hdf5-112/H5Alltypes.h
45
include/H5Dpublic.h
45
include/hdf5-112/H5Apublic.h
46
%%CXX%%include/H5DxferProp.h
46
%%CXX%%include/hdf5-112/H5ArrayType.h
47
%%CXX%%include/H5EnumType.h
47
%%CXX%%include/hdf5-112/H5AtomType.h
48
include/H5Epubgen.h
48
%%CXX%%include/hdf5-112/H5Attribute.h
49
include/H5Epublic.h
49
%%CXX%%include/hdf5-112/H5Classes.h
50
%%CXX%%include/H5Exception.h
50
%%CXX%%include/hdf5-112/H5CommonFG.h
51
include/H5FDcore.h
51
%%CXX%%include/hdf5-112/H5CompType.h
52
include/H5FDdirect.h
52
%%CXX%%include/hdf5-112/H5Cpp.h
53
include/H5FDfamily.h
53
%%CXX%%include/hdf5-112/H5CppDoc.h
54
include/H5FDhdfs.h
54
include/hdf5-112/H5Cpublic.h
55
include/H5FDlog.h
55
include/hdf5-112/H5DOpublic.h
56
include/H5FDmpi.h
56
include/hdf5-112/H5DSpublic.h
57
include/H5FDmpio.h
57
%%CXX%%include/hdf5-112/H5DaccProp.h
58
include/H5FDmulti.h
58
%%CXX%%include/hdf5-112/H5DataSet.h
59
include/H5FDpublic.h
59
%%CXX%%include/hdf5-112/H5DataSpace.h
60
include/H5FDros3.h
60
%%CXX%%include/hdf5-112/H5DataType.h
61
include/H5FDsec2.h
61
%%CXX%%include/hdf5-112/H5DcreatProp.h
62
include/H5FDstdio.h
62
include/hdf5-112/H5Dpublic.h
63
include/H5FDwindows.h
63
%%CXX%%include/hdf5-112/H5DxferProp.h
64
%%CXX%%include/H5FaccProp.h
64
include/hdf5-112/H5ESpublic.h
65
%%CXX%%include/H5FcreatProp.h
65
%%CXX%%include/hdf5-112/H5EnumType.h
66
%%CXX%%include/H5File.h
66
include/hdf5-112/H5Epubgen.h
67
%%CXX%%include/H5FloatType.h
67
include/hdf5-112/H5Epublic.h
68
include/H5Fpublic.h
68
%%CXX%%include/hdf5-112/H5Exception.h
69
include/H5Gpublic.h
69
include/hdf5-112/H5FDcore.h
70
%%CXX%%include/H5Group.h
70
include/hdf5-112/H5FDdirect.h
71
include/H5IMpublic.h
71
include/hdf5-112/H5FDfamily.h
72
%%CXX%%include/H5IdComponent.h
72
include/hdf5-112/H5FDhdfs.h
73
%%CXX%%include/H5Include.h
73
include/hdf5-112/H5FDlog.h
74
%%CXX%%include/H5IntType.h
74
include/hdf5-112/H5FDmpi.h
75
include/H5Ipublic.h
75
include/hdf5-112/H5FDmpio.h
76
include/H5LDpublic.h
76
include/hdf5-112/H5FDmulti.h
77
include/H5LTpublic.h
77
include/hdf5-112/H5FDpublic.h
78
%%CXX%%include/H5LaccProp.h
78
include/hdf5-112/H5FDros3.h
79
%%CXX%%include/H5LcreatProp.h
79
include/hdf5-112/H5FDs3comms.h
80
%%CXX%%include/H5Library.h
80
include/hdf5-112/H5FDsec2.h
81
%%CXX%%include/H5Location.h
81
include/hdf5-112/H5FDstdio.h
82
include/H5Lpublic.h
82
include/hdf5-112/H5FDwindows.h
83
include/H5MMpublic.h
83
%%CXX%%include/hdf5-112/H5FaccProp.h
84
%%CXX%%include/H5Object.h
84
%%CXX%%include/hdf5-112/H5FcreatProp.h
85
%%CXX%%include/H5OcreatProp.h
85
%%CXX%%include/hdf5-112/H5File.h
86
include/H5Opublic.h
86
%%CXX%%include/hdf5-112/H5FloatType.h
87
include/H5PLextern.h
87
include/hdf5-112/H5Fpublic.h
88
include/H5PLpublic.h
88
include/hdf5-112/H5Gpublic.h
89
include/H5PTpublic.h
89
%%CXX%%include/hdf5-112/H5Group.h
90
%%CXX%%include/H5PacketTable.h
90
include/hdf5-112/H5IMpublic.h
91
include/H5Ppublic.h
91
%%CXX%%include/hdf5-112/H5IdComponent.h
92
%%CXX%%include/H5PredType.h
92
%%CXX%%include/hdf5-112/H5Include.h
93
%%CXX%%include/H5PropList.h
93
%%CXX%%include/hdf5-112/H5IntType.h
94
include/H5Rpublic.h
94
include/hdf5-112/H5Ipublic.h
95
include/H5Spublic.h
95
include/hdf5-112/H5LDpublic.h
96
%%CXX%%include/H5StrType.h
96
include/hdf5-112/H5LTpublic.h
97
include/H5TBpublic.h
97
%%CXX%%include/hdf5-112/H5LaccProp.h
98
include/H5Tpublic.h
98
%%CXX%%include/hdf5-112/H5LcreatProp.h
99
%%CXX%%include/H5VarLenType.h
99
%%CXX%%include/hdf5-112/H5Library.h
100
include/H5Zpublic.h
100
%%CXX%%include/hdf5-112/H5Location.h
101
include/H5api_adpt.h
101
include/hdf5-112/H5Lpublic.h
102
%%FORTRAN%%include/H5f90i.h
102
include/hdf5-112/H5MMpublic.h
103
%%FORTRAN%%include/H5f90i_gen.h
103
include/hdf5-112/H5Mpublic.h
104
include/H5overflow.h
104
%%CXX%%include/hdf5-112/H5Object.h
105
include/H5pubconf.h
105
%%CXX%%include/hdf5-112/H5OcreatProp.h
106
include/H5public.h
106
include/hdf5-112/H5Opublic.h
107
include/H5version.h
107
include/hdf5-112/H5PLextern.h
108
%%FORTRAN%%include/h5_gen.mod
108
include/hdf5-112/H5PLpublic.h
109
%%FORTRAN%%include/h5a.mod
109
include/hdf5-112/H5PTpublic.h
110
%%FORTRAN%%include/h5d.mod
110
%%CXX%%include/hdf5-112/H5PacketTable.h
111
%%FORTRAN%%include/h5ds.mod
111
include/hdf5-112/H5Ppublic.h
112
%%FORTRAN%%include/h5e.mod
112
%%CXX%%include/hdf5-112/H5PredType.h
113
%%FORTRAN%%include/h5f.mod
113
%%CXX%%include/hdf5-112/H5PropList.h
114
%%FORTRAN%%include/h5fortkit.mod
114
include/hdf5-112/H5Rpublic.h
115
%%FORTRAN%%include/h5fortran_types.mod
115
include/hdf5-112/H5Spublic.h
116
%%FORTRAN%%include/h5g.mod
116
%%CXX%%include/hdf5-112/H5StrType.h
117
%%FORTRAN%%include/h5global.mod
117
include/hdf5-112/H5TBpublic.h
118
%%FORTRAN%%include/h5i.mod
118
include/hdf5-112/H5Tpublic.h
119
%%FORTRAN%%include/h5im.mod
119
include/hdf5-112/H5VLconnector.h
120
%%FORTRAN%%include/h5l.mod
120
include/hdf5-112/H5VLconnector_passthru.h
121
%%FORTRAN%%include/h5lib.mod
121
include/hdf5-112/H5VLnative.h
122
%%FORTRAN%%include/h5lt.mod
122
include/hdf5-112/H5VLpassthru.h
123
%%FORTRAN%%include/h5lt_const.mod
123
include/hdf5-112/H5VLpublic.h
124
%%FORTRAN%%include/h5o.mod
124
%%CXX%%include/hdf5-112/H5VarLenType.h
125
%%FORTRAN%%include/h5p.mod
125
include/hdf5-112/H5Zpublic.h
126
%%FORTRAN%%include/h5r.mod
126
include/hdf5-112/H5api_adpt.h
127
%%FORTRAN%%include/h5s.mod
127
%%FORTRAN%%include/hdf5-112/H5f90.h
128
%%FORTRAN%%include/h5t.mod
128
%%FORTRAN%%include/hdf5-112/H5f90i.h
129
%%FORTRAN%%include/h5tb.mod
129
%%FORTRAN%%include/hdf5-112/H5f90i_gen.h
130
%%FORTRAN%%include/h5tb_const.mod
130
%%FORTRAN%%include/hdf5-112/H5f90proto.h
131
%%FORTRAN%%include/h5z.mod
131
%%FORTRAN%%include/hdf5-112/H5fortran_types.F90
132
include/hdf5.h
132
include/hdf5-112/H5overflow.h
133
%%FORTRAN%%include/hdf5.mod
133
include/hdf5-112/H5pubconf.h
134
include/hdf5_hl.h
134
include/hdf5-112/H5public.h
135
lib/libhdf5.a
135
include/hdf5-112/H5version.h
136
lib/libhdf5.settings
136
include/hdf5-112/hdf5.h
137
lib/libhdf5.so
137
include/hdf5-112/hdf5_hl.h
138
lib/libhdf5.so.103
138
%%FORTRAN%%include/hdf5-112/shared/h5_gen.mod
139
lib/libhdf5.so.103.2.0
139
%%FORTRAN%%include/hdf5-112/shared/h5a.mod
140
%%CXX%%lib/libhdf5_cpp.a
140
%%FORTRAN%%include/hdf5-112/shared/h5d.mod
141
%%CXX%%lib/libhdf5_cpp.so
141
%%FORTRAN%%include/hdf5-112/shared/h5ds.mod
142
%%CXX%%lib/libhdf5_cpp.so.103
142
%%FORTRAN%%include/hdf5-112/shared/h5e.mod
143
%%CXX%%lib/libhdf5_cpp.so.103.2.0
143
%%FORTRAN%%include/hdf5-112/shared/h5f.mod
144
%%FORTRAN%%lib/libhdf5_fortran.a
144
%%FORTRAN%%include/hdf5-112/shared/h5fortkit.mod
145
%%FORTRAN%%lib/libhdf5_fortran.so
145
%%FORTRAN%%include/hdf5-112/shared/h5fortran_types.mod
146
%%FORTRAN%%lib/libhdf5_fortran.so.102
146
%%FORTRAN%%include/hdf5-112/shared/h5g.mod
147
%%FORTRAN%%lib/libhdf5_fortran.so.102.0.1
147
%%FORTRAN%%include/hdf5-112/shared/h5global.mod
148
lib/libhdf5_hl.a
148
%%FORTRAN%%include/hdf5-112/shared/h5i.mod
149
lib/libhdf5_hl.so
149
%%FORTRAN%%include/hdf5-112/shared/h5im.mod
150
lib/libhdf5_hl.so.100
150
%%FORTRAN%%include/hdf5-112/shared/h5l.mod
151
lib/libhdf5_hl.so.100.1.3
151
%%FORTRAN%%include/hdf5-112/shared/h5lib.mod
152
%%CXX%%lib/libhdf5_hl_cpp.a
152
%%FORTRAN%%include/hdf5-112/shared/h5lt.mod
153
%%CXX%%lib/libhdf5_hl_cpp.so
153
%%FORTRAN%%include/hdf5-112/shared/h5lt_const.mod
154
%%CXX%%lib/libhdf5_hl_cpp.so.100
154
%%FORTRAN%%include/hdf5-112/shared/h5o.mod
155
%%CXX%%lib/libhdf5_hl_cpp.so.100.1.4
155
%%FORTRAN%%include/hdf5-112/shared/h5p.mod
156
%%FORTRAN%%lib/libhdf5_hl_fortran.a
156
%%FORTRAN%%include/hdf5-112/shared/h5r.mod
157
%%FORTRAN%%lib/libhdf5_hl_fortran.so
157
%%FORTRAN%%include/hdf5-112/shared/h5s.mod
158
%%FORTRAN%%lib/libhdf5hl_fortran.a
158
%%FORTRAN%%include/hdf5-112/shared/h5t.mod
159
%%FORTRAN%%lib/libhdf5hl_fortran.so
159
%%FORTRAN%%include/hdf5-112/shared/h5tb.mod
160
%%FORTRAN%%lib/libhdf5hl_fortran.so.100
160
%%FORTRAN%%include/hdf5-112/shared/h5tb_const.mod
161
%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.5
161
%%FORTRAN%%include/hdf5-112/shared/h5vl.mod
162
%%FORTRAN%%include/hdf5-112/shared/h5z.mod
163
%%FORTRAN%%include/hdf5-112/shared/hdf5.mod
164
%%FORTRAN%%include/hdf5-112/static/h5_gen.mod
165
%%FORTRAN%%include/hdf5-112/static/h5a.mod
166
%%FORTRAN%%include/hdf5-112/static/h5d.mod
167
%%FORTRAN%%include/hdf5-112/static/h5ds.mod
168
%%FORTRAN%%include/hdf5-112/static/h5e.mod
169
%%FORTRAN%%include/hdf5-112/static/h5f.mod
170
%%FORTRAN%%include/hdf5-112/static/h5fortkit.mod
171
%%FORTRAN%%include/hdf5-112/static/h5fortran_types.mod
172
%%FORTRAN%%include/hdf5-112/static/h5g.mod
173
%%FORTRAN%%include/hdf5-112/static/h5global.mod
174
%%FORTRAN%%include/hdf5-112/static/h5i.mod
175
%%FORTRAN%%include/hdf5-112/static/h5im.mod
176
%%FORTRAN%%include/hdf5-112/static/h5l.mod
177
%%FORTRAN%%include/hdf5-112/static/h5lib.mod
178
%%FORTRAN%%include/hdf5-112/static/h5lt.mod
179
%%FORTRAN%%include/hdf5-112/static/h5lt_const.mod
180
%%FORTRAN%%include/hdf5-112/static/h5o.mod
181
%%FORTRAN%%include/hdf5-112/static/h5p.mod
182
%%FORTRAN%%include/hdf5-112/static/h5r.mod
183
%%FORTRAN%%include/hdf5-112/static/h5s.mod
184
%%FORTRAN%%include/hdf5-112/static/h5t.mod
185
%%FORTRAN%%include/hdf5-112/static/h5tb.mod
186
%%FORTRAN%%include/hdf5-112/static/h5tb_const.mod
187
%%FORTRAN%%include/hdf5-112/static/h5vl.mod
188
%%FORTRAN%%include/hdf5-112/static/h5z.mod
189
%%FORTRAN%%include/hdf5-112/static/hdf5.mod
190
lib/libhdf5-112.a
191
lib/libhdf5-112.so
192
lib/libhdf5-112.so.200
193
lib/libhdf5-112.so.200.0.0
194
%%CXX%%lib/libhdf5-112_cpp.a
195
%%CXX%%lib/libhdf5-112_cpp.so
196
%%CXX%%lib/libhdf5-112_cpp.so.200
197
%%CXX%%lib/libhdf5-112_cpp.so.200.0.0
198
%%FORTRAN%%lib/libhdf5-112_f90cstub.a
199
%%FORTRAN%%lib/libhdf5-112_f90cstub.so
200
%%FORTRAN%%lib/libhdf5-112_f90cstub.so.200
201
%%FORTRAN%%lib/libhdf5-112_f90cstub.so.200.0.0
202
%%FORTRAN%%lib/libhdf5-112_fortran.a
203
%%FORTRAN%%lib/libhdf5-112_fortran.so
204
%%FORTRAN%%lib/libhdf5-112_fortran.so.200
205
%%FORTRAN%%lib/libhdf5-112_fortran.so.200.0.0
206
lib/libhdf5-112_hl.a
207
lib/libhdf5-112_hl.so
208
lib/libhdf5-112_hl.so.200
209
lib/libhdf5-112_hl.so.200.0.0
210
%%CXX%%lib/libhdf5-112_hl_cpp.a
211
%%CXX%%lib/libhdf5-112_hl_cpp.so
212
%%CXX%%lib/libhdf5-112_hl_cpp.so.200
213
%%CXX%%lib/libhdf5-112_hl_cpp.so.200.0.0
214
%%FORTRAN%%lib/libhdf5-112_hl_f90cstub.a
215
%%FORTRAN%%lib/libhdf5-112_hl_f90cstub.so
216
%%FORTRAN%%lib/libhdf5-112_hl_f90cstub.so.200
217
%%FORTRAN%%lib/libhdf5-112_hl_f90cstub.so.200.0.0
218
%%FORTRAN%%lib/libhdf5-112_hl_fortran.a
219
%%FORTRAN%%lib/libhdf5-112_hl_fortran.so
220
%%FORTRAN%%lib/libhdf5-112_hl_fortran.so.200
221
%%FORTRAN%%lib/libhdf5-112_hl_fortran.so.200.0.0
222
lib/libhdf5-112_tools.a
223
lib/libhdf5-112_tools.so
224
lib/libhdf5-112_tools.so.200
225
lib/libhdf5-112_tools.so.200.0.0
226
lib/libhdf5-112.setting
227
%%CXX%%libdata/pkgconfig/hdf5_cpp.pc
228
%%FORTRAN%%libdata/pkgconfig/hdf5_fortran.pc
229
%%CXX%%libdata/pkgconfig/hdf5_hl_cpp.pc
230
libdata/pkgconfig/hdf5_hl.pc
231
%%CXX%%libdata/pkgconfig/hdf5-112_cpp-1.12.0.pc
232
%%FORTRAN%%libdata/pkgconfig/hdf5-112_fortran-1.12.0.pc
233
%%CXX%%libdata/pkgconfig/hdf5-112_hl_cpp-1.12.0.pc
234
libdata/pkgconfig/hdf5-112_hl-1.12.0.pc
235
libdata/pkgconfig/hdf5-112-1.12.0.pc
236
libdata/pkgconfig/hdf5.pc
237
share/cmake/hdf5/hdf5-config-version.cmake
238
share/cmake/hdf5/hdf5-config.cmake
239
share/cmake/hdf5/hdf5-targets-%%CMAKE_BUILD_TYPE%%.cmake
240
share/cmake/hdf5/hdf5-targets.cmake
241
%%PORTEXAMPLES%%%%DATADIR%%/CTestScript.cmake
242
%%PORTEXAMPLES%%%%DATADIR%%/HDF5_Examples.cmake
243
%%PORTEXAMPLES%%%%DATADIR%%/HDF5_Examples_options.cmake
244
%%DATADIR%%/RELEASE.txt
245
%%PORTEXAMPLES%%%%DATADIR%%/USING_CMake_Examples.txt
246
%%DATADIR%%/USING_HDF5_CMake.txt

Return to bug 251894