Dennis Heimbigner
d325fbba5b
Replace PR 3046
2024-11-01 16:15:09 -06:00
Ward Fisher
1d0b6fd89d
Merge pull request #3046 from DennisHeimbigner/blosctest.dmh
...
Cleanup the blosc testing in nc_test4 and nczarr_test.
2024-10-29 11:55:55 -05:00
Dennis Heimbigner
7dda2c46b1
Update RELEASE notes
2024-10-28 22:02:15 -06:00
Dennis Heimbigner
73ce129194
Cleanup the blosc testing in nc_test4 and nczarr_test.
...
re: Issue https://github.com/Unidata/netcdf-c/issues/2868
There are three parameters (zero, one, and two) that are currently
used in testing, but should not be. Parameters zero and one
are ignored by the code and parameter two is the typesize
parameter that either takes on the value 0 or 4 (== sizeof(int)).
See nc_test4/tst_specific_filters.sh.
Unfortunately, these three parameters differ depending on the blosc library.
The solution is to force them to a specific value -- namely 0,0,0 --
in the test script.
2024-10-28 21:18:11 -06:00
Dennis Heimbigner
a747f5ea76
Merge remote-tracking branch 'Unidata/main'
2024-10-16 09:27:19 -06:00
Ward Fisher
c4c8e12c5c
Merge pull request #3040 from mannreis/cmake-zip
...
Fix failing building with custom libzip
2024-10-15 14:34:36 -06:00
Manuel Reis
2d052a27b4
Extend library filter library lookup to lib64/
2024-10-10 18:20:24 +02:00
Manuel Reis
1327ab6915
cmake - when building libnczarr, include zip.h if NETCDF_ENABLE_NCZARR_ZIP=ON
2024-10-10 14:30:29 +02:00
Dennis Heimbigner
83c890aec7
Merge remote-tracking branch 'Unidata/main'
2024-10-08 12:30:39 -06:00
Ward Fisher
95a6361cc6
Merge pull request #3037 from WardF/fix-nc-config.wif
...
Modify nc-config --libs and --static arguments
2024-10-01 17:57:29 -05:00
Ward Fisher
042c0b7cbd
Modify nc-config --libs and --static arguments in support of https://github.com/Unidata/netcdf-c/issues/3032
2024-10-01 16:54:38 -05:00
Ward Fisher
f33fb51e37
Merge pull request #3036 from WardF/fix-zstd-cmake.wif
...
If libZstd isn't found, turn off netcdf_enable_filter_zstd
2024-10-01 16:51:30 -05: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
870875d7c2
If libZstd isn't found, turn off netcdf_enable_filter_zstd
2024-09-30 16:22:06 -06: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
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