clMathLibraries / clBLAS

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

Compiled libraries for Mac #123

Closed wanderine closed 9 years ago

wanderine commented 9 years ago

It would be nice if you can provide compiled libraries for the Mac platform.

zachmayer commented 9 years ago

I'd be happy to submit a formula to homebrew if I could get a little help creating it. Homebrew already provides a formula for boost, and will take care of building and distributing binaries for you. It'd be really cool to be able to:

brew install boost
brew install clblas
zachmayer commented 9 years ago

For example, we can currently install openblas on a mac via:

brew tap homebrew/science
brew install openblas

A similar install for clblas would be awesome for mac users, and brew will take care of building and distributing the binaries for the different mac platforms.

tdsmith commented 9 years ago

A clblas formula exists in homebrew/science: https://github.com/Homebrew/homebrew-science/commits/master/clblas.rb

brew install homebrew/science/clblas

ddofer commented 8 years ago

It would be a good idea to put this in the README/instructions!

(I just spent a while digging through issues and files trying to figure out how to install/run/compile. This sidesteps all that)