hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
866 stars 200 forks source link

deepcl_unittests fails #97

Open darksid3r opened 8 years ago

darksid3r commented 8 years ago

deep_cl compiled with no issues. However, when running deepcl_unittests it fails: [----------] 1 test from testjpeghelper [ RUN ] testjpeghelper.writeread Wrong JPEG library version: library is 80, caller expects 62 I have removed all possible conflicting libraries. Libjpeg is up to date. I have also tried reinstalling it (using brew). This is what I have (all installed by brew) /usr//local/Cellar/jpeg/8d/lib/libjpeg.8.dylib /usr//local/Cellar/jpeg/8d/lib/libjpeg.dylib /usr//local/lib/libjpeg.8.dylib /usr//local/lib/libjpeg.dylib

Any suggestions would be greatly appreciated.

hughperkins commented 8 years ago

Do you have some way of installing jpeg6.2?

darksid3r commented 8 years ago

It seems like brew doesn't contain this version anymore (checked using 'brew search libjpeg'). I might be missing something. Any ideas? ...also, I wonder why there are no issues during compilation of DeepCL with libjpeg ver 8? Thanks!