1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

octave: put liboctave into /usr/lib; fix (most) timestamp warnings

Having liboctave in /usr/lib helps with a lot of problems when porting
Octave c-code libraries to the nanonote.  We're not going to install two
Octave versions at once anyways :)
This commit is contained in:
David Kühling
2011-01-08 14:22:43 +01:00
parent adf4c0e528
commit e7a8a44f77
2 changed files with 31 additions and 6 deletions

11
octave/files/octaverc Normal file
View File

@@ -0,0 +1,11 @@
## 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.
# System clock of the embedded device running Octave is not neccessarily set
# correctly. Note that this doesn't shut off warnings output early in the
# Octave startup sequence.
warning ("off", "Octave:future-time-stamp");