Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 553 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 553 Bytes

lapack-ios

Lapack for iOS arm64 built with fortran-ios.

Run ./build.sh to build the framework. Then link build/lapack.framework, build/ios_flang_runtime.framework and build/openblas.framework to your project. Docker is required to build the project.

Note: While building, the Fortran compiler will throw this error: error: Invalid record. But it builds successfully anyway.

Download the pre-built binaries