dr2chase / bent

Benchmark and test getter + runner
BSD 3-Clause "New" or "Revised" License
28 stars 4 forks source link

bent: use gonum.org/v1 import paths #1

Closed sbinet closed 7 years ago

dr2chase commented 7 years ago

Why make this change, and does it get-and-build okay? Especially does it build okay on a Mac?

(I have yet to set up "continuous integration" on github because this is the very first pull request I've ever received, and I fear getting bent to run in their CI harness could be problematic, what with all the go-gets and expecting to find a Go source tree somewhere).

sbinet commented 7 years ago

the github.com/gonum/{lapack,blas,matrix} repos are deprecated. the gonum.org/v1/gonum import (that points back to the "new" mono-repo github.com/gonum/gonum) is where the fun happens now :) it surely builds (but I haven't access to a Mac)

dr2chase commented 7 years ago

All done, thanks!