Alexander Barth

Results 292 comments of Alexander Barth

With HDF5 1.12.2 from https://packages.msys2.org/package/mingw-w64-x86_64-hdf5, I don't see this error anymore. I guess we would be able to upgrade HDF5 to 1.12.2 once this is merged: https://github.com/conda-forge/hdf5-feedstock/pull/175

@visr thanks a lot for your work in updating HDF5 1.12.2. Too bad that we have now this libcurl issue, apparently only on MacOS). (I had a similar issue recently:...

For the record: I tried to compile a Linux binary for HDF5 within binary builder (first part of option 2). Unfortunately, it turned out more complicated than I thought (as...

I tried to compile a sample HDF5 program from https://github.com/HDFGroup/hdf5-examples within BinaryBuilder , but I got a segmentation fault. Here are my steps: From a BinaryBuilder session (with mingw64 target):...

If I also extract `libwinpthread-1.dll` from BinaryBuilder, the program ./h5ex_t_array.exe does no more return an error (but there is no screen output, unlike native compilation). A output file h5ex_t_array.h5 is...

Yes, I am confused too, HDF5/NetCDF binaries has been a never-ending stream of moments of confusion :-) The checksums of the HDF5 lib for native compilation in MSYS and BinaryBuilder...

> Shouldn't you be able to grab that package from msys2 and compile within msys2? Yes, I installed this library using the package manager of MSYS (pacman).

> We can specify a GCC version in BinaryBuilder. ~~I see gcc-6 and gcc-7 in the build image. Can we use a more recent version than gcc 7.5.0?~~ How can...

It seems that the users gets `libnetcdf.dll.a` while the NetCDF functions are in `libnetcdf-19.dll`. I am not sure about the difference between these files. ``` sandbox:${WORKSPACE}/srcdir/netcdf-c-4.8.1 # nm /workspace/destdir/lib/libnetcdf.dll.a |...

You are right. I should look at libnetcdf-19.dll in bin. Still for some reasons I get this error in my package: https://github.com/Alexander-Barth/NCDatasets.jl/runs/3870249033?check_suite_focus=true#step:7:85