dmlc/mshadow

--start-group not supported by macOS

lightingghost opened this issue · 2 comments

When I want to build mshadow with intel mkl, the error shows that the --start-group is not supported by macOS. Is it possible to manually resolve the linker options?

Update:
The corresponding linker options for macOS should be
-L${MKLROOT}/lib -Wl,-rpath,${MKLROOT}/lib -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl -liomp5
This successfully built in my case.

szha commented

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.