viorik / unsupgpu

cuda implementation of predictive sparse decomposition autoencoder
5 stars 7 forks source link

install issue on mac #3

Open graphific opened 9 years ago

graphific commented 9 years ago

The CMakeLists.txt file doesnt seem to work correctly for mac, as -Wl,-export-dynamic is not liked by osx. A simple solution I found was by using the CMake and rocks file from cutorch and modifying them. I can give you a PR if you'd like.

viorik commented 8 years ago

Hi @graphific, Sorry I overlooked this one. Please send the PR. Thanks!