From 06a761ecbd40804c7fa50efb8bd570ac6899c899 Mon Sep 17 00:00:00 2001 From: Nickolay Shmyrev Date: Sun, 15 May 2022 23:58:30 +0200 Subject: [PATCH] Bump openblas --- travis/Dockerfile.dockcross | 2 +- travis/Dockerfile.manylinux | 2 +- travis/Dockerfile.win | 2 +- travis/Dockerfile.win32 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/travis/Dockerfile.dockcross b/travis/Dockerfile.dockcross index 89965ab6..a78eb818 100644 --- a/travis/Dockerfile.dockcross +++ b/travis/Dockerfile.dockcross @@ -26,7 +26,7 @@ ARG ARM_HARDWARE_OPTS="-mfloat-abi=hard -mfpu=neon" RUN cd /opt \ && git clone -b vosk --single-branch https://github.com/alphacep/kaldi \ && cd kaldi/tools \ - && git clone -b v0.3.13 --single-branch https://github.com/xianyi/OpenBLAS \ + && git clone -b v0.3.20 --single-branch https://github.com/xianyi/OpenBLAS \ && git clone -b v3.2.1 --single-branch https://github.com/alphacep/clapack \ && make -C OpenBLAS ONLY_CBLAS=1 TARGET="${OPENBLAS_ARCH}" HOSTCC=gcc USE_LOCKING=1 USE_THREAD=0 all \ && make -C OpenBLAS PREFIX=$(pwd)/OpenBLAS/install install \ diff --git a/travis/Dockerfile.manylinux b/travis/Dockerfile.manylinux index a6e5209a..42ca249c 100644 --- a/travis/Dockerfile.manylinux +++ b/travis/Dockerfile.manylinux @@ -14,7 +14,7 @@ RUN yum -y update && yum -y install \ RUN cd /opt \ && git clone -b vosk --single-branch https://github.com/alphacep/kaldi \ && cd /opt/kaldi/tools \ - && git clone -b v0.3.13 --single-branch https://github.com/xianyi/OpenBLAS \ + && git clone -b v0.3.20 --single-branch https://github.com/xianyi/OpenBLAS \ && git clone -b v3.2.1 --single-branch https://github.com/alphacep/clapack \ && make -C OpenBLAS ONLY_CBLAS=1 DYNAMIC_ARCH=1 TARGET=NEHALEM USE_LOCKING=1 USE_THREAD=0 all \ && make -C OpenBLAS PREFIX=$(pwd)/OpenBLAS/install install \ diff --git a/travis/Dockerfile.win b/travis/Dockerfile.win index 4f00bfcc..eec9a267 100644 --- a/travis/Dockerfile.win +++ b/travis/Dockerfile.win @@ -39,7 +39,7 @@ RUN mkdir /opt/kaldi \ && make install RUN cd /opt/kaldi \ - && git clone -b v0.3.13 --single-branch https://github.com/xianyi/OpenBLAS \ + && git clone -b v0.3.20 --single-branch https://github.com/xianyi/OpenBLAS \ && cd OpenBLAS \ && make HOSTCC=gcc BINARY=64 CC=x86_64-w64-mingw32-gcc ONLY_CBLAS=1 DYNAMIC_ARCH=1 TARGET=NEHALEM USE_LOCKING=1 USE_THREAD=0 -j $(nproc) \ && make PREFIX=/opt/kaldi/local install diff --git a/travis/Dockerfile.win32 b/travis/Dockerfile.win32 index 5a478e52..5d3fac63 100644 --- a/travis/Dockerfile.win32 +++ b/travis/Dockerfile.win32 @@ -38,7 +38,7 @@ RUN mkdir /opt/kaldi \ && make install RUN cd /opt/kaldi \ - && git clone -b v0.3.13 --single-branch https://github.com/xianyi/OpenBLAS \ + && git clone -b v0.3.20 --single-branch https://github.com/xianyi/OpenBLAS \ && cd OpenBLAS \ && make HOSTCC=gcc BINARY=32 CC=i686-w64-mingw32-gcc ONLY_CBLAS=1 DYNAMIC_ARCH=1 TARGET=NEHALEM USE_LOCKING=1 USE_THREAD=0 -j $(nproc) \ && make PREFIX=/opt/kaldi/local install