File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,20 @@ index d06a276..fcecec3 100644
76
76
if(Zip_FOUND)
77
77
target_include_directories(netcdf
78
78
PRIVATE
79
+ diff --git a/libdispatch/CMakeLists.txt b/libdispatch/CMakeLists.txt
80
+ index 0f5d66d..262963b 100644
81
+ --- a/libdispatch/CMakeLists.txt
82
+ +++ b/libdispatch/CMakeLists.txt
83
+ @@ -13,6 +13,9 @@ target_sources(dispatch
84
+ dcrc32.c dcrc32.h dcrc64.c ncexhash.c ncxcache.c ncjson.c ds3util.c dparallel.c dmissing.c
85
+ ncproplist.c
86
+ )
87
+ + if(FOUND_CURL)
88
+ + target_link_libraries(ncxml PRIVATE CURL::libcurl)
89
+ + endif()
90
+
91
+ if (NETCDF_ENABLE_DLL)
92
+ target_compile_definitions(dispatch PRIVATE DLL_NETCDF DLL_EXPORT)
79
93
diff --git a/liblib/CMakeLists.txt b/liblib/CMakeLists.txt
80
94
index cc482d5..f7c5349 100644
81
95
--- a/liblib/CMakeLists.txt
Original file line number Diff line number Diff line change
1
+ diff --git a/packages/seacas/libraries/exodus/CMakeLists.txt b/packages/seacas/libraries/exodus/CMakeLists.txt
2
+ index 2ed3ec4..99a20aa 100644
3
+ --- a/packages/seacas/libraries/exodus/CMakeLists.txt
4
+ +++ b/packages/seacas/libraries/exodus/CMakeLists.txt
5
+ @@ -1,4 +1,5 @@
6
+ TRIBITS_SUBPACKAGE(Exodus)
7
+ + add_compile_definitions(-DNETCDF_ENABLE_LEGACY_MACROS)
8
+
9
+ if (SEACASExodus_ENABLE_STATIC)
10
+ INCLUDE(InstallSymLink)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ vcpkg_from_github(
11
11
fix-headers.patch
12
12
fix-fmt-10.patch
13
13
fix-build-error-with-fmt11.patch
14
+ netcdf-c.diff
14
15
)
15
16
file (REMOVE "${SOURCE_PATH} /cmake/tribits/common_tpls/find_modules/FindHDF5.cmake" )
16
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
3
{
4
- "git-tree" : " d7acd9e10ef319082b3f22b6a8b77809140c27ec " ,
4
+ "git-tree" : " b3749c7a384c5dcbf1bb0370cd9845f481f21fcb " ,
5
5
"version-date" : " 2022-11-22" ,
6
6
"port-version" : 9
7
7
},
You can’t perform that action at this time.
0 commit comments