Toshiki Teramura
Toshiki Teramura
This is mainly due to the OpenBLAS does not compile most of LAPACK functions except for rewritten by OpenBLAS project if Fortran compiler not found.
> ld: warning: object file (../libopenblas_neoversen2p-r0.3.20.a(lapacke_make_complex_double.o)) was built for newer macOS version (11.0) than being linked (10.8) Looks an issue for macOS with ARM64.
Similar comment exists on OpenBLAS repo https://github.com/xianyi/OpenBLAS/issues/3032#issuecomment-743808777
I am working for OpenBLAS 0.3.21 https://github.com/blas-lapack-rs/openblas-src/pull/92, it has been merged to master, but readying to publish. Could you test the master branch using ```toml [dependencies] openblas-src = { git...
Thanks link! > the way to proceed is to fetch the compiled utilized from OpenBLAS’s log files or something and then link to the right libraries in the build script....
Ok, I will create it. Thanks!
> is this still relevant? Thanks for notification. [The above link](https://github.com/termoshtt/openblas-src/pull/1/files) is out-of-date completely. But Intel compiler support is still a valid issue. - Since the OpenBLAS build system must...
> I am wondering whether gfortran can be linked statically by gcc. This is possible if `libgfortran.a` exists on your system. `gfortran` has a command line flag `-static-libgfortran`, but it...
> I have both static and dynamic libraries installed on my system. However rustc link dynamically gfortran and quadmath. This behavior should be fixed. I'll look into it.
We can test M1 macOS on CI #112 and I have MacBook. It's time to resolve this issue.