Note that there is currently no need to build CCR as all filters have been integrated into netcdf-c: https://github.com/Unidata/netcdf-c/issues/3121
More compression filters may be developed within CCR in the future.
Git Clone URL: | https://aur.archlinux.org/ccr.git (read-only, click to copy) |
---|---|
Package Base: | ccr |
Description: | Community codec repository: compression (and other) filters for netCDF/HDF5 |
Upstream URL: | https://ccr.github.io/ccr/ |
Licenses: | BSD-3-Clause |
Submitter: | bcb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-10 18:30 (UTC) |
Last Updated: | 2025-08-05 08:20 (UTC) |
Note that there is currently no need to build CCR as all filters have been integrated into netcdf-c: https://github.com/Unidata/netcdf-c/issues/3121
More compression filters may be developed within CCR in the future.
Also change _FillValue
to NC_FillValue
where necessary...
NC_HAS_NC4 no longer exists in netcdf_meta.h as of Mar 2024. Need to tweak configure e.g.
--- ccr-1.3.0/configure 2021-12-21 23:47:29.000000000 +0900
+++ ccr-1.3.0.patched/configure 2025-03-01 09:05:32.867574464 +0900
@@ -20363,7 +20363,7 @@
int
main ()
{
-#if !NC_HAS_NC4
+#if !NC_HAS_HDF5
# error
#endif
Pinned Comments
bcb commented on 2025-08-05 08:20 (UTC)
Note that there is currently no need to build CCR as all filters have been integrated into netcdf-c: https://github.com/Unidata/netcdf-c/issues/3121
More compression filters may be developed within CCR in the future.