mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
Trying to fix cblas deps
This commit is contained in:
parent
6cc6900da7
commit
d6b04b8f86
@ -5,5 +5,7 @@ go:
|
||||
- release
|
||||
- tip
|
||||
install:
|
||||
- sudo apt-get install libblas-dev
|
||||
- gcc -lblas ...
|
||||
- go get github.com/smartystreets/goconvey/convey
|
||||
- go get -v ./...
|
@ -1,10 +1,9 @@
|
||||
package optimisation
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/blas/cblas"
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user