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

Commit

Permalink
Create install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlawlor committed Feb 6, 2016
1 parent 24ee1ad commit 33e20fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis/osx/OpenBLAS/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
homebrew/science/openblas
export CGO_LDFLAGS="-L/usr/lib -lopenblas"
go get github.com/gonum/blas
pushd cgo
go install -v -x
popd

0 comments on commit 33e20fc

Please sign in to comment.