Skip to content

lapack/netlib/lapack.go: Missing implementation of method Dlampr #91

Closed
@zackmld

Description

@zackmld

When trying to install the netlib package i get this error : # gonum.org/v1/netlib/lapack/netlib
../../../go/pkg/mod/gonum.org/v1/netlib@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)
-the error seems to come from the gonum version required by netlib (v0.8.1-0.20200930085651-eea0b5cb5cc9) since the method Dlampr was added after v 0.11.0 , so it's fixed by holding the gonum to v0.11.0 or above

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions