From 37e715ab14bd0a3a919277843bd8e8d33d4bb9f5 Mon Sep 17 00:00:00 2001 From: Chiyuan Zhang Date: Wed, 7 Sep 2016 14:12:49 -0400 Subject: [PATCH] fix build script --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 66b08165cfa4..b65c3d89632b 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -45,7 +45,7 @@ if !libmxnet_detected if blas_vendor == :unknown error("Julia is build with an unkown blas library ($blas_path).\n Automatic building of libmxnet is not yet supported.") - elseif blas_vendor != :openblas64 || blas_vendor != :openblas + elseif blas_vendor != :openblas64 && blas_vendor != :openblas warn("Unsure if we can build against $blas_vendor.") end