Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): replace dependencies on unstable gonum.org website #5520

Closed
wants to merge 1 commit into from

Conversation

sranka
Copy link
Contributor

@sranka sranka commented Jun 20, 2020

The CI builds fails to because of these errors:

go: gonum.org/v1/gonum@v0.0.0-20181121035319-3f7ecaa7e8ca: unrecognized import path "gonum.org/v1/gonum" (parse https://gonum.org/v1/gonum?go-get=1: no go-import meta tags ())

What was the problem?
The gonum.org web site does not serve go modules well, at least today.

Parsing meta tags from https://gonum.org/v1/netlib?go-get=1 (status code 404)

What was the solution?
Replace the dependency to use original sources at github.com

  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@sranka
Copy link
Contributor Author

sranka commented Jun 20, 2020

I created gonum/gonum#1361 with a request to repair the gonum.org web site.

@kortschak
Copy link

This should be working again.

@sranka
Copy link
Contributor Author

sranka commented Jun 21, 2020

Thank you @kortschak for such a swift response, I confirm that it is now OK on our side. Closing, there is no need for a workaround.

@sranka sranka closed this Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants