gonum / blas

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

unable to install cgo as /usr/bin/ld cannpt find -openblas #206

Closed aspk closed 5 years ago

aspk commented 7 years ago

`CGO_LDFLAGS="-L/home/OpenBlas/lib -lopenblas" go install github.com/gonum/blas/cgo

output

github.com/gonum/blas/cgo

/usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status`

OS : Ubuntu 16.04

Konstantin8105 commented 7 years ago

Please clarify - Are you install OpenBlas in according to https://github.com/gonum/blas/blob/master/README.md .

vladimir-ch commented 5 years ago

Closing because this repository is no longer maintained. Development has moved to https://github.com/gonum/gonum.