Skip to content

Commit 1fa8569

Browse files
committed
WIP
1 parent 8d54413 commit 1fa8569

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ports/netcdf-c/dependencies.diff

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ index 987b2ad..0dfda8e 100644
218218

219219
if (@HAS_PARALLEL@)
220220
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
221-
index fbaeb21..5b32310 100644
221+
index fbaeb21..8cdb5d4 100644
222222
--- a/plugins/CMakeLists.txt
223223
+++ b/plugins/CMakeLists.txt
224224
@@ -4,7 +4,7 @@
@@ -230,7 +230,7 @@ index fbaeb21..5b32310 100644
230230

231231
if(WIN32)
232232
set(PLUGINEXT "dll")
233-
@@ -86,7 +86,7 @@ buildplugin(h5unknown "h5unknown")
233+
@@ -86,10 +86,13 @@ buildplugin(h5unknown "h5unknown")
234234

235235
buildplugin(h5shuffle "h5shuffle")
236236
buildplugin(h5fletcher32 "h5fletcher32")
@@ -239,3 +239,9 @@ index fbaeb21..5b32310 100644
239239

240240
buildplugin(nczmisc "zmisc")
241241
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)

versions/n-/netcdf-c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "a1f82de0ced28922622579c1b33774be58d80b3f",
4+
"git-tree": "1f0ba8ee8ccf14730182de03736e82bec8209aea",
55
"version": "4.9.3",
66
"port-version": 0
77
},

0 commit comments

Comments
 (0)