seung-lab / znn-release

Multi-core CPU implementation of deep learning for 2D and 3D sliding window convolutional networks (ConvNets).
GNU General Public License v3.0
94 stars 33 forks source link

Removed librt from command line flags for OSX in makefile. #79

Closed william-silversmith closed 8 years ago

william-silversmith commented 8 years ago

I was having trouble building some tests on OS X and noticed that lrt isn't used in OS X. In the makefile, the logic seems like it's trying to make sure it's only included on linux, so it seems like a typo to have it included by default.

I removed lrt and the code compiles now (though it still segfaults).