Skip to content

Commit

Permalink
explicitly specify 7z (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored and pluskid committed Apr 30, 2017
1 parent 7a530fa commit 06010b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ if !libmxnet_detected
run(`cmd /c copy "usr\\3rdparty\\openblas\\bin\\*.dll" "usr\\lib"`)

run(download_cmd(package_url, "mxnet.7z"))
run(`7z x mxnet.7z -y -ousr`)
exe7z = joinpath(JULIA_HOME, "7z.exe")
run(`$exe7z x mxnet.7z -y -ousr`)

return
end
Expand Down

0 comments on commit 06010b8

Please sign in to comment.