Package Details: ccr 1.3.0-1

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
Submitter: bcb
Maintainer: bcb
Last Packager: bcb
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-10 18:30 (UTC)
Last Updated: 2022-08-10 18:30 (UTC)

Latest Comments

kkats commented on 2025-03-01 00:49 (UTC)

Also change _FillValue to NC_FillValue where necessary...

kkats commented on 2025-02-28 23:42 (UTC) (edited on 2025-03-01 00:12 (UTC) by kkats)

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