Closed xiajohnnyxia closed 7 years ago
This package is deprecated in favour of the equivalents in gonum/gonum. Are you able to reproduce the problem using that package.
Hint though, you need to do something like this CCGO_LDFLAGS="-L/usr/local -lopenblas" go test
, but why are you wanting the cblas implementation? (take this discussion to gonum/gonum).
Oh ,sorry it's my bad.I'm a newbie of blas's user.Thank you for your help.It's work.
When I gone to run the test '/src/github.com/gonum/blas/cgo/level*double_test.go',I get all the same errors as follow:
I have installed the openBLAS.What's wrong with it?