Commit graph

102 commits

Author SHA1 Message Date
Lluís Batlle i Rossell 781666da50 octave: generate the documentation
I find octave quite unusable, without its help pages. Recently it started to
require gnuplot to generate them (even the text-only).

I also enabled parallel building. A comment from 2012 said about spurious
failures if it were enabled, but I don't know if these happen again. Let's
enable it to see.

(cherry picked from commit a6f1024b1f2235825d7b441125db2e0d42febdd1)

Conflicts:
	pkgs/top-level/all-packages.nix
2015-02-23 10:29:42 +01:00
William A. Kennington III c82410eeda java: Normalize to the default jre / jdk 2015-01-07 14:55:41 -08:00
Rüdiger Sonderfeld 8abe312cde octave: Add qscintilla support. #3711 2014-09-03 12:12:00 +04:00
Rüdiger Sonderfeld 05b83fe6a2 octave: Update to 3.8.2.
Also change "," placement to be consistent and remove unnecessary let.
2014-08-29 16:44:18 +02:00
Lluís Batlle i Rossell 43ed6b8f62 Updating octave to 3.8.1 2014-07-31 10:11:18 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Michael Raskin 37e6b8ec80 A larger Octave build with GUI 2014-01-07 22:02:44 +04:00
Michael Raskin 0cbc292e1c Skip Octave test result copying, too, for now 2014-01-07 12:16:50 +04:00
Michael Raskin b93e6efbf4 Skip Octave tests for now 2014-01-07 01:01:08 +04:00
Michael Raskin 75f97f5299 Update Octave to 3.8.0 2014-01-05 02:49:45 +04:00
Lluís Batlle i Rossell 2c71506929 nlopt: build octave plugins 2013-06-17 12:47:45 +02:00
Lluís Batlle i Rossell 8c5eaf1840 octave: update to 3.6.4 2013-03-17 22:05:14 +01:00
Lluís Batlle i Rossell e8ab3a7549 octave: removing texlive dependency
I saw I added it, but I can't remember why, and now I don't see what is
it for. It gets into octave closure, so it's a bit annoying for its size.
2013-03-17 21:18:00 +01:00
Vladimír Čunát 0415253eaf octave: fix via minor update 2013-02-24 09:22:50 +01:00
Lluís Batlle i Rossell 54146ea191 octave: updating to 3.6.2 (bugfix release)
I don't know what they fixed.
2012-07-27 16:11:31 +02:00
Lluís Batlle i Rossell 40b91ced40 octave: disabling parallel building
The error http://hydra.nixos.org/build/2748254/log/tail-reload
makes me think there are concurrency problems in the octave build.
In my computer it builds fine.
2012-07-02 21:27:18 +02:00
Lluís Batlle i Rossell 700bedb833 Adding me as a maintainer for octave.
svn path=/nixpkgs/trunk/; revision=33757
2012-04-12 10:00:18 +00:00
Lluís Batlle i Rossell 46b258acb4 Updating octave to the new major release 3.6.1
svn path=/nixpkgs/trunk/; revision=32904
2012-03-08 16:24:37 +00:00
Lluís Batlle i Rossell 371b34e49a Making octave build with qrupdate, and keep the big log of tests results of the
check phase in the out store path.


svn path=/nixpkgs/trunk/; revision=32496
2012-02-22 22:42:16 +00:00
Lluís Batlle i Rossell bfe234644e Add make check to octave. Some tests fail, but the build works. We'll have the report this way.
svn path=/nixpkgs/trunk/; revision=32467
2012-02-21 23:02:36 +00:00
Lluís Batlle i Rossell b5a904153b Building octave with mesa and fltk to have the new fltk graphics toolkit available.
I also add more libs octave appreciates for some functions.

I've not tested the graphics toolkit, but it builds.


svn path=/nixpkgs/trunk/; revision=32465
2012-02-21 22:09:48 +00:00
Lluís Batlle i Rossell 5e2de19cc1 Fixing octave, so plot(1) works.
Linking octave with clapack did not work.

I updated lapack, and additionally I build it with atlas, instead of blas. That should give
better performance. I don't know if atlas builds everywhere though.

On the other hand, maybe some programs linking with liblapack will fail. We'll have to check
the hydra reports.

I plan to remove clapack; liblapack provides a C interface too.


svn path=/nixpkgs/trunk/; revision=32464
2012-02-21 21:43:44 +00:00
Lluís Batlle i Rossell 47e9932cd2 I attempted to get octave 3.4.3 working with atlas, but it also builds and crashes at
plot(1), as 3.6.0 also did. I don't know what's wrong there.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff694e3ad in dtrtri_

Exact as 3.6.0. I'll revert to the old octave version that worked without any
blas or lapack implementation.

--This line, and those below, will be ignored-e-

