diff options
author | maya <maya@pkgsrc.org> | 2016-09-20 21:02:40 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-09-20 21:02:40 +0000 |
commit | 39aa73841b5b61f3b74e8785c415901f93a7d1a9 (patch) | |
tree | 2a3c39a728c03b6cb01da1ab0a9ddc28493710f5 /math | |
parent | 714cd14be43507eba6ab9dd90f8bb2406b094b0b (diff) | |
download | pkgsrc-39aa73841b5b61f3b74e8785c415901f93a7d1a9.tar.gz |
octave: suggest workaround for crashes in MESSAGE
the default uses OpenGL and depending on the setup, it may lack
certain features.
see GNU Octave bug #44823: http://savannah.gnu.org/bugs/?44823
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/octave/MESSAGE b/math/octave/MESSAGE new file mode 100644 index 00000000000..e349411c6c0 --- /dev/null +++ b/math/octave/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2016/09/20 21:02:40 maya Exp $ + +If you are experiencing crashes while plotting, you can try: +>> graphics_toolkit gnuplot + +=========================================================================== |