DockYard / netcdf

Elixir NetCDF Bindings
MIT License
7 stars 4 forks source link

feat: update to netcdf 0.8.1 and add rustler precompiled #6

Closed polvalente closed 1 year ago

polvalente commented 1 year ago

This fixes some issues with running on aarch64 linux on Docker (via the update), but also adds the possibility for some OS/arch/nif version combinations to download a statically linked library, instead of having to install the whole of NetCDF and HDF5 separately.

Due to HDF5 linking issues and due to the lack of aarch64 runners on GH Actions, a Makefile and Dockerfile are provided so that we can generate the artifacts locally to be added to a given release afterwards.