mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:29:21 +02:00
octave: use plplot as plotting driver, if available
This commit is contained in:
parent
9f875524dd
commit
cf3da20f8e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user