M    pkgs/development/interpreters/octave/default.nix

svn path=/nixpkgs/trunk/; revision=32460
2012-02-21 15:45:22 +00:00
Lluís Batlle i Rossell a81366984e Updating octave to 3.6.0
svn path=/nixpkgs/trunk/; revision=32451
2012-02-21 11:34:57 +00:00
Lluís Batlle i Rossell ba274e578c Made graphicsmagick-config not say anything about libraries that would be needed for static linking, because we are linking it dynamically.
Made octave link with graphicsmagick to get imread() working.

Nevertheless, imread does not work, because of some problems between octave and latest versions of graphicsmagick: http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-February/015295.html

Next to do: add an older version of graphics magick for octave.

svn path=/nixpkgs/trunk/; revision=20389
2010-03-04 16:41:10 +00:00
Lluís Batlle i Rossell 6c622c014d octave wants x11 (I reported this to octave as a bug).
Maybe it got in from their recent fltk/gl attempts to make their own plotter.

svn path=/nixpkgs/trunk/; revision=20017
2010-02-15 17:10:25 +00:00
Lluís Batlle i Rossell 43e167641f Updating octave and gnuplot.
svn path=/nixpkgs/trunk/; revision=20007
2010-02-15 10:54:50 +00:00
Eelco Dolstra 94d7d1fdbb * Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Eelco Dolstra 2eb05cf933 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Eelco Dolstra b22899a7cb * Fix some evaluation errors.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14960
2009-04-09 09:48:14 +00:00
Lluís Batlle i Rossell 9f2a2a6a84 Adding qhull, and updating octaves.
svn path=/nixpkgs/trunk/; revision=14955
2009-04-08 20:06:03 +00:00
Eelco Dolstra f370f61ee9 * f77 -> fortran.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13042
2008-10-10 08:55:15 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra 3042581b2a * Disable some stuff.
* Use GNU make 3.80 for StrategoXT.
* Updated octave.

svn path=/nixpkgs/trunk/; revision=5502
2006-06-23 14:04:32 +00:00
Eelco Dolstra 454707da23 * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra 7775caaa35 * Evacuate tarballs.
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Rob Vermaas c517847eab * octave: 2.9.0 needs flex anyway
svn path=/nixpkgs/trunk/; revision=2425
2005-03-16 15:13:30 +00:00
Rob Vermaas 305f12283a octave: corrected hash
svn path=/nixpkgs/trunk/; revision=2421
2005-03-16 08:17:02 +00:00
Rob Vermaas d27be2a586 new octave version
svn path=/nixpkgs/trunk/; revision=2420
2005-03-16 07:49:07 +00:00
Eelco Dolstra e42507d182 * Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Rob Vermaas 583ef5d157 * octave 2.1.64
svn path=/nixpkgs/trunk/; revision=1987
2005-01-04 13:35:13 +00:00
Rob Vermaas 01af973aa8 foutje, debankt
svn path=/nixpkgs/trunk/; revision=1726
2004-11-09 09:27:26 +00:00
Rob Vermaas 70c585d74f octave-2.1.61
svn path=/nixpkgs/trunk/; revision=1724
2004-11-09 09:06:08 +00:00
Rob Vermaas 0795c7b0cc octave fix
svn path=/nixpkgs/trunk/; revision=1512
2004-09-27 12:24:06 +00:00
Rob Vermaas 21803cef64 2.1.60
svn path=/nixpkgs/trunk/; revision=1511
2004-09-27 11:45:01 +00:00
Rob Vermaas 80f1579d53 svn path=/nixpkgs/trunk/; revision=1380 2004-09-08 14:23:18 +00:00
Rob Vermaas b3a57fe7d6 * octave: extra configure flags
svn path=/nixpkgs/trunk/; revision=1379
2004-09-08 13:29:01 +00:00
Eelco Dolstra 4d7572e261 * Octave: use the generic builder. In particular the libraries are
now stripped which makes them much smaller.
* Octave: remove dependencies that are only necessary when building
  from CVS (bison, etc.).
* Octave: don't have a dependency on gcc, since that will cause
  *another* gcc to be build than the one in stdenv.

svn path=/nixpkgs/trunk/; revision=1262
2004-08-11 20:08:34 +00:00
Rob Vermaas 7474f5713f * forgot gcc dep for octave
svn path=/nixpkgs/trunk/; revision=1239
2004-08-06 12:34:04 +00:00
Rob Vermaas c389786b15 * octave uses readline
svn path=/nixpkgs/trunk/; revision=1232
2004-08-05 15:30:06 +00:00
Rob Vermaas a4215841ac * octavefront removed
* rna removed
* octave-2.1.57 added

svn path=/nixpkgs/trunk/; revision=1228
2004-08-05 13:05:38 +00:00