issues
search
google-deepmind
/
torch-hdf5
Torch interface to HDF5 library
Other
237
stars
126
forks
source link
Fix some homebrew and osx related errors
#108
Closed
iskra-vitaly
closed
5 years ago
iskra-vitaly
commented
5 years ago
Fixed these 2 issues:
loadHDF5Header exception when HDF5_INCLUDE_PATH has more than 1 directory (included /usr/local/opt/szip/include my case)
"gcc -E" from OSX does not remove '_Nullable' annotation by default – that causes ffi.cdef to throw an exception.
Fixed these 2 issues: