This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b2805c  Updated OpenBLAS release tag for armv6 build (#10441)
1b2805c is described below

commit 1b2805c1f01beafca4dcd80757b25e80b8a93fde
Author: Anton Chernov <mecher...@gmail.com>
AuthorDate: Sun Apr 8 03:03:35 2018 +0200

    Updated OpenBLAS release tag for armv6 build (#10441)
---
 ci/docker/Dockerfile.build.armv6 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/ci/docker/Dockerfile.build.armv6 b/ci/docker/Dockerfile.build.armv6
index 4718462..47259ce 100755
--- a/ci/docker/Dockerfile.build.armv6
+++ b/ci/docker/Dockerfile.build.armv6
@@ -21,17 +21,15 @@
 FROM dockcross/linux-armv6
 
 ENV ARCH armv6l
-ENV CC /usr/bin/arm-linux-gnueabihf-gcc
-ENV CXX /usr/bin/arm-linux-gnueabihf-g++
-ENV FC /usr/bin/arm-linux-gnueabihf-gfortran
+ENV FC=/usr/bin/${CROSS_TRIPLE}-gfortran
 ENV HOSTCC gcc
 ENV TARGET ARMV6
 
 WORKDIR /work/deps
 
 # Build OpenBLAS
-ADD https://api.github.com/repos/xianyi/OpenBLAS/git/refs/tags/v0.2.9 
openblas_version.json
-RUN git clone --recursive -b v0.2.9 https://github.com/xianyi/OpenBLAS.git && \
+ADD https://api.github.com/repos/xianyi/OpenBLAS/git/refs/tags/v0.2.20 
openblas_version.json
+RUN git clone --recursive -b v0.2.20 https://github.com/xianyi/OpenBLAS.git && 
\
     cd OpenBLAS && \
     make -j$(nproc) && \
     make PREFIX=$CROSS_ROOT install

-- 
To stop receiving notification emails like this one, please contact
marcoab...@apache.org.

Reply via email to