clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

added test for OSX detection to turn #99

Closed lzamparo closed 9 years ago

lzamparo commented 9 years ago

[C.f #92] changed the CMakeLists.txt file BUILD_TEST block to increase readability, fix broken build on OSX systems.

refactored CMakeLists.txt in BUILD_TEST block added test for OSX detection to turn off CORR_TEST_WITH_ACML

fyi: CMake generates a makefile which builds fine on my OSX machine.