LibreTexts / metalc

LibreTexts/UCDavis bare-metal Kubernetes cluster running JupyterHub and Binder
http://jupyter.libretexts.org
MIT License
14 stars 2 forks source link

Octave 6 is now available via conda forge #227

Open moorepants opened 3 years ago

moorepants commented 3 years ago

See: https://github.com/conda-forge/octave-feedstock/pull/45

If that package stays up-to-date it would be nice to support octave via it, but I also don't know what that means for all of the octave-forge packages. I think we install octave + octave-forge packages via apt now and we'd want to make sure we can offer the same set of tools. Just thought I'd note this.

TimStewartJ commented 3 years ago

I took a quick look into it but it looks like providing all of the packages would be a slight issue. Installing Octave via conda-forge means we can't use apt to quickly install all of its packages at once. We would have to find some other way to install them, and it looks like all of the packages would have to be listed out manually.

moorepants commented 3 years ago

Ok, let's stick with the apt packages then (for now).

moorepants commented 3 years ago

It's possible that there is an PPA that provides octave 6 and octave forge packages for ubuntu 18.04. We'd want to make sure that was a reliable source though. That's another option.