User:Mtmiller/TODO: Difference between revisions

From Octave
Jump to navigation Jump to search
(add links to projects that have their own wiki pages)
(→‎Hydra Autobuild: update progress on autobuild)
Line 35: Line 35:
== [[Continuous Build|Hydra Autobuild]] ==
== [[Continuous Build|Hydra Autobuild]] ==


* Add <code>--enable-openmp</code> to configure options
* <del>Add <code>--enable-openmp</code> to configure options</del>
* Add <code>--disable-jit</code> to configure options to make it explicit
* <del>Fix build jobs unable to locate <code>jni.h</code>, while tarball job is able to find it</del>
* Fix build jobs unable to locate <code>jni.h</code>, while tarball job is able to find it
* Add missing dependency libraries gl2ps and ARPACK
* Add missing dependency libraries gl2ps and ARPACK
* Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules
* <del>Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules</del>

Revision as of 13:30, 30 May 2014

These are my todo lists for tracking things I am working on or want to work on. You can add to my lists to assign me things or give me ideas, but please sign anything you add to this page with "~~~~".

Core

Forge

Signal Package

Communications Package

  • Write vitdec
  • Write rcosine, rcosfir, rcosflt, rcosiir functions
  • Add useful test blocks for all functions

Specfun Package

  • Try to rewrite cosint in terms of expint only instead of duplicated expint helper functions
  • Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave

Hydra Autobuild

  • Add --enable-openmp to configure options
  • Fix build jobs unable to locate jni.h, while tarball job is able to find it
  • Add missing dependency libraries gl2ps and ARPACK
  • Use xvfb-run to run the test suite just like the Debian package build rules