[sage-devel] Error building gcc-4.9.3.pl on old ticket

2019-05-28 Thread Anna Haensch
Hi All, I'm returning to an old ticket that's been on trac for awhile (#19112...most recent milestone Sage-7.1). The patchbot has failed, so I know that something isn't right. I just tried to download and "make" the branch and it raised an error, see below: [gcc-4.9.3.p1] #define _VSTD std

[sage-devel] openblas error while building Sage on Mac OSX 10.9

2017-04-19 Thread Anna Haensch
I'm trying to build sage from source code on a MacBookPro running OSX 10.9 and Xcode 6.2 with command line tools installed. When I run the make command I get the following error: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make

[sage-devel] Re: Error building branch from git clone

2016-01-19 Thread Anna Haensch
rday, January 16, 2016 at 5:53:45 PM UTC+1, Anna Haensch wrote: >> >> Thanks for the replies. I just made a fresh new clone, then checked out >> the branch, and tried to run make, and got a different error, this time >> it's: >> >> Error installing

[sage-devel] Re: Error building branch from git clone

2016-01-16 Thread Anna Haensch
trac checkout 19112 Loading ticket #19112... Checking out Trac #19112 remote branch u/tgaona/ticket/19112 -> local branch t/19112/ticket/19112... sage annahaensch$ git branch master * t/19112/ticket/19112 haenscha-ch-3:sage annahaensch$ make On Thursday, January 14, 2016 at 3:18:03 PM UT

[sage-devel] Error building branch from git clone

2016-01-14 Thread Anna Haensch
Hello, not sure if I should be posting this here or sage-support, but I'm having difficulty building a local sage branch. I'm working from a clone build from the sage git repository and I just created a branch from an existing ticket on sagetrac. If I want to boot up sage and actually use the

[sage-devel] Re: Bug Days?

2015-01-11 Thread Anna Haensch
Hi, I'd be interesting in co-organizing a Bug Days *in* August 2015 if that's still allowed, or failing that, May 2015. Anna On Thursday, January 8, 2015 at 9:34:19 AM UTC-6, William Stein wrote: > > Hi, > > Would anybody be interested in helping me to organize a bug days > workshop sometime

[sage-devel] Re: Bug Days?

2015-01-11 Thread Anna Haensch
Hi, I'd be interesting in co-organizing a Bug Days *in* August 2015 if that's still allowed, or failing that, May 2015. Anna On Thursday, January 8, 2015 at 9:34:22 AM UTC-6, William wrote: > > Hi, > > Would anybody be interested in helping me to organize a bug days > workshop sometime in th

[sage-devel] Re: Sage 5.11 crashes on run when functions are imported

2013-11-14 Thread Anna Haensch
Frederic > > Le jeudi 14 novembre 2013 21:30:10 UTC+1, Anna Haensch a écrit : >> >> I'm running 5.11 (built from source-code). I went into the file >> quadratic_form__local_field_invariants.py and added the line >> >> from sage.rings.number_field.number_f

[sage-devel] Sage 5.11 crashes on run when functions are imported

2013-11-14 Thread Anna Haensch
I'm running 5.11 (built from source-code). I went into the file quadratic_form__local_field_invariants.py and added the line from sage.rings.number_field.number_field import primes_above Now when I try to run sage I get a crash message. I've attached the full crash report. If I remove that

Re: [sage-devel] 5.2 intall -- doctest failed

2012-08-03 Thread Anna Haensch
That worked! Thanks for the help. On Thursday, August 2, 2012 5:52:23 PM UTC-4, yomcat wrote: > > On 3/08/2012, at 2:12 AM, Anna Haensch wrote: > > > > What's the protocol then for reviewing patches on my machine at the > moment? > > I guess it's impossi

Re: [sage-devel] 5.2 intall -- doctest failed

2012-08-02 Thread Anna Haensch
Is this sort of problem usually ironed out quickly? Maybe I just wait a few days? Thanks so much! On Thursday, August 2, 2012 10:04:54 AM UTC-4, Jeroen Demeyer wrote: > > On 2012-08-02 16:00, Anna Haensch wrote: > > Hi All, > > > > I just installed 5.2 on

[sage-devel] 5.2 intall -- doctest failed

2012-08-02 Thread Anna Haensch
Hi All, I just installed 5.2 on OS X 10.6.8. Immediately after the build, I ran $ ./sage -tp 10 long devel/sage-main/ and without applying any new patches, got several doctest failures: sage -t devel/sage-main/sage/databases/sql_db.py # 14 doctests failed sage -t devel/sage-main/sage/graphs

[sage-devel] Re: Can I input n variables in python?

2011-09-23 Thread Anna Haensch
Thank you! That's precisely what I needed. On Sep 23, 5:40 am, Marco Streng wrote: > > On Thu, Sep 22, 2011 at 1:37 PM, Anna Haensch wrote: > > > Is there any way in sage, or rather python, to define a function which > > > takes as its input n variables,

[sage-devel] Can I input n variables in python?

2011-09-22 Thread Anna Haensch
Is there any way in sage, or rather python, to define a function which takes as its input n variables, rather than assigning a fixed number? I've just written a piece of code for the Quadratic Forms module, which takes as input a Quadratic Lattice, Q, and three vectors, so (Q,v_1,v_2,v_3), and it

[sage-devel] Souvigner optional package does not exist?

2010-06-24 Thread Anna Haensch
Hello, this is my first post, and I'm very new to Sage. I appreciate any help anyone might offer. The file sage/quadratic_forms/quadratic_forms_equivalence_testing.py asks for an optional Souvigner package. it looks like this package might not exist. Here's the link to the track posted about a