296
edits
(Update TODOs) |
(Add todos for hydra autobuild recipe) |
||
Line 32: | Line 32: | ||
* Try to rewrite cosint in terms of expint only instead of duplicated expint helper functions | * 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 | * Add tests for cosint and sinint from A&S, similar to what I added to expint in Octave | ||
== Hydra Autobuild == | |||
* Add <code>--enable-openmp</code> to configure options | |||
* Add <code>--disable-jit</code> to configure options to make it explicit | |||
* 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 | |||
* Use <code>xvfb-run</code> to run the test suite just like the Debian package build rules |
edits