On Sun, 6 Jun 2010 18:53:26 -0700, William Stein <wst...@gmail.com> wrote: > I want to respond to this message with: > > Try this in Sage by simply typing > > sage: install_package('nzmath') > sage: import nzmath > sage: help(nzmath) > sage: import nzmath.matrix > sage: preparser(False) > sage: nzmath.matrix.Matrix(2,3) > /mnt/usb1/scratch/wstein/build/sage-4.4.3.rc0/local/lib/python2.6/site-packages/nzmath/config.py:181: > UserWarning: please set NZMATHCONFDIR > warnings.warn("please set NZMATHCONFDIR") > /mnt/usb1/scratch/wstein/build/sage-4.4.3.rc0/local/lib/python2.6/site-packages/nzmath/config.py:186: > UserWarning: nzmathconf.py not found > warnings.warn("nzmathconf.py not found") > [0, 0, 0]+[0, 0, 0] > > etc... > > but somebody has to review > > http://trac.sagemath.org/sage_trac/ticket/9161 > > first.
Hi William, I tried the spkg, and it appears to work fine. I noticed that hg status was complaining about the files in src/, so I made a simple .hgignore to get rid of that. I also added some more information to SPKG.txt. The updated spkg is linked to on the ticket. Best, Alex -- Alex Ghitza -- http://aghitza.org/ Lecturer in Mathematics -- The University of Melbourne -- Australia -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org