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
appears to be sufficient on Linux. On OSX, setting AR to the ar provided in the
1445
+
"bin" path of the NDK (probably <code>llvm-ar</code>) is also necessary.</p>
1444
1446
<detailsclass="note">
1445
1447
<summary>Alternative build script for 3 architectures</summary>
1446
-
<p>This script will build OpenBLAS for 3 architecture (<code>ARMV7</code>, <code>ARMV8</code>, <code>X86</code>) and install them to <code>/opt/OpenBLAS/lib</code>.
1448
+
<p>This script will build OpenBLAS for 3 architecture (<code>ARMV7</code>, <code>ARMV8</code>,
1449
+
<code>X86</code>) and install them to <code>/opt/OpenBLAS/lib</code>. Of course you can also copy
1450
+
only the section that is of interest to you - also notice that the <code>AR=</code>
1451
+
line may need adapting to the name of the ar tool provided in your
1452
+
<code>$TOOLCHAIN/bin</code> - for example <code>llvm-ar</code> in some recent NDK versions.
1447
1453
It was tested on macOS with NDK version 21.3.6528147.</p>
0 commit comments