Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
fix misspelling, and point at gonum/blas in install
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlawlor committed Feb 8, 2016
1 parent f6a42d9 commit 5efa702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ env:
matrix:
- BLAS_LIB=OpenBLAS
- BLAS_LIB=gonum
- BLAS_LIB=Accellerate
- BLAS_LIB=Accelerate
- BLAS_LIB=ATLAS

matrix:
exclude:
- os: linux
env: BLAS_LIB=Accellerate
env: BLAS_LIB=Accelerate
- os: linux
env: BLAS_LIB=ATLAS
- os: osx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export CGO_LDFLAGS="-framework Accelerate"
go get github.com/jonlawlor/blas
go get github.com/gonum/blas
pushd cgo
go install -v -x
popd

0 comments on commit 5efa702

Please sign in to comment.