On 8/24/07, mabshoff <[EMAIL PROTECTED]> wrote: > > > > On Aug 24, 6:05 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > > I'll go ahead and do some work on it this weekend. I've created a trac > > ticket:http://www.sagetrac.org/sage_trac/ticket/489 > > > > --Mike > > > <SNIP> > > Hello folks, > > and it already has been build on neron. Just add -L${SAGE_LOCAL} - > lncurses to the link flags, i.e. > > [EMAIL PROTECTED] LiE$ gcc -o Lie.exe lexer.o parser.o non-ANSI.o > bigint.o binmat.o creatop.o gettype.o getvalue.o init.o learn.o main.o > mem.o node.o onoff.o output.o poly.o sym.o print.o getl.o date.o > static/*.o box/*.o -L /extra/home/mabshoff/SAGE-build/sage-2.8.2.rc1/ > local/lib/ -lreadline -lcurses > > and it compiles on neron: > > [EMAIL PROTECTED] LiE$ ./Lie.exe > > LiE version 2.2.2 created on Aug 24 2007 at 12:52:16 > Authors: Arjeh M. Cohen, Marc van Leeuwen, Bert Lisser. > Free source code distribution > type '?help' for help information > type '?' for a list of help entries. > > > > I will add the needed bits to the trac ticket. Is there a test suite > for Lie I could/should run?
In .../LiE/progs there are some test files. > > Cheers, > > Michael > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
