File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ char hasopenmp=0;
3131#endif
3232#elif defined(_WIN32 )
3333#if defined(_WIN64 )
34- #define LIBCBLASNAME "libopenblas.dll"
35- #elif defined(__aarch64__ )|| defined(_M_ARM64 )
34+ #if defined(__aarch64__ )|| defined(_M_ARM64 )
3635#define LIBCBLASNAME "libopenblas_arm64.dll"
3736#else
37+ #define LIBCBLASNAME "libopenblas.dll"
38+ #endif
39+ #else
3840#define LIBCBLASNAME "libopenblas_32.dll"
3941#endif
4042#elif defined(ANDROID ) || defined(__OpenBSD__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo apt-get update -y
44sudo apt-get upgrade -y
55sudo apt-get install -y build-essential gcc-multilib g++-multilib libc6-dev libc6-dev-i386-cross g++-mingw-w64-x86-64 g++-mingw-w64-i686 autoconf automake libtool gdb gdb-multiarch
66sudo apt-get install -y nasm libomp5-14 libopenblas0-pthread
7- sudo apt-get install -y libopenblas0-pthread :i386
7+ sudo apt-get install -y libopenblas-base :i386
88echo " fr_FR.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
99sudo locale-gen
1010clang --version
You can’t perform that action at this time.
0 commit comments