mshadow icon indicating copy to clipboard operation
mshadow copied to clipboard

--start-group not supported by macOS

Open lightingghost opened this issue 7 years ago • 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?

lightingghost avatar Dec 07 '17 06:12 lightingghost

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.

lightingghost avatar Dec 07 '17 07:12 lightingghost

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.

szha avatar Aug 04 '19 00:08 szha