We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e863a commit 9d86ed1Copy full SHA for 9d86ed1
build.sh
@@ -19,7 +19,7 @@ make lib
19
mkdir -p ../build
20
yes | cp -rf *.a ../build
21
yes | cp -rf ../lapack.framework ../build
22
-xcrun -sdk iphoneos clang -arch arm64 ../build/*.a -shared -o ../build/lapack.framework/lapack
+xcrun -sdk iphoneos clang -arch arm64 ../build/*.a -all_load -shared -F../build -framework ios_flang_runtime -framework Accelerate -o ../build/lapack.framework/lapack
23
yes | cp -rf ../fortran-ios/share/ios_flang_runtime.framework ../build/
24
25
docker stop flang
0 commit comments