Hi Florent,
On 2012-05-08, Florent Hivert wrote:
> But it is never called. I'd like to have confirmation that adding to all
> vectors classes (following sage/structure/element.pyx line 881 (5.0.rc0))
>
> def __richcmp__(left, right, int op):
> return (left)._richcmp(right, op)
>
> is
That's the weird part: the is already inserted in the source but
something prevents it from entering the DOM tree. Maybe a css setting, I
don't know.
2012/5/8 David Roe
> I don't see the images either. I'm not sure where in the documentation a
> needs to be inserted though
> David
>
> On
Hi There,
Comparison of large vectors in Sage is slow in a surprising way: even if all
the entries of the vectors are different, the cost is proportional to the
length of the vector instead of having constant cost !
sage: l = 1000; m0 = vector(ZZ, [0]*l); m1 = vector(ZZ, [1]*l)
sage: %tim
I don't see the images either. I'm not sure where in the documentation a
needs to be inserted though
David
On Wed, May 2, 2012 at 1:54 AM, Nicu Tofan wrote:
> Hi, again!
>
> I have a virtual machine running XP and Chrome shows same behaviour. It's
> "console" does not report any error rela
P Purkayastha writes:
> time: cannot run build_sage: No such file or directory
> What version of sage are you using? It could not find sage_build. That is
build_sage, not sage_build. And it's a shell function in
$SAGE_ROOT/spkg/bin/sage . Weird.
-Keshav
Join us in #sagemath on irc.fre
For sage-5.0, there are two blockers left, both regard documentation:
Update top-level README.txt:
http://trac.sagemath.org/sage_trac/ticket/12898
Update the "Install from Source Code" docs:
http://trac.sagemath.org/sage_trac/ticket/12899
--
To post to this group, send an email to sage-devel@go
Robert Bradshaw observed a build failure of gdmodule when gd in
installed through Fink on a OS X machine.
This is because gdmodule is looking in /sw for include files and
libraries. Solution: patch gdmodule such that it doesn't look in /sw.
Please review the patched spkg:
http://trac.sagemath.or
There is a sage-build file. Is it possible that the error comes from
this name changed?
--
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://gr
And yes, sage_build is not in $SAGE_ROOT/local/bin
--
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:
i got the same message with sage-4.8 and sage-4.7.1
--
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:
Trying to build a test branch in mandriva 2010.2, i get the following
error message:
[root@abel ~]# sage -clone test
Now cloning the current Sage library branch...
hg clone sage sage-test
updating to branch default
2547 files updated, 0 files merged, 0 files removed, 0 files
unresolved
Copying ov
On Monday, May 7, 2012 5:02:55 PM UTC+8, mmarco wrote:
>
> Trying to build a test branch in mandriva 2010.2, i get the following
> error message:
>
> [root@abel ~]# sage -clone test
> Now cloning the current Sage library branch...
> hg clone sage sage-test
> updating to branch default
> 2547
Trying to build a test branch in mandriva 2010.2, i get the following
error message:
[root@abel ~]# sage -clone test
Now cloning the current Sage library branch...
hg clone sage sage-test
updating to branch default
2547 files updated, 0 files merged, 0 files removed, 0 files
unresolved
Copying ov
If you look at second message in this thread you will see that I've
reported a somehow similar behavior. However, there was no exception on my
machine (maybe because is 64 bit and the swap space was not exhausted, yet).
Nick
--
To post to this group, send an email to sage-devel@googlegroups.com
14 matches
Mail list logo