-
zigalenarcic made 1 file-release changes.
2009-09-06 16:46:01 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
zigalenarcic made 1 file-release changes.
2009-09-01 16:26:02 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
zigalenarcic made 1 file-release changes.
2009-08-17 14:05:01 UTC in wxMaxima
-
zigalenarcic made 1 file-release changes.
2009-08-17 14:04:01 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
zigalenarcic made 1 file-release changes.
2009-08-17 14:02:02 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
zigalenarcic made 2 file-release changes.
2009-08-17 13:56:01 UTC in wxMaxima
-
Create a file in ~/.maxima/maxima-init.mac
and put
gnuplot_command:"/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot"$
into it. (if you have a Gnuplot.app in Applications). You can do that in Terminal:
cd ~
mkdir .maxima
cd .maxima
echo 'gnuplot_command:"/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot"$' >> maxima-init.mac
Does it work?.
2009-07-18 16:13:37 UTC in wxMaxima
-
The problem is, that Maxima that comes with wxmaxima on windows runs on GCL, GCL doesn't support FFI (I think). On Windows GCL must be used for Maxima, because it's the only lisp that allows interrupting Maxima from wxMaxima.
The situation on 'unix' (Linux, Mac OS X,..) is better - you can use Maxima compiled on SBCL, which supports CFFI with wxMaxima.
I think it's possible to compile...
2009-07-09 07:53:07 UTC in wxMaxima
-
zigalenarcic committed revision 1162 to the wxMaxima SVN repository, changing 1 files.
2009-07-08 16:52:39 UTC in wxMaxima
-
These messages come from the underlying Common Lisp compiler - so it depends on which lisp you are using. In SBCL you can try
:lisp (declaim (sb-ext:muffle-conditions sb-ext:compiler-note))
(this is what the coming wxmaxima 0.8.3 does automaticly on sbcl to reduce these compiler printouts)
Other lisps have different commands..
Regards,
Ziga.
2009-07-06 08:52:30 UTC in wxMaxima