Ward Fisher
|
7eaafef034
|
Incorporate a recent change to netcdf_plugin_install_dir
|
2024-09-30 17:16:51 -06:00 |
|
Ward Fisher
|
ebd0229749
|
Merge branch 'main' of https://github.com/Unidata/netcdf-c into minpluginx.dmh
|
2024-09-30 17:06:15 -06:00 |
|
Ward Fisher
|
b84fcd7e30
|
Merge pull request #3035 from WardF/gh3007.wif
Fix in support of https://github.com/Unidata/netcdf-c/issues/3007
|
2024-09-30 18:02:12 -05:00 |
|
Ward Fisher
|
7a0999ef3f
|
Fix in support of https://github.com/Unidata/netcdf-c/issues/3007
|
2024-09-30 16:19:38 -06:00 |
|
Dennis Heimbigner
|
ef425b9171
|
ckp
|
2024-09-30 14:39:48 -06:00 |
|
Dennis Heimbigner
|
4bf7e6f964
|
Merge remote-tracking branch 'Unidata/main'
|
2024-09-29 20:22:04 -06:00 |
|
Ward Fisher
|
0ad7164de0
|
Merge pull request #3030 from WardF/gh3029-unsafe-macro.wif
Add legacy macro option
|
2024-09-27 17:48:39 -05:00 |
|
Ward Fisher
|
b03d1373b9
|
Amend annoying whitespace.
|
2024-09-27 15:56:05 -06:00 |
|
Ward Fisher
|
28ff401f9f
|
Updated release notes.
|
2024-09-27 15:51:44 -06:00 |
|
Ward Fisher
|
dc0634c6e0
|
Toggle legacy macros to on, for now.
|
2024-09-27 14:22:59 -06:00 |
|
Ward Fisher
|
0f92d4c0f6
|
Clean up a couple of logic errors resulting in github action failures.
|
2024-09-26 16:52:05 -06:00 |
|
Ward Fisher
|
5f09bbf492
|
Ensure absolute paths in rpath for plugins.
|
2024-09-26 17:38:23 -05:00 |
|
Ward Fisher
|
a222922d7b
|
Add legacy macro option to cmake build system. Changed netcdf_plugin_install_dir to use /usr/local/hdf5/lib/plugin by default unless a 'prefix' is specified by the user, in which case it becomes prefix/hdf5/lib/plugin. This can still be overridden with the build flags appropriate to the build system.
|
2024-09-25 12:15:55 -05:00 |
|
Ward Fisher
|
de7992c0e0
|
Add option to enable legacy macros.
|
2024-09-25 11:34:10 -05:00 |
|
Ward Fisher
|
a7077c6e6e
|
Add configure option to enable potentially-problematic legacy macro _FillValue
|
2024-09-19 14:56:35 -05:00 |
|
Dennis Heimbigner
|
17ce360488
|
unpush
|
2024-09-14 09:17:54 -06:00 |
|
Dennis Heimbigner
|
70440ae8f0
|
Merge branch 'master' of https://github.com/DennisHeimbigner/netcdf-c
|
2024-09-13 18:49:53 -06:00 |
|
Dennis Heimbigner
|
6085237cf5
|
push
|
2024-09-13 18:42:50 -06:00 |
|
Ward Fisher
|
18626f47fb
|
Merge pull request #3023 from WardF/mpich-4.2.0-fix.wif
Added information re: mpich version 4.2.0 and related 'error' messages.
|
2024-09-12 20:16:49 +00:00 |
|
Ward Fisher
|
c3d46bb004
|
Added information re: mpich version 4.2.0 and related 'error' messages.
|
2024-09-12 13:13:04 -05:00 |
|
Ward Fisher
|
6f63ca64b2
|
Merge pull request #3018 from WardF/fixlibcurl.wif
Check for libcurl should only happen if DAP and/or ncZarr are enabled.
|
2024-09-11 21:57:32 +00:00 |
|
Ward Fisher
|
36297b0470
|
Clean up and reorganize a bit, add logic so that byterange support is disabled when the functionality it requires has been disabled.
|
2024-09-11 16:09:55 -05:00 |
|
Ward Fisher
|
735f5be2d1
|
Check for libcurl should only happen if DAP and/or ncZarr are enabled.
|
2024-09-11 14:14:18 -06:00 |
|
Ward Fisher
|
4753bb6c18
|
Merge pull request #3002 from edwardhartnett/ejh_0829
HDF5 testing for parallel I/O including zstd (when present)
|
2024-09-09 18:41:05 +02:00 |
|
Ward Fisher
|
d5c940c910
|
Merge pull request #3005 from edwardhartnett/ejh_0830
parallel zstd test which works for cmake and autotools
|
2024-09-06 13:28:25 -05:00 |
|
Ward Fisher
|
7549bb8b45
|
Merge branch 'main' into ejh_0830
|
2024-09-06 12:25:36 -05:00 |
|
Ward Fisher
|
ccce740bd3
|
Merge pull request #3014 from WardF/gh2990-http-vfd-plus-test.wif
H5FDunregister plus tests
|
2024-09-04 19:24:27 -05:00 |
|
Ward Fisher
|
e2e45f8ccb
|
Remove stray whitespace that was not being ignored by diff.
|
2024-09-04 18:17:46 -05:00 |
|
Ward Fisher
|
59e2b3a5f0
|
Ensure that the reference file for run_par_warn_test is copied to the build directory for cmake builds.
|
2024-09-04 17:58:09 -05:00 |
|
Ward Fisher
|
382ffb8a74
|
Merge branch 'ejh_test_warn' of https://github.com/edwardhartnett/netcdf-c into gh2990-http-vfd-plus-test.wif
|
2024-09-04 16:21:08 -06:00 |
|
Ward Fisher
|
a83f58ac05
|
Merge pull request #3011 from WardF/build_min_hdf5.wif
Bump minimum required version of hdf5 in CMakeLists.txt
|
2024-09-04 19:57:01 +02:00 |
|
Ward Fisher
|
6b1a755771
|
Integrating fix suggested by jhendersonHDF in support of https://github.com/Unidata/netcdf-c/issues/2990
|
2024-09-04 11:54:12 -06:00 |
|
Ward Fisher
|
60f9094241
|
Bump minimum required version of hdf5 in CMakeLists.txt
|
2024-09-04 11:11:46 -06:00 |
|
Edward Hartnett
|
023f8b9806
|
removed error message from ref file
|
2024-09-04 07:35:34 -06:00 |
|
Edward Hartnett
|
8b7a83b444
|
more testing of HDF5 error
|
2024-09-04 07:24:43 -06:00 |
|
Edward Hartnett
|
15c6606513
|
merged main
|
2024-09-04 05:26:32 -06:00 |
|
Ward Fisher
|
3d795fafbb
|
Merge pull request #2996 from edwardhartnett/ejh_t3
adding more zstd testing
|
2024-09-04 01:34:47 +02:00 |
|
Ward Fisher
|
24f8fb3daf
|
Merge pull request #3008 from edwardhartnett/ejh_conf
fixed some autoreconf warnings
|
2024-09-03 23:25:32 +02:00 |
|
Ward Fisher
|
d35b1b5100
|
Merge pull request #3009 from WardF/h5-min-ver.wif
Bump incorrect minimum HDF5 version to 1.8.15.
|
2024-09-03 20:55:42 +02:00 |
|
Ward Fisher
|
5d3218d66f
|
Bump incorrect minimum HDF5 version to 1.8.15.
|
2024-09-03 11:02:11 -06:00 |
|
Edward Hartnett
|
771b3a9081
|
adding test for HDF5 error message
|
2024-09-02 06:59:37 -06:00 |
|
Edward Hartnett
|
b7a5475802
|
adding test for HDF5 error message
|
2024-09-02 06:22:23 -06:00 |
|
Edward Hartnett
|
f0272a2264
|
adding test for HDF5 error message
|
2024-09-02 06:09:07 -06:00 |
|
Edward Hartnett
|
9e0ee2790c
|
adding test for HDF5 error message
|
2024-09-02 05:47:45 -06:00 |
|
Ed
|
9f8132ca51
|
fixed some autoreconf warnings
|
2024-08-30 12:58:43 -06:00 |
|
Ed
|
a6569e3af8
|
Merge branch 'main' into ejh_0829
|
2024-08-30 12:45:59 -06:00 |
|
Ed
|
de727730f9
|
Merge branch 'main' into ejh_t3
|
2024-08-30 12:45:21 -06:00 |
|
Ed
|
f027bcee30
|
fixing cmake build
|
2024-08-30 10:11:12 -06:00 |
|
Edward Hartnett
|
ab9747565e
|
parallel zstd test
|
2024-08-30 07:16:08 -06:00 |
|
Edward Hartnett
|
d2673eaddd
|
parallel zstd test
|
2024-08-30 05:59:49 -06:00 |
|