[sage-devel] Re: SAGE-2.5 alpha 2

2007-05-04 Thread Martin Albrecht
> > ifeq ($(SINGUNAME),ppcMac-darwin) > > SO_SUFFIX= dylib > > LIBSINGULAR_FLAGS = -singule_module > > LIBSINGULAR_LD = $(LD) > > endif > > It's often A Bad Idea to invoke 'ld' directly on Mac OS X: the rules > are pretty snarky. Is this the way it comes from the factory? It is definitel

[sage-devel] [Fwd: [Maxima] announcement: Maxima 5.12.0 release]

2007-05-04 Thread Jaap Spies
Original Message Subject: [Maxima] announcement: Maxima 5.12.0 release Date: Thu, 3 May 2007 19:45:21 -0600 From: Robert Dodier <[EMAIL PROTECTED]> To: Maxima Mailing List <[EMAIL PROTECTED]> Please redistribute this notice as you see fit. Robert Dodier --

[sage-devel] Fwd: SAGE

2007-05-04 Thread William Stein
Michael, When we create the SAGE windows installer, keep this email in mind as our "target audience". :-) -- Forwarded message -- From: Jenny Date: May 4, 2007 1:14 AM Subject: SAGE To: [EMAIL PROTECTED] Hi there! I've just downloaded the sage software for Windows (I'm using

[sage-devel] Re: [Fwd: [Maxima] announcement: Maxima 5.12.0 release]

2007-05-04 Thread William Stein
Thanks. Maxima-5.12.0 will be in SAGE-2.5 (I just packaged it up for SAGE last night.). Also, you should probably be able to do a sage -i maxima-5.12.0 and test it out right now. It has numerous new features and bug fixes... William On 5/4/07, Jaap Spies <[EMAIL PROTECTED]> wrote: > >

[sage-devel] Re: Fwd: SAGE

2007-05-04 Thread mabshoff
On May 4, 5:31 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > Michael, > > When we create the SAGE windows installer, keep this email in mind > as our "target audience". :-) > Oh well, just using zips would probably solve that problem. How dare you to use something else than zip ;) I am qui

[sage-devel] Re: SAGE -- morphisms between curves

2007-05-04 Thread William Stein
On 5/4/07, Nick Alexander <[EMAIL PROTECTED]> wrote: > Hello William, > > I can't figure out how to create maps between curves. For example, > I'd really like to be able to write a Frobenius morphism for an EC. > Or I'd like to hand-write an isogeny E -> E_1. Could you help me > create a map of

[sage-devel] Re: FReeMat

2007-05-04 Thread Hamptonio
Here is a very short review. In the documentation, it is warned that building from source is rather difficult due to "esoteric dependencies". It is written in C++, pretty well commented. It is very much like IDL and matlab. From a very quick look, it seems the strengths are numerical linear al

[sage-devel] Re: multi_polynomial_element add/sub slower than mul?!?

2007-05-04 Thread Nick Alexander
"Oliver Wienand (TU Kaiserslautern, Singular Team)" <[EMAIL PROTECTED]> writes: > Okay, I looked into the issue. In the top version from Singular of the > repository now has a not yet fully tested polynomial arithmetic for Z/ > n with the following functions: Hi Oliver, Where is the Singular re

[sage-devel] Re: FReeMat

2007-05-04 Thread Justin C . Walker
On May 1, 2007, at 21:25 , William Stein wrote: > This GPL'd program called FreeMAT was mentioned in the recent > slashdot thing > on Mathematica 6.0: At first blush, the app is in its early stages, and the developer(s) seem to have given much weight to infrastructure: there are basics fo

[sage-devel] latex output

2007-05-04 Thread Jonathan Bober
When sage converts a long list to a latex string, it inserts '\\' as a separator. Is this desired behavior? In many tex situations this does nothing, and in other situations it causes problems. To me, it seems that the only situation where this behavior is desired is covered by EMBEDDED_MODE (what

[sage-devel] 2.5.9alpha2: libsingular w/ cygwin compile failure

2007-05-04 Thread mabshoff
Hello folks, there are two problems with singular in 2.5.0alpha2: The first one is that the current package is missing Singular/ Singular.rc.in despite William adding it a while back (from SAGE.txt): * 20070105 William Stein + included Singular/Singular.rc.in which was missing for some reas

[sage-devel] Re: 2.5.9alpha2: libsingular w/ cygwin compile failure

2007-05-04 Thread mabshoff
Sorry to reply to myself so quickly, but check out http://curl.haxx.se/mail/archive-2003-01/0056.html Another interesting one is http://cygwin.com/ml/cygwin/2003-04/msg01686.html This indicates that the problem might be related to libtool :( Bye, Michael --~--~-~--~~~

[sage-devel] Re: 2.5.9alpha2: libsingular w/ cygwin compile failure

2007-05-04 Thread mabshoff
Oh well, I am an idiot. I added ../kernel/htmlhelp.lib for the missing help symbol and instead of "--export-symbol" I switched the flags to "--shared". That way the probelm with [EMAIL PROTECTED] goes away. In line 968 I uncommneted heOpenWinHtmlHelp(keyw,helppath); - so far I have been unable