openblas-src icon indicating copy to clipboard operation
openblas-src copied to clipboard

CI for cross-compilation

Open termoshtt opened this issue 1 year ago • 0 comments

Why

This crate supports cross-compilation, e.g. we can compile OpenBLAS for ARM system like RasPi on x86_64 desktop machine. But I broke this feature as reported in #101 and fixed by #102 and #108. This feature should be kept automatically by CI.

How to test?

https://github.com/cross-rs/cross would help us to test this feature.

termoshtt avatar Feb 03 '24 08:02 termoshtt