Commit Graph

8834 Commits

Author SHA1 Message Date
Edward Hartnett
db9b097da9 change to trigger CI 2022-06-01 12:15:12 +03:00
Edward Hartnett
b6c105fc12 fixed documentation warnings in filters.md 2022-06-01 07:24:06 +03:00
Ward Fisher
bef049d311
Merge pull request #2370 from WardF/install_dmh.wif
#2348
2022-05-31 16:42:30 -06:00
Ward Fisher
981235796e Turned off plugin directory during CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/wfisher/Desktop/gitprojects/netcdf-c/missing' aclocal-1.16 -I m4 in support of https://github.com/Unidata/netcdf-c/pull/2348#issuecomment-1142649052 2022-05-31 15:50:37 -06:00
Ward Fisher
4ef91fd13d Merge branch 'install.dmh' of https://github.com/DennisHeimbigner/netcdf-c into install_dmh.wif 2022-05-31 14:54:14 -06:00
Edward Hartnett
31c7b7a6ac more detail on which algorithm to choose 2022-05-31 09:09:25 +03:00
Edward Hartnett
983c74747e fixing issues with dimlens of unlitmited dims in complex situations 2022-05-29 15:22:10 +03:00
Edward Hartnett
2b599eac36 fixed more doxygen warnings 2022-05-29 08:43:56 +03:00
Edward Hartnett
c5ad809e0d fixed some doxygen warnings 2022-05-28 19:12:52 +03:00
Edward Hartnett
21f44a29d4 fixed some doxygen warnings 2022-05-28 19:11:37 +03:00
Edward Hartnett
edf28a4335 fixed some doxygen warnings 2022-05-28 18:54:08 +03:00
Edward Hartnett
aba1f76f72 adding quantize documentation 2022-05-28 13:48:16 +03:00
Dennis Heimbigner
bbe0b212a5 Fix internal bz2 problems 2022-05-27 15:45:34 -06:00
Dennis Heimbigner
89f7b64442 Merge branch 'master' into install.dmh 2022-05-27 15:40:26 -06:00
Dennis Heimbigner
84247115d5 Merge remote-tracking branch 'Unidata/main' 2022-05-27 15:15:10 -06:00
Ward Fisher
6a935c6812
Merge pull request #2304 from Alexander-Barth/main
Include getopt.h if HAVE_GETOPT_H is defined
2022-05-27 09:08:48 -06:00
Ward Fisher
6d00a7ee9f Merge branch 'install.dmh' of https://github.com/DennisHeimbigner/netcdf-c into tmp 2022-05-26 15:48:02 -06:00
Ward Fisher
8b9d7e8546
Merge pull request #2360 from paulharris/bugfix-curl-hdf5-libs
Fix libraries for CURL and HDF5
2022-05-26 13:28:28 -06:00
Paul Harris
9f53e328f4 Fix libraries for CURL and HDF5
CURL_LIBRARY should have always been CURL_LIBRARIES

And always include HDF5_LIBRARIES in case HDF5_C_LIBRARIES is not
available.

There are plenty of other changes that could be made to upgrade to the
newer cmake ... such as linking to CURL::libcurl and HDF5::HDF5 instead.
2022-05-26 08:36:09 +08:00
Dennis Heimbigner
d7e57d261a Update to default --with-plugin-dir to yes 2022-05-24 20:05:19 -06:00
Dennis Heimbigner
cad946cde4 merged 2022-05-24 19:59:36 -06:00
Dennis Heimbigner
d16a894458 conflicts 2022-05-24 14:40:54 -06:00
Ward Fisher
d8959f170b
Merge branch 'main' into install.dmh 2022-05-24 14:35:33 -06:00
Dennis Heimbigner
41de756eb5 Merge remote-tracking branch 'Unidata/main' 2022-05-24 14:34:23 -06:00
Ward Fisher
be0cbfdbbe
Merge pull request #2327 from edwardhartnett/ejh_cmake_par
added tst_parallel6 to CMake parallel build
2022-05-24 14:28:29 -06:00
Ward Fisher
9edce5c884
Merge pull request #2356 from WardF/gh2343.wif
#2343 with updated Github Actions
2022-05-24 11:34:00 -06:00
Ward Fisher
c59f626219 Add missing file to EXTRA_DIST 2022-05-24 10:56:25 -06:00
Ward Fisher
7997a84686 Merge branch 'distcheck.dmh' of https://github.com/DennisHeimbigner/netcdf-c into gh2343.wif 2022-05-24 10:38:17 -06:00
Dennis Heimbigner
7bf06df1c3 rebuild 2022-05-22 16:40:55 -06:00
Dennis Heimbigner
aaa7be64d7 Update docs again 2022-05-22 16:16:41 -06:00
Dennis Heimbigner
aa7d9524e0 Update documentation 2022-05-20 14:08:53 -06:00
Dennis Heimbigner
8037b45f71 typo 2022-05-19 22:43:08 -06:00
Dennis Heimbigner
487df99c08 debug 2022-05-19 22:34:21 -06:00
Dennis Heimbigner
6ae3289701 I made a major update to this PR with the following changes:
## Overwriting
I think I solved the file overwrite problem by doing light name
mangling of the shared library names. With this change the probabilty
is very small that installing our filter wrappers in a directory will
overwrite code produced by others.

