Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Fix for Makefile on OS X #52

Open
pluskid opened this issue Oct 6, 2015 · 2 comments
Open

Fix for Makefile on OS X #52

pluskid opened this issue Oct 6, 2015 · 2 comments

Comments

@pluskid
Copy link
Member

pluskid commented Oct 6, 2015

On my OS X, the shared libraries of CUDA are placed in CUDA_HOME/lib instead of CUDA_HOME/lib64. Please change the following line from

MSHADOW_LDFLAGS += -L$(USE_CUDA_PATH)/lib64

to

MSHADOW_LDFLAGS += -L$(USE_CUDA_PATH)/lib64 -L$(USE_CUDA_PATH)/lib
@tqchen
Copy link
Member

tqchen commented Oct 6, 2015

Done

yajiedesign pushed a commit to yajiedesign/mshadow that referenced this issue Oct 6, 2015
[CONCURRENCY] change notify all to notify one
@szha
Copy link
Member

szha commented Aug 4, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants