gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

Exclude OpenBLAS on osx from the build matrix #165

Closed jonlawlor closed 8 years ago

jonlawlor commented 8 years ago

It takes more than 10m to make openblas, and the travis builds are automatically terminated if they take too long without returning any input. Maybe the homebrew installation script does too much, maybe it should be verbose, or maybe the travis servers are slow right now, but in any case I don't want to show the build as erroring when it just timed out in a semi-redundant environment.

jonlawlor commented 8 years ago

PTAL @btracey @vladimir-ch

Inconsistent build results = bad

jonlawlor commented 8 years ago

ping @btracey @vladimir-ch

btracey commented 8 years ago

lgtm