1
0
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:
Stephen Whitworth 2014-05-17 23:03:59 +01:00
parent 6cc6900da7
commit d6b04b8f86
2 changed files with 3 additions and 2 deletions

View File

@ -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 ./...

View File

@ -1,10 +1,9 @@
package optimisation
import (
"testing"
"github.com/gonum/blas/cblas"
"github.com/gonum/matrix/mat64"
"testing"
)
func init() {