[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Minh Nguyen
Hi David, On Thu, Jul 23, 2009 at 4:54 PM, Dr. David Kirkby wrote: > Minh, > your build on t2 has stopped with: > > sage: An error occurred while installing polybori-0.5rc.p8 > > You appear to have forgot to install the .p9 version. > > http://sage.math.washington.edu/home/kirkby/Solaris-fixes

[sage-devel] SCons issues: 'modified Sage library' build fails at c_lib if Sun C++ compiler can be found.

2009-07-23 Thread Dr. David Kirkby
I'm copying this to Steven Knight, a SCons developer, since he might have some comments. When building Sage 4.1.1.alpha0 on my home machine, which does not have the Sun Studio Compiler suite installed, the Sage package containing the 'modified Sage library' builds ok. (I eventually get failu

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Dr. David Kirkby
Minh Nguyen wrote: > Hi David, > > On Thu, Jul 23, 2009 at 4:54 PM, Dr. David > Kirkby wrote: > > > >> Minh, >> your build on t2 has stopped with: >> >> sage: An error occurred while installing polybori-0.5rc.p8 >> >> You appear to have forgot to install the .p9 version. >> >> http://sage.math

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Minh Nguyen
On Thu, Jul 23, 2009 at 5:19 PM, Minh Nguyen wrote: > Hi David, > > On Thu, Jul 23, 2009 at 4:54 PM, Dr. David > Kirkby wrote: > > > >> Minh, >> your build on t2 has stopped with: >> >> sage: An error occurred while installing polybori-0.5rc.p8 >> >> You appear to have forgot to install the .p9 v

[sage-devel] Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread Dr. David Kirkby
I've noticed a couple of issues on Solaris, where it appears packages have been installed properly (the $SAGE_HOME/spkg/installed/foobar is created), but this has not actually happened. On one occasion 'cp -a' was called, which failed to copy files to $SAGE_HOME/local/include, as '-a' is not a

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Dr. David Kirkby
Minh Nguyen wrote: > On Thu, Jul 23, 2009 at 5:19 PM, Minh Nguyen wrote: >> Hi David, >> >> On Thu, Jul 23, 2009 at 4:54 PM, Dr. David >> Kirkby wrote: >> >> >> >>> Minh, >>> your build on t2 has stopped with: >>> >>> sage: An error occurred while installing polybori-0.5rc.p8 >>> >>> You appear t

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 1:22 AM, Dr. David Kirkby wrote: > > I've noticed a couple of issues on Solaris, where it appears packages > have been installed properly (the $SAGE_HOME/spkg/installed/foobar is > created), but this has not actually happened. > > On one occasion 'cp -a' was called, which f

[sage-devel] Re: pointsize and thickness in list_plot

2009-07-23 Thread Robert Bradshaw
On Jul 22, 2009, at 2:47 PM, William Stein wrote: > > On Wed, Jul 22, 2009 at 11:49 AM, Robert > Bradshaw wrote: >> >> On Jul 22, 2009, at 11:24 AM, William Stein wrote: >> >>> On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van >>> Andel wrote: In list_plot there's some confusion with the poin

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Minh Nguyen
On Thu, Jul 23, 2009 at 5:19 PM, Minh Nguyen wrote: >> Note that despite singular-3-1-0-2-20090620 appearing to install, it >> will not actually install properly on t2, as it can't find install-sh, >> so some of the files don't get copied. >> >> http://sagetrac.org/sage_trac/ticket/6563 >> http

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread Dr. David Kirkby
William Stein wrote: > On Thu, Jul 23, 2009 at 1:22 AM, Dr. David > Kirkby wrote: >> I've noticed a couple of issues on Solaris, where it appears packages >> have been installed properly (the $SAGE_HOME/spkg/installed/foobar is >> created), but this has not actually happened. >> >> On one occasion

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 2:18 AM, Dr. David Kirkby wrote: > > William Stein wrote: >> On Thu, Jul 23, 2009 at 1:22 AM, Dr. David >> Kirkby wrote: >>> I've noticed a couple of issues on Solaris, where it appears packages >>> have been installed properly (the $SAGE_HOME/spkg/installed/foobar is >>> c

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Dr. David Kirkby
Minh Nguyen wrote: > On Thu, Jul 23, 2009 at 5:19 PM, Minh Nguyen wrote: > > > >>> Note that despite singular-3-1-0-2-20090620 appearing to install, it >>> will not actually install properly on t2, as it can't find install-sh, >>> so some of the files don't get copied. >>> >>> http://sagetrac.o

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread Burcin Erocal
On Thu, 23 Jul 2009 02:25:26 -0700 William Stein wrote: > > On Thu, Jul 23, 2009 at 2:18 AM, Dr. David > Kirkby wrote: > > > > after every single command in spkg-install would make the code very > > long, > > > > Nonetheless, we should be checking the error code after every line > executes, on

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread Dr. David Kirkby
William Stein wrote: > On Thu, Jul 23, 2009 at 2:18 AM, Dr. David > Kirkby wrote: >> William Stein wrote: >>> On Thu, Jul 23, 2009 at 1:22 AM, Dr. David >>> Kirkby wrote: I've noticed a couple of issues on Solaris, where it appears packages have been installed properly (the $SAGE_HOME/sp

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 2:37 AM, Dr. David Kirkby wrote: > > William Stein wrote: >> On Thu, Jul 23, 2009 at 2:18 AM, Dr. David >> Kirkby wrote: >>> William Stein wrote: On Thu, Jul 23, 2009 at 1:22 AM, Dr. David Kirkby wrote: > I've noticed a couple of issues on Solaris, where it ap

[sage-devel] Re: Should we check files ARE installed, not just hope they are installed?

2009-07-23 Thread Dr. David Kirkby
William Stein wrote: > On Thu, Jul 23, 2009 at 2:37 AM, Dr. David > Kirkby wrote: >> William Stein wrote: >>> On Thu, Jul 23, 2009 at 2:18 AM, Dr. David >>> Kirkby wrote: William Stein wrote: > On Thu, Jul 23, 2009 at 1:22 AM, Dr. David > Kirkby wrote: >> I've noticed a couple of

[sage-devel] Re: A Haskell-Python bridge? GHCi and JS notebook interfaces?

2009-07-23 Thread Tim Dumol
It's a great idea -- and it seems feasible. One way to set up an interface to GHCi would be to just send the contents of the cell to GHCi -- taking care to put function definitions and the like in one line, and pipe the output -- but it may set some constraints to the input -- "let" before definit

[sage-devel] Re: Is new symbolic derivative really worth the efforts?

2009-07-23 Thread Golam Mortuza Hossain
Hi Burcin, I am sorry if I have hurt you by my earlier statements in this thread. Best, Golam --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups

[sage-devel] Re: Catalan Numbers

2009-07-23 Thread Marshall Hampton
You could make the ultimate "proof-without-words" submission! I think this is cool, and although I am not a combinatorics person at all it seems reasonable as an addition to sage. I think it could underpin a really fantastic @interact. -Marshall On Jul 23, 1:20 am, Tom Boothby wrote: > Richar

[sage-devel] Re: Fwd: CoMarketing: Sage & Sun

2009-07-23 Thread Dan Drake
On Mon, 20 Jul 2009 at 05:31AM -0700, Jason Grout wrote: > I don't have any marketing ideas at the moment beyond what has already > been mentioned. However, I do have to say that if there was a > reasonably-priced, pre-configured sage notebook server box from Sun, it > would be *very* tempting

[sage-devel] spkg dependencies + graph layouts

2009-07-23 Thread Pat LeSmithe
Partly out of curiosity, I've tried to make a graph of Sage's spkg dependencies: http://www.sagenb.org/home/pub/673/ Can anyone recommend settings for laying out this graph elegantly in Sage? I've also experimented a bit with NetworkX, but my ignorance here is deep. GraphViz, which happens to

[sage-devel] Re: Notebook translation tips

2009-07-23 Thread Dan Drake
On Wed, 22 Jul 2009 at 10:32PM -0700, William Stein wrote: > On Wed, Jul 22, 2009 at 2:03 AM, Sergey Semerikov wrote: > > > > I tried to translate the interface of the notebook using gettext and > > faced with the need to make several changes to the source code: > > Thanks for working on this!! >

[sage-devel] Re: Catalan Numbers

2009-07-23 Thread Dan Drake
On Wed, 22 Jul 2009 at 11:20PM -0700, Tom Boothby wrote: [...] > I'm mostly doing this for research and for pleasure, but since I'm > doing the research with a few partners, the code is readable. I'm > wondering: is there sufficient interest for this to be added to Sage? > If I manage to construct

[sage-devel] Sage 4.1 succeeds on SuSE 10.1 (SLES/SLED 10)

2009-07-23 Thread Alexander Dreyer
For those, who like legacy systems: Sage 4.1 builds on SuSE 10.1 (binary compatible to SuSE Enterprise 10) 32bit: http://sage.math.washington.edu/home/dreyer/suse101/ Remark: gcc 4.1.2 from SLED 10 SP2 is necessary, as gcc 4.1.0 is quite buggy.) Regards, Alexander --~--~-~--~~-

[sage-devel] New Riemann mapping package/patch

2009-07-23 Thread Ethan Van Andel
My project is nearing completion. It provides Riemann mapping capabilities (http://en.wikipedia.org/wiki/Riemann_mapping_theorem). it produces both numerical data on the map, and useful (and pretty) graphs to show how it works. I also created a couple of interpolators that allow you to interpolate

[sage-devel] Re: New Riemann mapping package/patch

2009-07-23 Thread Minh Nguyen
Hi Ethan, On Fri, Jul 24, 2009 at 12:19 AM, Ethan Van Andel wrote: > > My project is nearing completion. It provides Riemann mapping > capabilities (http://en.wikipedia.org/wiki/Riemann_mapping_theorem). > it produces both numerical data on the map, and useful (and pretty) > graphs to show how it

[sage-devel] Re: New Riemann mapping package/patch

2009-07-23 Thread Ethan Van Andel
> under GPLv2+ or a compatible license. So if I understand you > correctly, your whole project is less than 1000 lines of code and > documentation combined. In that case, a patch is more appropriate than > a package. But you then need to figure out where to patch against. Yeah, that was another t

[sage-devel] Re: New Riemann mapping package/patch

2009-07-23 Thread Minh Nguyen
Hi Ethan, On Fri, Jul 24, 2009 at 12:40 AM, Ethan Van Andel wrote: > >> under GPLv2+ or a compatible license. So if I understand you >> correctly, your whole project is less than 1000 lines of code and >> documentation combined. In that case, a patch is more appropriate than >> a package. But you

[sage-devel] Patches for Linear Programming in SAGE - GLPK and COIN-OR

2009-07-23 Thread Nathann Cohen
Hello everybody !!! I am sending a message here to get in touch with those who may be interested in LP/MIP features in SAGE. I finally wrote a first version of it, which uses GLPK by default and COIN-OR if installed ( you can change the solver you want to use easily, though ). In the case you wou

[sage-devel] Re: Is new symbolic derivative really worth the efforts?

2009-07-23 Thread Burcin Erocal
On Thu, 23 Jul 2009 11:25:35 + Golam Mortuza Hossain wrote: > > Hi Burcin, > > I am sorry if I have hurt you by my earlier statements in this thread. As William said, no worries. I am sorry if my message sounded personal. I was just trying to point out that I don't agree with your propos

[sage-devel] Sage 4.1 compilation problem

2009-07-23 Thread Ryan Hinton
I compiled Sage on two nearly identical machines at school. One succeeded, the other failed building givaro (see make output below). I did a quick Google search on the error message, and one author called this the "dangling extern "C" syndrome." Sure enough, the givaro header (see below) ha

[sage-devel] Re: C graph backend

2009-07-23 Thread Robert Miller
Jason, > Do you have a todo list of what needs to be done to get the C graph backend > as the default backend? Technically nothing -- if you switch all the default function arguments from implementation='networkx' to implementation='c_graph', all the doctests pass (I think you need sage-4.1.1.al

[sage-devel] Re: spkg dependencies + graph layouts

2009-07-23 Thread Robert Miller
> Can anyone recommend settings for laying out this graph elegantly in > Sage? I've also experimented a bit with NetworkX, but my ignorance here > is deep. Posets! See: http://www.sagenb.org/home/pub/674/ --~--~-~--~~~---~--~~ To post to this group, send email

[sage-devel] Re: iGraph in SAGE?!

2009-07-23 Thread Robert Miller
Johannes, I'm forwarding this to sage-devel, as there are probably a lot more developers than just myself who are interested in this! On Thu, Jul 23, 2009 at 7:51 AM, Johannes Reichold wrote: > Dear Robert, > > I am a once-in-a-while user of SAGE and just browsed through sage-devel, > reading th

[sage-devel] Re: Fwd: CoMarketing: Sage & Sun

2009-07-23 Thread rjf
Regarding Sage running on a server: some of the components may be sufficiently general as to pose hazards in a server environment. For example, Maxima can create and delete files, quickly fill up all available memory, etc. I would guess that other components are also hazardous. It seems to m

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-23 Thread John Cremona
2009/7/22 Dr. David Kirkby : > > John Cremona wrote: >> If by "this code" you mean paripriv.h then that belongs to pari, i.e. >> is upstream.  But sage/ext/fast_callable.c will have been written by >> someone who subscribes to this list, I hope! >> >> John > > But the build of pari works fine, inc

[sage-devel] Re: iGraph in SAGE?!

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 9:19 AM, Robert Miller wrote: > > Johannes, > > I'm forwarding this to sage-devel, as there are probably a lot more > developers than just myself who are interested in this! I looked at it briefly, and noticed that it has an implementation of two graph isomorphism testing

[sage-devel] Re: Sage 4.1 compilation problem

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 8:27 AM, Ryan Hinton wrote: > > I compiled Sage on two nearly identical machines at school.  One > succeeded, the other failed building givaro (see make output below). It might also be worth emailing the author(s) of Givaro: http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/

[sage-devel] Re: C++ and Cython

2009-07-23 Thread Martin Albrecht
> 1) Do you have any priorities for features you'd like to see sooner > rather than later? While debugging and fixing an issue in the current PolyBoRi wrapper with Alexander Dreyer we noticed the following behaviour in Cython which doesn't mix well with C++: Consider the following code: cdef

[sage-devel] Singular and Sage

2009-07-23 Thread Martin Albrecht
Hi there, as mentioned earlier I am visiting the Singular team this week in Kaiserslautern. On the technical side we worked on - updating to Singular 3-1-04 where it was very valuable to have both Sage and Singular developers within shouting distance, - updating to PolyBoRi 0.6 which wouldn

[sage-devel] Re: Singular and Sage

2009-07-23 Thread Dr. David Kirkby
Martin Albrecht wrote: > Hi there, > > as mentioned earlier I am visiting the Singular team this week in > Kaiserslautern. On the technical side we worked on > > - updating to Singular 3-1-04 where it was very valuable to have both Sage > and > Singular developers within shouting distance,

[sage-devel] Re: Singular and Sage

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 1:14 PM, Martin Albrecht wrote: > > Hi there, > > as mentioned earlier I am visiting the Singular team this week in > Kaiserslautern. On the technical side we worked on > > - updating to Singular 3-1-04 where it was very valuable to have both Sage and > Singular developers

[sage-devel] Re: Singular and Sage

2009-07-23 Thread Willem Jan Palenstijn
On Thu, Jul 23, 2009 at 09:28:12PM +0100, Dr. David Kirkby wrote: > > Martin Albrecht wrote: > > Hi there, > > > > as mentioned earlier I am visiting the Singular team this week in > > Kaiserslautern. On the technical side we worked on > > > > - updating to Singular 3-1-04 where it was very v

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-23 Thread Dr. David Kirkby
John Cremona wrote: > 2009/7/22 Dr. David Kirkby : >> John Cremona wrote: >>> If by "this code" you mean paripriv.h then that belongs to pari, i.e. >>> is upstream. But sage/ext/fast_callable.c will have been written by >>> someone who subscribes to this list, I hope! >>> >>> John >> But the buil

[sage-devel] Re: Catalan Numbers

2009-07-23 Thread Franco Saliola
On Thu, Jul 23, 2009 at 8:20 AM, Tom Boothby wrote: > Richard Stanley currently lists 172 combinatorial interpretations of > the Catalan numbers.  I've been doing some research on Coxeter groups > this summer, and we recently found that a class of permutations in S_n > which are counted by the Cat

[sage-devel] Re: [sage-release] Re: Sage 4.1.1.alpha0 released

2009-07-23 Thread Minh Nguyen
Hi Kiran, On Fri, Jul 24, 2009 at 4:02 AM, Kiran Kedlaya wrote: > > Running make ptestlong (which I had never tried before on this > machine), I see the following failures on 64-bit (Opteron) Fedora 10. > >sage -t -long devel/sage/sage/interfaces/r.py # 1 doctests > failed >sage -

[sage-devel] Re: Notebook translation tips

2009-07-23 Thread Sergey Semerikov
On Jul 23, 8:32 am, William Stein wrote: > (1) What is gettext?  I've never heard of it? Good describe of gettext we can find in http://docs.python.org/library/gettext.html (23.1.3. Internationalizing your programs and modules). The main advantage of such way is an ability to change languages

[sage-devel] Re: Singular and Sage

2009-07-23 Thread Dr. David Kirkby
Willem Jan Palenstijn wrote: > On Thu, Jul 23, 2009 at 09:28:12PM +0100, Dr. David Kirkby wrote: >> make[1]: Entering directory >> `/export/home/drkirkby/sage/sage-4.1/spkg/build/singular-3-1-0-2-20090620/src/kernel' >> ./mkinstalldirs /export/home/drkirkby/sage/sage-4.1/local/include/singular >>

[sage-devel] Linking aged debtors report with MS Access

2009-07-23 Thread John
Hi, I'm really struggling with this one, 'All' I need is a single line of Aged Debtor analysis to appear on a form in Access, from a list of outstanding customer transactions, grouped by Current, 30 days, 60 days 90+ days, as the sage accounts does in the reports section. I have been playing arou

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Minh Nguyen
Hi David, On Thu, Jul 23, 2009 at 7:29 PM, Dr. David Kirkby wrote: >> Now onto ATLAS. > > I won't expect to hear from you for another 8 hours or so then! > > I'm trying to add support for the later processors in ATLAS's code. Then > hopefully I can reduce the time it takes to install, once I h

[sage-devel] Re: Linking aged debtors report with MS Access

2009-07-23 Thread kcrisman
Dear John, Unfortunately, this is the support list for the mathematics software Sage (http://www.sagemath.org), not the accounting software Sage. There seems to be some support at http://www.sagenorthamerica.com/support_training/ but that's the best we can direct you. Good luck! - kcrisman O

[sage-devel] Re: 4.1.1.alpha0 Installation just 'dying' for no known reason

2009-07-23 Thread Dr. David Kirkby
Minh Nguyen wrote: > Hi David, > > On Thu, Jul 23, 2009 at 7:29 PM, Dr. David > Kirkby wrote: > > > >>> Now onto ATLAS. >> I won't expect to hear from you for another 8 hours or so then! >> >> I'm trying to add support for the later processors in ATLAS's code. Then >> hopefully I can reduce th

[sage-devel] Re: Catalan Numbers

2009-07-23 Thread Tom Boothby
Cool to hear that people are interested. So far, I've implemented a CatalanCatalog class, which keeps lists of descriptions of Catalan constructions, maps between different constructions, and functions which enumerate various families of constructions. It also maintains a directed graph of which

[sage-devel] Re: memset() bug which caused MPFR test failures will be fixed by Sun.

2009-07-23 Thread Dr. David Kirkby
William Stein wrote: > On Thu, Jul 23, 2009 at 5:36 PM, Dr. David > Kirkby wrote: >> Many people looked at the reason there were 20 test failures of the MPFR >> test suite on a Sun T5240. I believe the issue is due to memset). >> >> I telephoned Sun a couple of days back to report this officially.

[sage-devel] memset() bug which caused MPFR test failures will be fixed by Sun.

2009-07-23 Thread Dr. David Kirkby
Many people looked at the reason there were 20 test failures of the MPFR test suite on a Sun T5240. I believe the issue is due to memset). I telephoned Sun a couple of days back to report this officially. They have been extremely efficient at handling this case. I now have some information fro

[sage-devel] Re: Is new symbolic derivative really worth the efforts?

2009-07-23 Thread Golam Mortuza Hossain
Hi, On Thu, Jul 23, 2009 at 3:06 PM, Burcin Erocal wrote: > I am not opposed to having the unevaluated diff as an alternative > operator. Thanks Burcin. Surely, it helps to have both derivatives available to Sage users. As Tim said, similar options are available to Maple users. It is easy to

[sage-devel] Re: memset() bug which caused MPFR test failures will be fixed by Sun.

2009-07-23 Thread William Stein
On Thu, Jul 23, 2009 at 5:36 PM, Dr. David Kirkby wrote: > > Many people looked at the reason there were 20 test failures of the MPFR > test suite on a Sun T5240. I believe the issue is due to memset). > > I telephoned Sun a couple of days back to report this officially. They > have been extremely

[sage-devel] scipy_sandbox gives ominous looking errors, but still installs. Is this a bug?

2009-07-23 Thread Dr. David Kirkby
I've been trying to build some of the other packages for Sage on Solaris - I seem to have got a bit stuck on a couple of the bugs, so thought I'd leave them (hoping for a bit of help in some cases). I tried installing scipy_sandbox-20071020.p4 and get what looks like some serious errors, which

[sage-devel] GNUism in lcalc-20080205.p2 passing GNU flags directly to the Sun assembler.

2009-07-23 Thread Dr. David Kirkby
After purging out some of the cases where GNU-specific flags like -soname are passed directly to the Sun linker, I now find lcalc-20080205.p2 is passing GNU specific flags directly to the Sun linker, by using the -Wa flag to g++, which means the next item gets passed directly to the assembler.

[sage-devel] Re: GNUism in lcalc-20080205.p2 passing GNU flags directly to the Sun assembler.

2009-07-23 Thread Dr. David Kirkby
Dr. David Kirkby wrote: > After purging out some of the cases where GNU-specific flags like > -soname are passed directly to the Sun linker, I now find > lcalc-20080205.p2 is passing GNU specific flags directly to the Sun > linker, by using the -Wa flag to g++, which means the next item gets >

[sage-devel] Suppressing warning messages - not a good idea IMHO

2009-07-23 Thread Dr. David Kirkby
Looking at the CFLAGS in the spkg-install of lcalc-20080205.p2, I see: CFLAGS="$CFLAGS -O2 -g -Wa,-W -fno-exceptions -Wno-deprecated" -Wal,-W will suppress warnings from the assembler (IF the GNU assembler is used). -Wno-deprecated is a gcc flag to remove warnings about deprecated headers. Wh

[sage-devel] Re: Suppressing warning messages - not a good idea IMHO

2009-07-23 Thread William Stein
Hi David, I'm cc'ing this on to Mike Rubinstein, the author of lcalc, in case he has any comments. William On Thu, Jul 23, 2009 at 8:46 PM, Dr. David Kirkby wrote: > > Looking at the CFLAGS in the spkg-install of lcalc-20080205.p2, I see: > > CFLAGS="$CFLAGS -O2 -g -Wa,-W -fno-exceptions -Wno-d

[sage-devel] Sagemath with Phone

2009-07-23 Thread NoSyu
Now I make the WAP Page in Sagemath notebook. http://nosyu.pe.kr/attach/1/3770095285.png http://math1.skku.ac.kr/wap_html You can write the sage code in textbox. 예제 1 means example 1. So click the 예제 3, you can see example sage code like this. http://nosyu.pe.kr/attach/1/6037209279.png