1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-25 13:48:49 +08:00

Trying to fix cblas deps

This commit is contained in:
Stephen Whitworth 2014-05-17 23:05:57 +01:00
parent d6b04b8f86
commit 8015524c53

View File

@ -6,6 +6,5 @@ go:
- tip
install:
- sudo apt-get install libblas-dev
- gcc -lblas ...
- go get github.com/smartystreets/goconvey/convey
- go get -v ./...