gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

added examples for cblas linker options #8

Closed dane-unltd closed 10 years ago

dane-unltd commented 10 years ago

I realized that I pushed my own LDFLAGS some time ago. I added examples for possible LDFLAGS and also added a line to the readme recommending OpenBLAS which as far as I know is the most performant open BLAS library. Maybe we could add a script which clones and builds OpenBLAS and then generates cblas.go with the correct LDFLAGS?

kortschak commented 10 years ago

I think either a script or at least some detailed instructions would be good. Do you want to put that together? I'll merge this now.