HDFGroup / hdf4

Official HDF4 Library Repository
Other
14 stars 24 forks source link

Fix stack overflows on Windows w/ oneAPI and MinGW + MSYS2 #563

Closed derobins closed 6 months ago

derobins commented 6 months ago

Fixes #458 Fixes #479

derobins commented 6 months ago

This probably turns a stack problem into a heap problem, but it at least turns it into something we can work with more easily and allows tests to pass.