gonum / hdf5

hdf5 is a wrapper for the HDF5 library
BSD 3-Clause "New" or "Revised" License
131 stars 33 forks source link

Adds support for aarch64 #70

Closed noj-richards closed 4 years ago

noj-richards commented 4 years ago

This change modifies hdf5 so that it compiles and links on aarch64 architectures.

kortschak commented 4 years ago

I have confirmed that this does what it says, be we need to have this tested on Travis as well. Can you please add an arch line to .travis.yml so that this happens (like here).

kortschak commented 4 years ago

Also, please send a PR to gonum/gonum adding yourself (/employer if relevant) to AUTHORS and CONTRIBUTORS with the commit message "A+C: add Jon Richards". We will merge that when this is merged.

noj-richards commented 4 years ago

Thanks. Both requests now complete.