[sage-devel] Re: log messages

2012-02-17 Thread Keshav Kini
Robert Bradshaw writes: >> But considering that we might one day want to make part of the Sage >> library possible to install into your system Python distribution >> (right?), it might be a good idea to keep it separate from the >> "infrastructure" part of Sage. > > While that's a nice idea, there

Re: [sage-devel] Re: Sage works on OS X 10.7!

2012-02-17 Thread R. Andrew Ohana
I think we should only compile using clang when xcode is version 4+. Clang is relatively new, and I don't think that it would be wise to rely on the older versions, especially when gcc-4.2 worked so well for sage (at least pre gcc spkg). On Thu, Feb 16, 2012 at 23:40, Jeroen Demeyer wrote: > On 2

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-17 Thread Dima Pasechnik
In gmane.comp.mathematics.sage.devel, you wrote: > On 2012-02-17 06:28, John H Palmieri wrote: >> On a laptop which failed to build without clang, using clang mostly >> worked, except (building either with or without SAGE_CHECK), I got this >> doctest failure: > On this laptop on which GCC failed t

[sage-devel] Re: running a wiki with Sage

2012-02-17 Thread Jason Grout
On 2/16/12 10:33 PM, Dima Pasechnik wrote: In gmane.comp.mathematics.sage.devel, you wrote: On 16 February 2012 18:28, Dima Pasechnik wrote: In gmane.comp.mathematics.sage.devel, you wrote: I started a wiki server from the same account that I use to run a Sage notebook server with no problems

Re: [sage-devel] Short script dumps me at the command line

2012-02-17 Thread William Stein
On Thu, Feb 16, 2012 at 7:33 PM, Bill Hart wrote: > Hi, > > the following short script dumps me at the command line in Sage 4.8: Aren't you supposed to tell us all the standard stuff in a bug report, e.g,. * hardware * operating system * how you got sage-4.8 (source, binary) * EXACT

Re: [sage-devel] Re: Sage works on OS X 10.7!

2012-02-17 Thread Jeroen Demeyer
John: concerning your laptop failure and the "clang" fix: the problem might also be one of the *dependencies* of GCC: mpir, mpfr or mpc. So could you try to build Sage with clang, remove GCC and then build GCC with gcc: (after downloading and extracting the source) $ CC=clang make [... hours pass

[sage-devel] Xcode, GCC, and Homebrew

2012-02-17 Thread Martin Albrecht
Hi, I don't run OSX often but from what I gather from posts here this should be relevant: http://kennethreitz.com/xcode-gcc-and-homebrew.html Cheers, Martin -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubs

[sage-devel] Re: Short script dumps me at the command line

2012-02-17 Thread Bill Hart
The problem was indeed an unprintable character. Upon removing it, the problem goes away. Thanks. Bill. -- 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 g

Re: [sage-devel] Xcode, GCC, and Homebrew

2012-02-17 Thread Ivan Andrus
On Feb 17, 2012, at 2:05 PM, Martin Albrecht wrote: > Hi, I don't run OSX often but from what I gather from posts here this should > be relevant: > > http://kennethreitz.com/xcode-gcc-and-homebrew.html > > Cheers, > Martin > That's great news! It means people will be able to get by with install

[sage-devel] consolidating installation instructions

2012-02-17 Thread Kelvin Li
Should the following resources be consolidated? http://wiki.sagemath.org/DownloadGuide http://wiki.sagemath.org/DownloadAndInstallationGuide http://boxen.math.washington.edu/sage/src/README.txt http://sagemath.org/doc/installation It seems there is duplicate information floating around. I think t

[sage-devel] New iPhone app is up

2012-02-17 Thread Ivan Andrus
This should work on iOS 4 and you can create new items without going to the list. Unfortunately, the release notes in iTunes aren't complete. I was going to release an older version but it was rejected and I couldn't figure out how to change the release notes. It shouldn't be that hard, but a

Re: [sage-devel] Two tickets related to sdist (#12487 and #12488) need review

2012-02-17 Thread Jeroen Demeyer
* bump * Please review, these are important for release management. On 2012-02-12 10:22, Jeroen Demeyer wrote: > Ticket #12487 deals with sage-dist, ticket #12488 deals with > sage-make_devel_packages. They can be reviewed independently. > > Together they fix the following issues: > > * race

[sage-devel] Sanity-check $SAGE_ROOT (#12522) needs review

2012-02-17 Thread Jeroen Demeyer
When we recently changed the code to detect the value of SAGE_ROOT, we didn't add any checks. An invalid value would fail with unclear error messages. Ticket #12522 solves this by adding more checks to the top-level sage script $SAGE_ROOT/sage. As an added bonus, I also fixed the script such tha

Re: [sage-devel] consolidating installation instructions

2012-02-17 Thread Minh Nguyen
Hi Kelvin, On Sat, Feb 18, 2012 at 6:47 AM, Kelvin Li wrote: > Should the following resources be consolidated? > > http://wiki.sagemath.org/DownloadGuide > http://wiki.sagemath.org/DownloadAndInstallationGuide > http://boxen.math.washington.edu/sage/src/README.txt > http://sagemath.org/doc/instal

[sage-devel] Re: consolidating installation instructions

2012-02-17 Thread Kelvin Li
On Feb 17, 4:17 pm, Minh Nguyen wrote: ... > On Sat, Feb 18, 2012 at 6:47 AM, Kelvin Li wrote: ... > >http://wiki.sagemath.org/DownloadGuide > >http://wiki.sagemath.org/DownloadAndInstallationGuide > >http://boxen.math.washington.edu/sage/src/README.txt > >http://sagemath.org/doc/installation ...

[sage-devel] CICM 2012: Last Call for Paper

2012-02-17 Thread Gabriel Dos Reis
CICM 2012 - Conference on Intelligent Computer Mathematics July 9-13, 2012 at Jacobs University, Bremen, Germany http://www.informatik.uni-bremen.de/cicm2012/ Call for Papers ---

Re: [sage-devel] Re: consolidating installation instructions

2012-02-17 Thread Minh Nguyen
Hi Kelvin, On Sat, Feb 18, 2012 at 11:55 AM, Kelvin Li wrote: > How about merging the wiki into the Installation Guide and stripping > down README.txt to contain minimal installation instructions? The > parts of README.txt that I consider non-critical are: > > * section "Implementation" ("Sage ha

[sage-devel] Re: consolidating installation instructions

2012-02-17 Thread Kelvin Li
On Feb 17, 5:50 pm, Minh Nguyen wrote: > The wiki pages are there so that people can rapidly update information > on how to install Sage for various platforms.  The information in the > Installation Guide is meant to be stable and rather general.  One > place is for rapid update, the other for lon

Re: [sage-devel] Re: log messages

2012-02-17 Thread Robert Bradshaw
On Fri, Feb 17, 2012 at 1:09 AM, Keshav Kini wrote: > Robert Bradshaw writes: >>> But considering that we might one day want to make part of the Sage >>> library possible to install into your system Python distribution >>> (right?), it might be a good idea to keep it separate from the >>> "infras

Re: [sage-devel] New iPhone app is up

2012-02-17 Thread William Stein
Thanks. It seems to work well for me (on my Iphone 4 with ios5). On Fri, Feb 17, 2012 at 2:22 PM, Ivan Andrus wrote: > This should work on iOS 4 and you can create new items without going to the > list. > > Unfortunately, the release notes in iTunes aren't complete.  I was going to > release a