Date:2011-01-08 16:48:25 (13 years 2 months ago)
Author:David Kühling
Commit:cf3da20f8e18516dd469e0bf8851adac6b572d47
Message:octave: use plplot as plotting driver, if available

Files: octave/Makefile (1 diff)
octave/files/octaverc (2 diffs)

Change Details

octave/Makefile
7979endef
8080
8181define Build/Compile
82    $(call Build/Compile/Default,-j4)
82    $(call Build/Compile/Default)
8383endef
8484
8585# octave emits warnings "timestamp in the future" that cannot be suppressed
octave/files/octaverc
1## System-wide startup file for Octave.
1## System-wide startup file for -*-octave-*-.
22##
33## This file should contain any commands that should be executed each
44## time Octave starts for every user at this site.
...... 
88# Octave startup sequence.
99warning ("off", "Octave:future-time-stamp");
1010
11
11# automatically enable plplot, if it is installed. GNUplot is not going to
12# work on a terminal together with GNUplot anytime soon
13if exist("toggle_plplot_use")
14  toggle_plplot_use
15endif

Archive Download the corresponding diff file



interactive