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 8, 2016
1 parent 9798c97 commit eb4a3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if !libmxnet_detected
end

if blas_vendor == :unknown
info("Julia is build with an unkown blas library ($blas_path).")
info("Julia is built with an unkown blas library ($blas_path).")
info("Attempting build without reusing the blas library")
USE_JULIA_BLAS = false
elseif !(blas_vendor in (:openblas, :openblas64))
Expand Down Expand Up @@ -100,7 +100,7 @@ if !libmxnet_detected
else
`make -j$(nprocs())`
end
`rm $_libdir/libmxnet.so`
`rm -f $_libdir/libmxnet.so`
end
FileRule(joinpath(_libdir, "libmxnet.so"), @build_steps begin
`cp $_mxdir/lib/libmxnet.so $_libdir/`
Expand Down

0 comments on commit eb4a3fd

Please sign in to comment.