john.hoebing wrote:
> The solution is to replace ./spkg/standard/readline-6.1* with
> readline-6.2.p2.spkg and then go to the sage home directory and run
> 'make distclean' and then run 'make'. The 'libreadline*' files that
> are already built (and used by other packages) have to be replaced
> w
The solution is to replace ./spkg/standard/readline-6.1* with
readline-6.2.p2.spkg and then go to the sage home directory and run
'make distclean' and then run 'make'. The 'libreadline*' files that
are already built (and used by other packages) have to be replaced
with the new 6.2 spkg, so you h
> Gordon College. It's about two or three miles from the commuter rail,
> 45 min. from North Station. You're local (Harvard?), right?
I'm actually at the University of Calgary now. I'm currently planning
on coming back for the Joint Meetings and staying in Cambridge for a
while afterward. I
On Nov 4, 11:22 pm, David Roe wrote:
> > Gordon College. It's about two or three miles from the commuter rail,
> > 45 min. from North Station. You're local (Harvard?), right?
>
> I'm actually at the University of Calgary now. I'm currently planning
> on coming back for the Joint Meetings an
> Gordon College. It's about two or three miles from the commuter rail,
> 45 min. from North Station. You're local (Harvard?), right?
I'm actually at the University of Calgary now. I'm currently planning
on coming back for the Joint Meetings and staying in Cambridge for a
while afterward. I
On Nov 4, 9:01 pm, Jason Grout wrote:
> On 11/4/11 4:55 PM, David Roe wrote:
>
> > I'm interested, though I can't commit quite yet. What campus are you at?
Gordon College. It's about two or three miles from the commuter rail,
45 min. from North Station.You're local (Harvard?), right?
Jas
On 5 Nov., 02:22, Thomas Oliveira wrote:
> May this piece of information be useful to you:
> after 'make'-ing sage succesfully, sage now starts with this warning:
>
> ""
> WARNING: Readline services not available on this platform.
> WARNING: The auto-indent feature requires the readline library
>
On Friday, October 28, 2011 3:22:04 PM UTC-7, Dr. David Kirkby wrote:
>
> My Opensolaris box hawk is back up. Those who have accounts, and the
> buildbot,
> can use it again.
>
>
> Hi Dave,
Thanks; it's great to have a (fast) OpenSolaris machine to test on.
--
John
--
To post to this group,
leif,
Thank you very much for your detailed instructions!
They solved the readline problem during compilation.
I had not encountered the Symmetrica and the Singular issues yet,
but now I have found the work-arounds you talked about.
May this piece of information be useful to you:
after 'make'-in
On 11/4/11 4:55 PM, David Roe wrote:
I'm interested, though I can't commit quite yet. What campus are you at?
I'm interested as well. I'll be at the Joint Meetings; I'm not sure how
long I can stay afterwards. Probably the longest I could stay is until
the next Wednesday or Thursday.
Jas
I'm interested, though I can't commit quite yet. What campus are you at?
David
On Fri, Nov 4, 2011 at 15:31, kcrisman wrote:
> There is the potential to have Sage Days 36+k, another Bug Days format
> like http://wiki.sagemath.org/days27, immediately after the Joint
> Mathematics Meetings in Bost
There is the potential to have Sage Days 36+k, another Bug Days format
like http://wiki.sagemath.org/days27, immediately after the Joint
Mathematics Meetings in Boston.
The idea would be to have it near there (for instance, on my campus,
which is otherwise pretty quiet that time of year) so that p
>
> So to summarize what's above :
> 1) I can help with a win32 port, but by cross-compiling, as I know it's
> efficient ;
> 2) in fact, helping with a win32 port would be a natural follow-up to my
> current work on the ARM port ;
> 3) but that won't be an easy ride (especially if I'm all alone as
On Fri, Nov 4, 2011 at 11:31 AM, mmarco wrote:
> Thanks for the example, Tom. I have tried to implement the
> algorithm='parallel' in the primary decomposition, but it doesn't
> recognize the parallel function. If i try to import it, it gives an
> error message at startup.
>
> I have tried with
>
Thanks for the example, Tom. I have tried to implement the
algorithm='parallel' in the primary decomposition, but it doesn't
recognize the parallel function. If i try to import it, it gives an
error message at startup.
I have tried with
import sage.parallel
from sage.parallel import all
But both
Sage 4.7.2 was released on 29 October 2011. It is available at
http://www.sagemath.org/download.html
* About Sage (http://www.sagemath.org)
Sage is developed by volunteers and combines over 90 open source packages.
It is available for download from www.sagemath.org and its mirrors in
On Friday, November 4, 2011, Jeroen Demeyer wrote:
> On 2011-11-03 22:24, William Stein wrote:
>> Let's do Sage-5.0 !
>
> Were you suggesting "let's do sage-5.0" now, i.e. the release after
> sage-4.7.2? I agree that Python-2.7 and the new Notebook would justify
> sage-5.0, but neither of these s
On 11/4/11 9:05 AM, Jeroen Demeyer wrote:
On 2011-11-03 22:24, William Stein wrote:
Let's do Sage-5.0 !
Were you suggesting "let's do sage-5.0" now, i.e. the release after
sage-4.7.2? I agree that Python-2.7 and the new Notebook would justify
sage-5.0, but neither of these sound like they are
On Nov 4, 3:19 am, Julien Puydt wrote:
> Le 04/11/2011 02:29, kcrisman a crit :
>
> > On the other hand, it's also clear that without significantly more
> > help on the Cygwin port, it's not going to be there for a while. I
> > just messed with it today, and decided to uninstall my Cygwin inste
On 2011-11-03 22:24, William Stein wrote:
> Let's do Sage-5.0 !
Were you suggesting "let's do sage-5.0" now, i.e. the release after
sage-4.7.2? I agree that Python-2.7 and the new Notebook would justify
sage-5.0, but neither of these sound like they are close to being
finished (of course you can
Well to be technically correct it is not the garbage collector but the
reference counting in python (the garbage collector is mainly for cleaning
up unreachable cyclic stuff and is only run once in the so many times,
while destruction after a reference count dropped to zero is done immediate
ev
On 4 Nov., 07:41, Tom Boothby wrote:
> The @parallel instance kills its still-running children once it drops
> out of scope. This happens immediately after the return statement is
> executed. Since I merely call .next() on the generator, the first one
> to finish gets picked out in milliseconds,
On Wed, Nov 2, 2011 at 5:38 PM, William Stein wrote:
> On Mon, Oct 31, 2011 at 4:42 AM, Jeroen Demeyer
> wrote:
>> Hello all,
>>
>> Simon King has a big patch at #11900 to speed-up categories. There were
>> some regressions at #9138, this patch fixes all of these and moreover,
>> even speeds up
Le 04/11/2011 02:29, kcrisman a écrit :
On the other hand, it's also clear that without significantly more
help on the Cygwin port, it's not going to be there for a while. I
just messed with it today, and decided to uninstall my Cygwin instead
because of some weird sed problem Leif and I were tr
24 matches
Mail list logo