Edward Hartnett

Results 121 issues of Edward Hartnett

I am building zlib-ng on an ubuntu system like this: ``` ./configure --prefix=/usr/local/zlib-ng-2.0.5 --zlib-compat make sudo make install ``` The install fails like this: ``` (base) ed@mikado:~/Downloads/zlib-ng-2.0.5$ sudo make install...

information needed

Howdy! I'm the author of netcdf-4, and currently help maintain the C library. I just heard about this project and it looks really fun and interesting! From a brief read...

In hdf5file.c we have: ``` static int NC4_enddef(int ncid) { NC_FILE_INFO_T *nc4_info; NC_GRP_INFO_T *grp; int retval; int i; NC_VAR_INFO_T* var = NULL; LOG((1, "%s: ncid 0x%x", __func__, ncid)); /* Find...

Here's something that I've just learned about from the UFS team: > @edwardhartnett I'd have to run a new RRFS test with the latest code to get the chunksizes for...

``` 19/234 Test #234: nczarr_test_run_newformat .............***Failed 0.70 sec find: /Users/runner/work/netcdf-c/netcdf-c/build/plugins/save: No such file or directory ``` I got this failure while changing the release notes. So nothing that could have...

For hdf5-1.12.0 nczarr_tests always fails for me: ``` PASS: run_chunkcases.sh rm -f run_unknown.sh run_unknown.tmp echo "#!/bin/bash" > run_unknown.tmp echo "TESTNCZARR=1" >> run_unknown.tmp cat ../nc_test4/tst_unknown.sh >> run_unknown.tmp tr -d '\r' <...

priority/high

I am setting up testing for netcdf-fortran and trying to build some older versions of netcdf-c. When doing so I frequently get a failure with ncdump/test_rcmerge.sh. @DennisHeimbigner any idea what...

``` libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../oc2 -I../libnczarr -I/usr/include/libxml2 -I/usr/local/szip-2.1.1/include -I/usr/local/hdf5-1.12.2_szip/include -g -fno-strict-aliasing -MT ncxml_xml2.lo -MD -MP -MF .deps/ncxml_xml2.Tpo -c ncxml_xml2.c -fPIC -DPIC -o .libs/ncxml_xml2.o ncxml_xml2.c: In...

I notice this in the configure output: `./configure: line 5893: systeminfo: command not found ` In configure.ac I see: ``` # Get windows version info WINVER=`systeminfo | sed -e '/^OS...

I just tried to add a test for zstandard to the code. But it fails. It turns out that we are not building and installing the zstandard filter code itself....