Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Sep 7, 2016
1 parent 1ff0975 commit 37e715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37e715a

Please sign in to comment.