Skip to content

Commit

Permalink
Set lowest arch for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Jan 9, 2021
1 parent c5ce5e4 commit fe16ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/Dockerfile.manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cd /opt \
&& cd /opt/kaldi/tools \
&& git clone -b v0.3.13 --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 USE_LOCKING=1 USE_THREAD=0 all \
&& make -C OpenBLAS ONLY_CBLAS=1 DYNAMIC_ARCH=1 TARGET=CORE2 USE_LOCKING=1 USE_THREAD=0 all \
&& make -C OpenBLAS PREFIX=$(pwd)/OpenBLAS/install install \
&& mkdir -p clapack/BUILD && cd clapack/BUILD && cmake .. && make -j 10 && find . -name "*.a" | xargs cp -t ../../OpenBLAS/install/lib \
&& cd /opt/kaldi/tools \
Expand Down

0 comments on commit fe16ec7

Please sign in to comment.