[sage-devel] minor typo in Constructions documentation

2009-09-22 Thread Mariah
A minor typo in the Constructions documentation. The Constructions documentation says to send corrections to sage-devel. # HG changeset patch # User Mariah Lenox # Date 1253652415 14400 # Node ID bd65499b09ca9c88108908a609648850433dda8a # Parent 40fe66e6c2b07677706fd983a6be6f3eb86060c5 user

[sage-devel] Re: "sage -sh" question and possible patch

2009-09-28 Thread Mariah
in a sage subshell. # ./sage -sh Starting subshell with Sage environment variables set. Be sure to exit when you are done and do not do anything with other copies of Sage! Bypassing shell configuration files ... /home/mariah/sage/sage-4.1.1-x86_64-Linux-core2-fc sage subshell$ echo hi hi /home/m

[sage-devel] Re: patch in trac # 4644 not in sage-4.2.1 ???

2009-11-23 Thread Mariah
Minh, The patch may have been merged into sage-4.1.2. But it is NOT in sage-4.2.1. Just do (in sage-4.2.1) "./sage -sh". I expect to see (at the end) ***** /home/mariah/sage/sage-4.2.1-x86_64-Linux-core2-fc sage subshell$ * Yet what I see is just * Bypassing shell configura

[sage-devel] Re: patch in trac # 4644 not in sage-4.2.1 ???

2009-11-24 Thread Mariah
echo "Unknown shell: $SHELL!" echo "Exiting Sage." exit 1 esac $SHELL_NAME $SHELL_OPTS "$@" echo Exited Sage subshell. exit $? fi This does NOT have the patch applied. Have I found a bug in the sage distribution process? Mar

[sage-devel] Re: patch in trac # 4644 not in sage-4.2.1 ???

2009-11-24 Thread Mariah
not working for me, but working for everyone else! I am seriously confused. Apologies for being so dense. I will investigate. Mariah -- 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 m

