You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Lapack for iOS arm64 built with [fortran-ios](https://github.com/ColdGrub1384/fortran-ios).
4
4
5
-
Run `./build.sh` to build the framework. Then link `build/lapack.framework`and `build/ios_flang_runtime.framework` to your project.
5
+
Run `./build.sh` to build the framework. Then link `build/lapack.framework`, `build/ios_flang_runtime.framework`and `build/openblas.framework` to your project.
6
6
Docker is required to build the project.
7
7
8
8
Note: While building, the Fortran compiler will throw this error: `error: Invalid record`. But it builds successfully anyway.
0 commit comments