dmlc / MXNet.jl

MXNet Julia Package - flexible and efficient deep learning in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

julia 0.5.0: build error: "No rule to make target `src/kvstore/./kvstore_device.h'"

emrebarut opened this issue · comments

I'm having issues updating to the latest MXNet package. I'm using Mac OS 10.10.5 and Julia 0.5.0.

When I try the automatic or the manual installation, the build stops with the error:

make: *** No rule to make target `src/kvstore/./kvstore_device.h', needed by `build/src/kvstore/kvstore.o'.  Stop.
================================[ ERROR: MXNet ]================================

LoadError: failed process: Process(`make -j1 USE_BLAS=openblas 'MSHADOW_LDFLAGS=-lm /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/libopenblas64_.dylib'`, ProcessExited(2)) [2]
while loading /Users/abarut/.julia/v0.5/MXNet/deps/build.jl, in expression starting on line 27

================================================================================

Fixed by removing the package, deleting the folder and using the latest version (Pkg.clone(...)).