Where can I find the source-code for netlib-java?

Viewed 418

Spark's MLLib states that https://github.com/fommil/netlib-java is a dependency.

However, this repo has been removed from github (the above link is dead). Google's cached version of the pages is still there, and there is a note that the library would be discontinued due to lack of funding.

Is the library no longer maintained? Where is the upstream branch now (I can see a few forks in github)? The author, Sam Halliday has moved most of his projects to GitLab but the repo doesn't appear to exist there.

2 Answers

There seems to be a reasonably up to date fork here.

Related