I have asked the octave-maintainers@gnu.org mailing list which packages I should pick up if I wanted to maintain some packages. Any of the unmaintained packages could be a candidate, but I figured that it would be better to ask which anyone cared about rather than just wade in and start maintaining some of them. These […]
Neil Hopcroft
A digital misfit
octave packages
Octave Packages CI build dependencies
Getting the CI build of Octave Packages working I have encountered a number of dependencies. Package Maintained Version Successful Dependencies actuarial No 1.1.0 Yes ad No No Build error ann No No Build error audio No 1.1.4 Yes miscellaneous>=1.1.0 benchmark No 1.1.1 Yes bim Yes 1.1.4 Yes fpl, msh bioinfo No 0.1.2 Yes cgi Yes […]
Octave Packages Continuous Integration Build
Having set up a CI build for Octave and determined the available packages, the next step was to set up a CI build for the packages. The packages themselves come from two sources, mercurial and subversion. I didn’t want a proliferation of Jenkins projects, so I set up a single project that polls the subversion […]
Octave packages
There is a list of Octave packages, split as maintained and unmaintained packages. Most of the source code for these packages can be found in two places: svn://svn.code.sf.net/p/octave/code/trunk/octave-forge hg clone http://hg.code.sf.net/p/octave/* Package Maintained Source actuarial No http://hg.code.sf.net/p/octave/actuarial ad No svn://svn.code.sf.net/p/octave/code/trunk/octave-forge/extra/ad ann No svn://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/ann audio No http://hg.code.sf.net/p/octave/audio benchmark No http://hg.code.sf.net/p/octave/benchmark bim Yes svn://svn.code.sf.net/p/octave/code/trunk/octave-forge/extra/bim bioinfo No http://hg.code.sf.net/p/octave/bioinfo […]