File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ index 987b2ad..0dfda8e 100644
218
218
219
219
if (@HAS_PARALLEL@)
220
220
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
221
- index fbaeb21..5b32310 100644
221
+ index fbaeb21..8cdb5d4 100644
222
222
--- a/plugins/CMakeLists.txt
223
223
+++ b/plugins/CMakeLists.txt
224
224
@@ -4,7 +4,7 @@
@@ -230,7 +230,7 @@ index fbaeb21..5b32310 100644
230
230
231
231
if(WIN32)
232
232
set(PLUGINEXT "dll")
233
- @@ -86,7 +86,7 @@ buildplugin(h5unknown "h5unknown")
233
+ @@ -86,10 +86,13 @@ buildplugin(h5unknown "h5unknown")
234
234
235
235
buildplugin(h5shuffle "h5shuffle")
236
236
buildplugin(h5fletcher32 "h5fletcher32")
@@ -239,3 +239,9 @@ index fbaeb21..5b32310 100644
239
239
240
240
buildplugin(nczmisc "zmisc")
241
241
buildplugin(nczhdf5filters "zhdf5filters" netcdf)
242
+ + if(HAVE_SZ)
243
+ + target_link_libraries(nczhdf5filters PRIVATE ${Szip_LIBRARIES})
244
+ + endif()
245
+
246
+ if(NETCDF_ENABLE_BLOSC)
247
+ set(h5blosc_SOURCES H5Zblosc.c)
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
3
{
4
- "git-tree" : " a1f82de0ced28922622579c1b33774be58d80b3f " ,
4
+ "git-tree" : " 1f0ba8ee8ccf14730182de03736e82bec8209aea " ,
5
5
"version" : " 4.9.3" ,
6
6
"port-version" : 0
7
7
},
You can’t perform that action at this time.
0 commit comments