forked from vbrankov/hdf5-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
201 lines (201 loc) · 9.42 KB
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
# OASIS_START
# DO NOT EDIT (digest: dce802420738e452b073e22dc4a29ac6)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library hdf5_raw
"lib/raw/hdf5_raw.cmxs": use_hdf5_raw
"lib/raw/h5a.cmx": for-pack(Hdf5_raw)
"lib/raw/h5d.cmx": for-pack(Hdf5_raw)
"lib/raw/h5f.cmx": for-pack(Hdf5_raw)
"lib/raw/h5g.cmx": for-pack(Hdf5_raw)
"lib/raw/h5i.cmx": for-pack(Hdf5_raw)
"lib/raw/h5l.cmx": for-pack(Hdf5_raw)
"lib/raw/h5lt.cmx": for-pack(Hdf5_raw)
"lib/raw/h5.cmx": for-pack(Hdf5_raw)
"lib/raw/h5o.cmx": for-pack(Hdf5_raw)
"lib/raw/h5p.cmx": for-pack(Hdf5_raw)
"lib/raw/h5r.cmx": for-pack(Hdf5_raw)
"lib/raw/h5s.cmx": for-pack(Hdf5_raw)
"lib/raw/h5tb.cmx": for-pack(Hdf5_raw)
"lib/raw/h5t.cmx": for-pack(Hdf5_raw)
"lib/raw/h5z.cmx": for-pack(Hdf5_raw)
"lib/raw/hid.cmx": for-pack(Hdf5_raw)
"lib/raw/hsize.cmx": for-pack(Hdf5_raw)
"lib/raw/layout.cmx": for-pack(Hdf5_raw)
<lib/raw/*.ml{,i}>: oasis_library_hdf5_raw_ccopt
"lib/raw/h5a_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5d_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5f_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5g_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5i_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5l_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5lt_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5o_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5p_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5r_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5s_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5tb_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5t_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/h5z_stubs.c": oasis_library_hdf5_raw_ccopt
"lib/raw/hid_stubs.c": oasis_library_hdf5_raw_ccopt
<lib/raw/hdf5_raw.{cma,cmxa}>: oasis_library_hdf5_raw_cclib
"lib/raw/libhdf5_raw_stubs.lib": oasis_library_hdf5_raw_cclib
"lib/raw/dllhdf5_raw_stubs.dll": oasis_library_hdf5_raw_cclib
"lib/raw/libhdf5_raw_stubs.a": oasis_library_hdf5_raw_cclib
"lib/raw/dllhdf5_raw_stubs.so": oasis_library_hdf5_raw_cclib
<lib/raw/hdf5_raw.{cma,cmxa}>: use_libhdf5_raw_stubs
# Executable ppx_h5struct
<lib/ppx/ppx_h5struct.{native,byte}>: pkg_compiler-libs.common
<lib/ppx/*.ml{,i}>: pkg_compiler-libs.common
# Library hdf5_caml
"lib/caml/hdf5_caml.cmxs": use_hdf5_caml
"lib/caml/h5caml.cmx": for-pack(Hdf5_caml)
"lib/caml/struct.cmx": for-pack(Hdf5_caml)
<lib/caml/*.ml{,i}>: use_hdf5_raw
# Executable test_comprehensive
<test/comprehensive.{native,byte}>: oasis_executable_test_comprehensive_byte
<test/*.ml{,i}>: oasis_executable_test_comprehensive_byte
<test/comprehensive.{native,byte}>: oasis_executable_test_comprehensive_native
<test/*.ml{,i}>: oasis_executable_test_comprehensive_native
<test/comprehensive.{native,byte}>: pkg_bigarray
<test/comprehensive.{native,byte}>: use_hdf5_caml
<test/comprehensive.{native,byte}>: use_hdf5_raw
<test/*.ml{,i}>: pkg_bigarray
<test/*.ml{,i}>: use_hdf5_caml
<test/*.ml{,i}>: use_hdf5_raw
# Executable bench_struct
<examples/bench/bench_struct.{native,byte}>: oasis_executable_bench_struct_byte
<examples/bench/*.ml{,i}>: oasis_executable_bench_struct_byte
<examples/bench/bench_struct.{native,byte}>: oasis_executable_bench_struct_native
<examples/bench/*.ml{,i}>: oasis_executable_bench_struct_native
<examples/bench/bench_struct.{native,byte}>: pkg_bigarray
<examples/bench/bench_struct.{native,byte}>: use_hdf5_caml
<examples/bench/bench_struct.{native,byte}>: use_hdf5_raw
<examples/bench/*.ml{,i}>: pkg_bigarray
<examples/bench/*.ml{,i}>: use_hdf5_caml
<examples/bench/*.ml{,i}>: use_hdf5_raw
# Executable h5_interm_group
<examples/examples/h5_interm_group.{native,byte}>: pkg_bigarray
<examples/examples/h5_interm_group.{native,byte}>: use_hdf5_raw
<examples/examples/*.ml{,i}>: pkg_bigarray
<examples/examples/*.ml{,i}>: use_hdf5_raw
# Executable h5ex_g_traverse
<examples/examples-by-api/h5ex_g_traverse.{native,byte}>: pkg_bigarray
<examples/examples-by-api/h5ex_g_traverse.{native,byte}>: use_hdf5_raw
<examples/examples-by-api/*.ml{,i}>: pkg_bigarray
<examples/examples-by-api/*.ml{,i}>: use_hdf5_raw
# Executable check_and_read_example
<examples/h5_intro/check_and_read_example.{native,byte}>: pkg_bigarray
<examples/h5_intro/check_and_read_example.{native,byte}>: use_hdf5_raw
# Executable compound
<examples/h5_intro/compound.{native,byte}>: pkg_bigarray
<examples/h5_intro/compound.{native,byte}>: use_hdf5_raw
# Executable create_example
<examples/h5_intro/create_example.{native,byte}>: pkg_bigarray
<examples/h5_intro/create_example.{native,byte}>: use_hdf5_raw
# Executable create_extend_write
<examples/h5_intro/create_extend_write.{native,byte}>: pkg_bigarray
<examples/h5_intro/create_extend_write.{native,byte}>: use_hdf5_raw
# Executable create_groups
<examples/h5_intro/create_groups.{native,byte}>: pkg_bigarray
<examples/h5_intro/create_groups.{native,byte}>: use_hdf5_raw
# Executable create_write_ref_obj
<examples/h5_intro/create_write_ref_obj.{native,byte}>: pkg_bigarray
<examples/h5_intro/create_write_ref_obj.{native,byte}>: use_hdf5_raw
# Executable create_write_ref_reg
<examples/h5_intro/create_write_ref_reg.{native,byte}>: pkg_bigarray
<examples/h5_intro/create_write_ref_reg.{native,byte}>: use_hdf5_raw
# Executable read_extended
<examples/h5_intro/read_extended.{native,byte}>: pkg_bigarray
<examples/h5_intro/read_extended.{native,byte}>: use_hdf5_raw
# Executable read_ref_obj
<examples/h5_intro/read_ref_obj.{native,byte}>: pkg_bigarray
<examples/h5_intro/read_ref_obj.{native,byte}>: use_hdf5_raw
# Executable read_ref_reg
<examples/h5_intro/read_ref_reg.{native,byte}>: pkg_bigarray
<examples/h5_intro/read_ref_reg.{native,byte}>: use_hdf5_raw
# Executable read_write_attributes
<examples/h5_intro/read_write_attributes.{native,byte}>: pkg_bigarray
<examples/h5_intro/read_write_attributes.{native,byte}>: use_hdf5_raw
# Executable write_selected
<examples/h5_intro/write_selected.{native,byte}>: pkg_bigarray
<examples/h5_intro/write_selected.{native,byte}>: use_hdf5_raw
<examples/h5_intro/*.ml{,i}>: pkg_bigarray
<examples/h5_intro/*.ml{,i}>: use_hdf5_raw
# Executable ex_lite1
<examples/hl/ex_lite1.{native,byte}>: pkg_bigarray
<examples/hl/ex_lite1.{native,byte}>: use_hdf5_raw
# Executable ex_lite2
<examples/hl/ex_lite2.{native,byte}>: pkg_bigarray
<examples/hl/ex_lite2.{native,byte}>: use_hdf5_raw
# Executable ex_lite3
<examples/hl/ex_lite3.{native,byte}>: pkg_bigarray
<examples/hl/ex_lite3.{native,byte}>: use_hdf5_raw
# Executable ex_table_01
<examples/hl/ex_table_01.{native,byte}>: oasis_executable_ex_table_01_byte
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_01_byte
<examples/hl/ex_table_01.{native,byte}>: oasis_executable_ex_table_01_native
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_01_native
<examples/hl/ex_table_01.{native,byte}>: pkg_bigarray
<examples/hl/ex_table_01.{native,byte}>: use_hdf5_caml
<examples/hl/ex_table_01.{native,byte}>: use_hdf5_raw
# Executable ex_table_02
<examples/hl/ex_table_02.{native,byte}>: oasis_executable_ex_table_02_byte
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_02_byte
<examples/hl/ex_table_02.{native,byte}>: oasis_executable_ex_table_02_native
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_02_native
<examples/hl/ex_table_02.{native,byte}>: pkg_bigarray
<examples/hl/ex_table_02.{native,byte}>: use_hdf5_caml
<examples/hl/ex_table_02.{native,byte}>: use_hdf5_raw
# Executable ex_table_03
<examples/hl/ex_table_03.{native,byte}>: oasis_executable_ex_table_03_byte
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_03_byte
<examples/hl/ex_table_03.{native,byte}>: oasis_executable_ex_table_03_native
<examples/hl/*.ml{,i}>: oasis_executable_ex_table_03_native
<examples/hl/ex_table_03.{native,byte}>: pkg_bigarray
<examples/hl/ex_table_03.{native,byte}>: use_hdf5_caml
<examples/hl/ex_table_03.{native,byte}>: use_hdf5_raw
<examples/hl/*.ml{,i}>: pkg_bigarray
<examples/hl/*.ml{,i}>: use_hdf5_caml
<examples/hl/*.ml{,i}>: use_hdf5_raw
# Executable attrs
<examples/misc-examples/attrs.{native,byte}>: pkg_bigarray
<examples/misc-examples/attrs.{native,byte}>: use_hdf5_raw
# Executable crtstr
<examples/misc-examples/crtstr.{native,byte}>: pkg_bigarray
<examples/misc-examples/crtstr.{native,byte}>: use_hdf5_raw
# Executable mafisc
<examples/misc-examples/mafisc.{native,byte}>: pkg_bigarray
<examples/misc-examples/mafisc.{native,byte}>: use_hdf5_raw
# Executable varlen
<examples/misc-examples/varlen.{native,byte}>: pkg_bigarray
<examples/misc-examples/varlen.{native,byte}>: use_hdf5_raw
# Executable vlstra
<examples/misc-examples/vlstra.{native,byte}>: pkg_bigarray
<examples/misc-examples/vlstra.{native,byte}>: use_hdf5_raw
<examples/misc-examples/*.ml{,i}>: pkg_bigarray
<examples/misc-examples/*.ml{,i}>: use_hdf5_raw
# Executable test_h5tb
<examples/test/test_h5tb.{native,byte}>: oasis_executable_test_h5tb_byte
<examples/test/*.ml{,i}>: oasis_executable_test_h5tb_byte
<examples/test/test_h5tb.{native,byte}>: oasis_executable_test_h5tb_native
<examples/test/*.ml{,i}>: oasis_executable_test_h5tb_native
<examples/test/test_h5tb.{native,byte}>: pkg_bigarray
<examples/test/test_h5tb.{native,byte}>: use_hdf5_caml
<examples/test/test_h5tb.{native,byte}>: use_hdf5_raw
<examples/test/*.ml{,i}>: pkg_bigarray
<examples/test/*.ml{,i}>: use_hdf5_caml
<examples/test/*.ml{,i}>: use_hdf5_raw
# OASIS_STOP