clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 61 forks source link

Add support for GNU Hurd and kFreeBSD. #201

Closed ghisvail closed 7 years ago

ghisvail commented 7 years ago

Both GNU Hurd and kFreeBSD can load shared libraries with dlopen but they are not covered by the __linux__ macro because they are different kernels. This PR enables building clSPARSE for these alternative kernels.

ghisvail commented 7 years ago

You can verify the success of the patch for builds on kfreebsd and hurd.