mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:29:41 +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
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,-j4)
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
||||
# 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
|
||||
## time Octave starts for every user at this site.
|
||||
@ -8,4 +8,8 @@
|
||||
# Octave startup sequence.
|
||||
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