mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
octave: use plplot as plotting driver, if available
This commit is contained in:
@@ -79,7 +79,7 @@ define Build/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,-j4)
|
$(call Build/Compile/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# octave emits warnings "timestamp in the future" that cannot be suppressed
|
# octave emits warnings "timestamp in the future" that cannot be suppressed
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## System-wide startup file for Octave.
|
## System-wide startup file for -*-octave-*-.
|
||||||
##
|
##
|
||||||
## This file should contain any commands that should be executed each
|
## This file should contain any commands that should be executed each
|
||||||
## time Octave starts for every user at this site.
|
## time Octave starts for every user at this site.
|
||||||
@@ -8,4 +8,8 @@
|
|||||||
# Octave startup sequence.
|
# Octave startup sequence.
|
||||||
warning ("off", "Octave:future-time-stamp");
|
warning ("off", "Octave:future-time-stamp");
|
||||||
|
|
||||||
|
# automatically enable plplot, if it is installed. GNUplot is not going to
|
||||||
|
# work on a terminal together with GNUplot anytime soon
|
||||||
|
if exist("toggle_plplot_use")
|
||||||
|
toggle_plplot_use
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user