## Default Install Location
I have setup the --with-plugin-dir option default to install in
the following locations in order of preference

1. If HDF5_PLUGIN_PATH is defined (at build time remember), then the last directory in that path will be where the filter wrapper shared libraries will be installed.
2. Otherwise the default is "/usr/local/hdf5/lib/plugin" (on *nix*) or "%ALLUSERSPROFILE%\\hdf5\\lib\\plugin" for Windows or Mingw.

Currently, --with-plugin-dir is disabled by default.
I should note that even if I enable it by default, installing
netcdf-c will still not run "out of the box" because the hypothetical
naive user will not know which compressor libraries need to be
pre-installed before netcdf is installed. Nor will that user have any
way to find out what needs to be installed.
2022-05-19 22:00:40 -06:00
Dennis Heimbigner
9e18d791df Merge branch 'master' into install.dmh 2022-05-19 21:39:23 -06:00
Dennis Heimbigner
3ea5d3bfb6 Merge remote-tracking branch 'Unidata/main' 2022-05-19 15:37:35 -06:00
Ward Fisher
1e637c677d
Merge pull request #2352 from WardF/macos_gh2349.wif
Removed precision fiddling on OSX
2022-05-19 13:44:34 -06:00
Ward Fisher
defa153370 Removed precision fiddling with OSX to correct issues that resulted in remote testing. Also integrated the one-line change from https://github.com/Unidata/netcdf-c/pull/2347, which is proving problematic (for some reason). 2022-05-19 12:28:43 -06:00
Dennis Heimbigner
9925b2074f Merge remote-tracking branch 'Unidata/main' 2022-05-18 12:43:28 -06:00
Ward Fisher
8c6ab4bf0c
Merge pull request #2339 from catenacyber/leak
fix memory leak in genc_netcdf
2022-05-17 16:46:03 -06:00
Ward Fisher
0586b64521
Merge pull request #2335 from edwardhartnett/ejh_szip_constants
fixed missing szip constants in netcdf.h
2022-05-17 16:45:47 -06:00
Ward Fisher
1ce7e79ce1
Merge pull request #2321 from edwardhartnett/ejh_nc_config_cleanup
added some entries to nc-config
2022-05-17 16:45:08 -06:00
Ward Fisher
326bdc4934
Merge pull request #2305 from Alexander-Barth/isnan-mingw32
use isnan instead of _fpclass on non-MSVC compilers
2022-05-17 16:44:41 -06:00
Dennis Heimbigner
e05f5c36a8 Merge master 2022-05-17 15:11:31 -06:00
Dennis Heimbigner
29717c88b7 Merge remote-tracking branch 'Unidata/main' 2022-05-17 13:58:48 -06:00
Ward Fisher
c9727c2a65
Merge branch 'main' into distcheck.dmh 2022-05-17 13:26:58 -06:00
Ward Fisher
6e8e1c3ece
Merge pull request #2278 from DennisHeimbigner/jsonconvention.dmh
Allow the read/write of JSON-valued Zarr attributes.
2022-05-17 13:25:21 -06:00
Ward Fisher
771b959cad
Merge branch 'main' into jsonconvention.dmh 2022-05-17 13:24:53 -06:00
Ward Fisher
1e19d4d64d
Merge pull request #2257 from DennisHeimbigner/alwaysxarray.dmh
Turn on the xarray convention for NCZarr format
2022-05-17 13:23:50 -06:00
Ward Fisher
375e5adfe4
Merge branch 'main' into alwaysxarray.dmh 2022-05-17 13:23:19 -06:00