Allen Byrne
Allen Byrne
Was this the develop branch? Looks like the checks were reverted about 5 weeks ago.
#1410 also is related and I will document the CMake process there and then create a cross-compile document in the release_docs folder.
The next step is to set those try-run values in the your preset H5Tinit.c file. I think H5Tinit.c is created by the above. See src/CMakeLists.txt about line 1035. HDF5_USE_PREGEN needs...
Our latest develop has no errors compiling with mingw64 on an ubuntu 22.04 system. We do have an issue (not with try/run configuration) compiling with aarch64 on an ubuntu 22.04...
Is your mingw64 on a windows machine? I haven't got one of those workers available.
Maybe what is needed is some more preset values in Configure for mingw on windows environments? There is a section at the top that presets known values for windows platforms...
long double has always been trouble in cygwin, mingw on windows and such. dtarith test usually fails on those as well. I think it has to do with compiler tricks....
ConversionTests.c file is an interesting read.
Yes that is basically the process. However, we have a mingw64.cmake toolchain file in the config/toolchain folder - have you used that?
Eliminating tryrun has been discussed and is preferred. It is the details in doing it for all the platforms where hdf is used. I think that is where using the...