netlib

18 views
Skip to first unread message

Mohamed Zakaria Miloudi

unread,
Mar 21, 2023, 5:59:18 AM3/21/23
to gonum-dev
i've been trying to use netlib for the complex matrices subroutines but i cannot get it to install right i've been getting alot of errors and this is the one that keeps repeating

CGO_LDFLAGS="-L/home/git-repos/libs/openblas -lopenblas" go install  gonum.org/v1/netlib/lapack/netlib
# gonum.org/v1/netlib/lapack/netlib
../../../go/pkg/mod/gonum.org/v1/net...@v0.0.0-20220323200511-14de99971b2d/lapack/netlib/lapack.go:19:24: cannot use Implementation{} (value of type Implementation) as lapack.Float64 value in variable declaration: Implementation does not implement lapack.Float64 (missing method Dlapmr)

i don't know if i didn't follow the right steps or this is a real issue any help would be appreciated

Dan Kortschak

unread,
Mar 21, 2023, 6:23:32 AM3/21/23
to Mohamed Zakaria Miloudi, gonum-dev
The netlib lapack implementation is lagging somewhat. The go.mod file
requires gonum.org/v1/gonum v0.8.1-0.20200930085651-eea0b5cb5cc9, but
that method was added to the gonum/lapack.Float64 interface immediately
after v0.11.0. If you hold gonum at v0.11.0, it should build. Please
file an issue to add the implementation to the netlib repo.

Dan

Reply all
Reply to author
Forward
0 new messages