[sage-support] Re: Sage 5.0 build failure in ECL

2012-06-14 Thread Daryl Hammond
I just downloaded the source for sage-5.0.1. This version of Sage compiled without problems. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Sage 5.0 build failure in ECL

2012-06-11 Thread Daryl Hammond
Hardware: HP Pavilion (desktop) with Intel(R) Pentium(R) CPU G620 @ 2.60GHz Software: Ubuntu 12.04 clean install (not an upgrade) Problem: Sage 5.0 build failure in ECL: Partial log file: ;*** Lisp core booted ECL (Embeddable Common Lisp) ;;; ;;; Welcome to bare.lsp. Let's bring this

[sage-support] Re: Tab completion returns some directory names

2009-02-14 Thread Daryl Hammond
OK, thanks. That's good to know. On Feb 13, 1:19 am, William Stein wst...@gmail.com wrote: This is a feature of Ipython. Sorry about any confusion it might have caused. It's useful, e.g., when using sage partly as a command shell. -- William

[sage-support] Problem accessing R HTML doc

2009-02-14 Thread Daryl Hammond
** I'm runing Fedora 10 (PC 32-bit) and Sage-3.2.3 (installed from source). ** I execute the bundled R software outside of Sage: [da...@dh04 ~]$ R R version 2.6.1 (2007-11-26) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with

[sage-support] Tab completion returns some directory names

2009-02-12 Thread Daryl Hammond
** I'm running Fedora 10 (PC 32-bit) and Sage-3.2.3. I noticed the following ** tab completion problem: ** starting Sage and issuing Dtab: [da...@dh04 ~]$ sage -- | Sage Version 3.2.3, Release Date: 2009-01-05

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-05 Thread Daryl Hammond
David, I re-installed sage-3.0.2 from source and then ran your test against sage-3.0.1 and sage-3.0.2. The run times were comparable. [EMAIL PROTECTED] sage]$ /home/daryl/sage-3.0.1/sage -- | SAGE Version 3.0.1, Release Date:

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-04 Thread Daryl Hammond
On Jul 4, 1:46 pm, David Harvey [EMAIL PROTECTED] wrote: On Jul 4, 2008, at 2:36 PM, Daryl Hammond wrote: [EMAIL PROTECTED] ~]$ /home/daryl/sage-3.0.1/sage -- | SAGE Version 3.0.1, Release Date: 2008-05-05

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-04 Thread Daryl Hammond
On Jul 4, 2:58 pm, David Harvey [EMAIL PROTECTED] wrote: On Jul 4, 2008, at 3:44 PM, Daryl Hammond wrote: [EMAIL PROTECTED] ~]$ /home/daryl/sage-3.0.1/sage -- | SAGE Version 3.0.1, Release Date: 2008-05-05

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-03 Thread Daryl Hammond
William, I ran: /home/daryl/sage-3.0.2/sage -i /home/daryl/sage-3.0.1/spkg/standard/ gmp-4.2.1.p14.spkg The install completed successfully and install_package() shows both gmp-4.2.1.p14 and gmp-4.2.2 installed (I could find no sage command to remove/ uninstall a package): [EMAIL PROTECTED]

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-03 Thread Daryl Hammond
William, I moved the 11 libgmp* files from /sage-3.0.2/local/lib/ to a new /sage-3.0.2/local/libsave/ and re-ran the sieve program. There was no change in the elapsed/cpu times (which follow): /home/daryl/sage-3.0.1/sage /home/daryl/UserData/sage/sieve.sage

[sage-support] Re: Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-03 Thread Daryl Hammond
David, I have both install logs available. I have edited them down to about 3,600 lines and 280 KB each. I hesitate to post that much data here. -Daryl On Jul 3, 7:33 am, David Harvey [EMAIL PROTECTED] wrote: Daryl, Do you have available the original install.log from your 3.0.1 and 3.0.2

[sage-support] Performance problem in sage-3.0.2 and sage-3.0.3

2008-07-02 Thread Daryl Hammond
'number of primes:', ctr # print end time print end = time() print 'End time:', ctime(end) elapsed = end - start print 'Elapsed seconds: ', round(elapsed,2) print print '' print -Daryl Hammond

[sage-support] SAGE-2.11 Doc Issue

2008-04-06 Thread Daryl Hammond
I originally reported this problem with the documentation for SAGE-2.10.4. I was told that there was no reason to do the ./rebuild process. I installed SAGE-2.11 yesterday from source. I did NOT do the ./ rebuild process for the documentation. I now notice that the documentation for both the

[sage-support] Re: SAGE-2.10.4 Install Problems

2008-03-31 Thread Daryl Hammond
On Mar 31, 3:21 am, mabshoff [EMAIL PROTECTED] dortmund.de wrote: On Mar 31, 7:24 am, Daryl Hammond [EMAIL PROTECTED] wrote: Problem 3 Documentation build Finally I build the documentation with: cd sage-2.10.4/devel/doc ./rebuild No errors are indicated in the build process