Merge pull request #274 from tomkooij/hdf5_thread_safe
MRG: Build HDF5 with thread safety enabled Build HDF5 with --enable-thread-safe flag. This was brought to my attention by @ZanSara over at pytables/pytables#776 It seems a good idea to enable thread safety for the HDF5 library. This makes a lot of sense, as the conda-forge [hdf5 package is also build](https://github.com/conda-forge/hdf5-feedstock/blob/master/recipe/build.sh) with this flag.
Showing
Please register or sign in to comment