22
edits
Line 678: | Line 678: | ||
=Octave on Cygwin= | =Octave on Cygwin= | ||
== Octave 3. | == Octave 3.8.1 on cygwin== | ||
*'''Web-Site:''' http://cygwin.com | *'''Web-Site:''' http://cygwin.com | ||
*'''Maintainer:''' Marco Atzeri | *'''Maintainer:''' Marco Atzeri | ||
*'''Latest release:''' | *'''Latest release:''' 2014-03-17 | ||
*Latest packages: | *Latest packages: | ||
:octave-3. | |||
: | :octave-3.8.1-1 | ||
:Its announce on cygwin mailing list[http://cygwin.com/ml/cygwin-announce/2014-03/msg00009.html] | |||
:octave-forge is not anymore monolithic but splitted in the several package | |||
:Its announce on cygwin mailing list[http://cygwin.com/ml/cygwin-announce/2014-02/msg00017.html] | |||
*To install : | *To install : | ||
Line 696: | Line 700: | ||
: These 2 package will pull all the functional Xserver. | : These 2 package will pull all the functional Xserver. | ||
: Otherwise the only graphics will be ASCI art ;-) | : Otherwise the only graphics will be ASCI art ;-) | ||
===Notes=== | ===Notes=== | ||
*When building from development source (default branch) | *When building from development source (default branch) | ||
: "make check" | |||
:passes almost all the tests. | :passes almost all the tests. | ||
:Only, and not substantial, failures are: | :Only, and not substantial, failures are: | ||
/pub/hg/octave/src/data.cc : 8 failures due to different handling of complex Inf on sort | <nowiki>/pub/hg/octave/src/data.cc : 8 failures due to different handling of complex Inf on sort | ||
/pub/hg/octave/src/syscalls.cc: 1 failure on fork. This disappears when octave is installed | /pub/hg/octave/src/syscalls.cc: 1 failure on fork. This disappears when octave is installed | ||
/pub/hg/octave/scripts/sparse/svds.m: 1 failure due to test sensitivity on starting point. See | /pub/hg/octave/scripts/sparse/svds.m: 1 failure due to test sensitivity on starting point. See | ||
https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2011-September/024715.html | https://mailman.cae.wisc.edu/pipermail/octave-maintainers/2011-September/024715.html</nowiki> | ||
*To build from cygwin source package, you need to install "cygport" and the relevant development libraries | *To build from cygwin source package, you need to install "cygport" and the relevant development libraries | ||
<nowiki>$ tar -xvjf octave-3.8.1-1-src.tar.bz2 | |||
$ cygport octave-3.8.1-1.cygport almostall</nowiki> | |||
:see cygport documentation for further info. | :see cygport documentation for further info. |
edits