[sage-devel] Re: Fedora 12 build: lib/*.la broken

2010-01-26 Thread Mariah
Volker, I am trying to understand what goes wrong by having the build compiler in a non-standard place. (I am the sys admin for the particular build machine in question.) Can you give me an example of what Sage command or sequence of commands fails? Mariah On Jan 26, 7:43 am, Volker Braun

[sage-devel] Re: Fedora 12 build: lib/*.la broken

2010-01-26 Thread Mariah
es? Sorry to be dense. I am just not grasping how you want to use Sage. Mariah On Jan 26, 12:44 pm, Volker Braun wrote: > Hi Mariah, > > The problem is that no program can dlink the (C++-using) libraries. > All existing spkgs apparently link statically which works but suffers >

[sage-devel] Re: Fedora 12 build: lib/*.la broken

2010-01-26 Thread Mariah
say that Sage binaries are just for running Sage commands. If you want to do development work, you should build from source (in which case Sage will find where the compiler libraries are on your particular machine). If I have things wrong, I hope someone will enlighten me! Mariah On Jan 26, 2

[sage-devel] Re: why Sage 4.3.4 is broken on Fedora and openSUSE

2010-03-30 Thread Mariah
ceptable, let me know and I will change the inputs. The primary purpose of the Skynet machines is for Sage research. However I have a responsibility to the people who paid for these machines (the US taxpayers) to not have the machines sitting around idle. I hope you understand. Mariah -- To po

[sage-devel] Minimum memory to run tests?

2010-05-27 Thread Mariah
memory is the minimum requirement to test Sage? Mariah -- 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

[sage-devel] spks examples and extcode

2010-06-08 Thread Mariah
Would a kind person explain to me (or point me at documentation that explains) what the following two spkgs contain and are supposed to do: examples-4.4.3.spkg extcode-4.4.3.spkg (I am trying to get a better understanding of Sage by looking at each of the spkgs.) Mariah -- To post to this

[sage-devel] Re: rpy2 can try to write outside SAGE_ROOT

2010-06-29 Thread Mariah
David, I just finished building sage-4.4.4.1 as a regular user (not root) on many of the Skynet Linux machines. I do not see the error message that you are reporting. Perhaps this is a problem only on Solaris machines? Mariah On Jun 28, 5:50 pm, "Dr. David Kirkby" wrote: > I

[sage-devel] Re: A bug in matrix conversion into Magma

2010-06-29 Thread Mariah
Kwankyu, This is now trac #9377. sage-support is a better place to report bugs. sage-devel is for discussions about development. Mariah On Jun 28, 10:45 pm, Kwankyu Lee wrote: > Hi, > > On Sage 4.4.4, I have the following bug. > > sage: F.=GF(4) > sage: m=matrix(2,[F

[sage-devel] Re: Easy review for someone

2010-07-02 Thread Mariah
Thanks! I needed something simple to learn how to review. Someone tell me if I did anything wrong. Mariah On Jul 1, 8:52 am, David Kirkby wrote: > If someone wants an easy patch to review, > > http://trac.sagemath.org/sage_trac/ticket/9399 > > should come pretty easy. Currentl

[sage-devel] Re: set_random_seed does not seed Python's random number generator

2012-02-24 Thread Mariah
This is now trac #12580. Mariah On Feb 22, 4:46 pm, William Stein wrote: > Hi Sage-Devel, > > I was very surprised by this just now: > > sage: import random > sage: random.randint(0,20) > 0 > sage: set_random_seed(0) > sage: random.randint(0,20) > 0 >

[sage-devel] Re: bug with algebraic real field and partial_fraction_decomposition

2011-03-22 Thread Mariah
This is now trac ticket #10981. On Mar 21, 12:46 pm, Pierre wrote: > noone really? shall I create a ticket? > > can anyone reproduce that bug? > > On 18 mar, 12:14, Pierre wrote: > > > sage: x= AA['x'].gen() > > sage: P= 1/(1+x^4) > > sage: P.partial_fraction_decomposition() > > ... > > ... > >

[sage-devel] Re: Nullspace of a rational matrix?

2011-06-02 Thread Mariah
0.16 secs, Magma: 1.45 secs 200 x 201 -- Sage: 0.35 secs, Magma: 3.44 secs 250 x 251 -- Sage: 0.54 secs, Magma: 8.26 secs --- Mariah Lenox -- 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...@googlegrou

[sage-devel] Re: Fwd: relaese of NZMATH version 1.1

2011-06-02 Thread Mariah
This is now ticket #11421. On Jun 1, 10:47 am, John Cremona wrote: > FYI > > John > > -- Forwarded message -- > From: NAKAMULA, Ken > Date: Wed, Jun 1, 2011 at 3:13 PM > Subject: relaese of NZMATH version 1.1 > To: nmbrt...@listserv.nodak.edu > > Dear number theorists, > > We are

[sage-devel] Re: Fortran on cicero

2011-08-01 Thread Mariah
/local/gcc-4.6.1/x86-Linux-pentium4-fc/bin/gfortran buildbot@cicero ~$ Mariah Lenox Skynet sytem administrator On Aug 1, 7:42 am, Jeroen Demeyer wrote: > To the sysadmin of the buildbot machine "cicero": > > It seems that gcc and g++ have recently been upgraded to version 4.6.

[sage-devel] "sage -sh" question and possible patch

2009-09-25 Thread Mariah Lenox
rrent directory? If so, I will have another think about this. If not, would a kind person please check in the patch. Mariah --- sage-sage.old 2009-09-25 10:52:08.278703000 -0400 +++ sage-sage.new 2009-09-25 15:11:21.214214000 -0400 @@ -374,41 +374,37 @@ echo "with other copie

[sage-devel] patch in trac # 4644 not in sage-4.2.1 ???

2009-11-20 Thread Mariah Lenox
Sage Developers, trac # 4644 has a patch that I wrote to deal with several problems with 'sage -sh'. It is listed as fixed in 4.2. Yet sage-4.2.1 does not seem to have the patch. Did I miss a discussion about this issue that caused my patch to be reverted? -- Mariah -- To po

[sage-devel] I believe ticket #8700 can be closed

2010-06-15 Thread Mariah Lenox
I believe ticket #8700 (needs_review defect) can be closed. It has a milestone of 4.4.4 and a patched spkg libpng-1.2.35.p1.spkg but libpng-1.2.35.p1.spkg is already in 4.4.3 (and the problem mentioned in #8700 is fixed). Can someone with the proper authority please close #8700. Mariah

[sage-devel] I believe ticket #5238 can be closed

2010-06-15 Thread Mariah Lenox
I believe ticket #5238 can be closed. Ticket #5238 (remove qsieve.spkg and replace it by mpQS (part of FLINT)) should be closed because qsieve.spkg is no longer part of standard. Would someone with the proper authority please close #5238. Mariah -- To post to this group, send an email to sage

[sage-devel] trac #2048 while humorous could be closed

2010-06-18 Thread Mariah Lenox
trac #2048 while humorous could be closed Mariah -- 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

[sage-devel] spkg inside spkg?

2010-06-30 Thread Mariah Lenox
to put them both at the same level with a note about the dependency in the deps file? Mariah -- 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

[sage-devel] skynet buildbot disk hog

2011-11-09 Thread Mariah Lenox
Would whomever has access to the skynet buildbot please clean up the files it is generating? Disk space on skynet is at a dangerous 97% full. The buildbot seems to be the biggest disk hog: 2007 101G 2008 104G 2009 136G Mariah Lenox skynet system administrator -- To post to

[sage-devel] spam on sage wiki

2011-05-10 Thread Mariah Lenox
It looks like the bottom of http://wiki.sagemath.org/devel/UsefulSoftware has been spammed. Mariah -- 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