aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
310 stars 85 forks source link

Add targets to CI #116

Closed magnusuMET closed 3 years ago

magnusuMET commented 4 years ago

Official release binaries are now available for all hdf5 versions, https://forum.hdfgroup.org/t/please-provide-stable-urls-for-official-binaries-without-auth/7378/8.

It would be nice to test this crate with all/some of the releases under https://support.hdfgroup.org/ftp/HDF5/releases/

aldanor commented 4 years ago

I know, I was the one to request them :) Yea, was planning to do it. I will also reply to the hdf forum to suggest a bit of renaming for the binaries.

magnusuMET commented 4 years ago

I am especially suspicious of how we handle the windows releases, as we have quite a lot of special casing for this platform

mulimoen commented 3 years ago

1.12.0 binaries are tested under windows, which is the most tricky platform (dll...). Any additional targets should be added to #109