The build failures described in #162 were most likely due to TLS destructors behaving poorly with dynamic loading. We work around this by leaving the library unloaded, which should not have any bad effects when used in the build script. h5_dontatexit did not have any effect on this bug.
The build failures described in #162 were most likely due to TLS destructors behaving poorly with dynamic loading. We work around this by leaving the library unloaded, which should not have any bad effects when used in the build script.
h5_dontatexit
did not have any effect on this bug.Fixes #162