[sage-devel] Re: Error when installing from source code on Windows 11

2022-03-26 Thread Johannes Schmitt
I had very similar problems when trying to install the current development version on cygwin (the package python3-3.10.2 failed to build). I was able to fix this by manually specifying in the configuration that the system python3.8 should be used (python3.9 failed for separate reasons), but then

[sage-devel] Bug in __hash__ for PermutationGroupElement

2021-01-14 Thread Johannes Schwab
)) True sage: H.one() in d False Best, Johannes Schwab -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view th

[sage-devel] Re: recipe for target 'ecl-16.1.2.p4' fail

2017-10-10 Thread Johannes Martin
ences of this broken dependency will be. gcc5 doesn't show up in my rpm-list any longer. But at least for now I'm happy. Thanks a lot for your help, Johannes. Am Montag, 9. Oktober 2017 20:57:23 UTC+2 schrieb Johannes Martin: > > I tried to install sage-8.0 from source on opensuse

Re: [sage-devel] recipe for target 'ecl-16.1.2.p4' fail

2017-10-09 Thread Johannes Martin
rsion 3.x? > > > On 10/10/2017, at 08:58, Johannes Martin > wrote: > > > > libffi4 5.3.1+r233831-10.1 > > > > Am Montag, 9. Oktober 2017 21:09:54 UTC+2 schrieb François Bissey: > > What version of ffi (possibly libffi) is one the system? > > &

Re: [sage-devel] recipe for target 'ecl-16.1.2.p4' fail

2017-10-09 Thread Johannes Martin
libffi4 5.3.1+r233831-10.1 Am Montag, 9. Oktober 2017 21:09:54 UTC+2 schrieb François Bissey: > > What version of ffi (possibly libffi) is one the system? > > François > > > On 10/10/2017, at 07:57, Johannes Martin > wrote: > > > > I tried to install sa

[sage-devel] Re: Bug in groebner_basis()?

2017-07-15 Thread Johannes Schwab
Oh, thank you! Sometimes it's a good idea to have a look at the documentation of ALL used functions... Sorry for the trouble. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send a

[sage-devel] Bug in groebner_basis()?

2017-07-14 Thread Johannes Schwab
ferent algorithms as argument to groebner_basis(), the result is always the same. Is this a bug, or do I have some stupid error in my code? Regards, Johannes -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

[sage-devel] Error installing package ecl-15.3.7p0

2016-05-09 Thread Johannes Martin
Hi, I cannot compile the source files of sage on openSuse Leap 42 Linux linux-noh5 4.1.20-11-default #1 SMP PREEMPT Fri Mar 18 14:42:07 UTC 2016 (0a392b2) x86_ 64 x86_64 x86_64 GNU/Linux The corresponding log-file shows the following information gcc -DECLDIR="\"/home/jmartin/Downloads/sage-7.1

Re: [sage-devel] Pythonics

2016-03-31 Thread Johannes
On 31.03.2016 23:08, Justin C. Walker wrote: Hi, all, I have couple of questions regarding "attributes" in Python/Sage: 1. If hasattr(X, "foo") returns True, does that mean that "X.foo" should not blow up? this means X.foo is defined. 2. Is there a way to tell, when hasattr(X, "foo") return

Re: [sage-devel] Re: Sage's "changelog"

2015-05-13 Thread Johannes
at kind of issues? And what kind of help? Maybe Ican spend some time on it too. bg, Johannes -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Re: max(sin(x),cos(x)) = sin(x)

2015-05-13 Thread Johannes
se an exception and somehow mention symbolic_min/symbolic_max. bg, Johannes Vincent: I am asking you especially, since you were initially opposed to it. I only want something (anything) to be done about it. Nathann On Saturday, May 9, 2015 at 7:11:42 PM UTC+2, Nils Bruin wrote: On Saturday, May

[sage-devel] Re: Products of permutations use nonstandard order of operation

2013-10-03 Thread Johannes Huisman
Hi there, I'm new to sage-devel. So I apologize in advance if I say things that make no sense. The order of the product of two permutations in sage struck me as well, as many others, no doubt. As has been said, it does not really matter which order has been chosen, as soon as the other order

[sage-devel] Sage 5.9 Fails to build in conway_polynomials

2013-05-05 Thread Johannes
Hi List, I tried to upgrade sage via sage -upgrade but it fails in conway_polynomials. For more Details see attachment. On: Linux neo 3.2.0-41-generic #65-Ubuntu SMP Wed Apr 10 18:23:37 UTC 2013 i686 i686 i386 GNU/Linux Ubuntu 12.04 bg Johannes -- You received this message because you are

Re: [sage-devel] Blocker tickets

2013-04-12 Thread Johannes
Hi, Tickt 14433 fails on my system: sage:len(search_doc('tree', interact=False).splitlines() 3956 sage: version() 'Sage Version 5.8, Release Date: 2013-03-15' bg, Johannes On 12.04.2013 16:01, Jeroen Demeyer wrote: > There are 2 blocker tickets remaining for Sage 5.9, bot

Re: [sage-devel] Signal handling

2013-03-29 Thread Johannes
, Johannes On 29.03.2013 08:02, Jeroen Demeyer wrote: > On 03/28/2013 11:44 PM, tom d wrote: >> The problem seems to be at: >> from sage.ext.c_lib import _init_csage, sig_on_count >> _init_csage() >> which is explicitly using the signal library and doing signal handling &

Re: [sage-devel] Re: Python 3 formatting

2013-01-31 Thread Johannes
some of those errors should be fixable by a little sed script like most of the whitespace warnings and '<>'. greatz Johannes On 31.01.2013 12:17, Jeroen Demeyer wrote: > $ pep8 -qq --statistics sage > 869 E111 indentation is not a multiple of four > 189

Re: [sage-devel] Some cleanup of signal handling code (#13946) needs review

2013-01-13 Thread Johannes
I think something with my installation is broken, I removed the patch and still get the same errors. I try to track down the reasons for this. bg, Johannes On 13.01.2013 19:49, Johannes wrote: > yea, I have and I never had problems with it. It's a big surprise for > me, that so much t

Re: [sage-devel] Some cleanup of signal handling code (#13946) needs review

2013-01-13 Thread Johannes
yea, I have and I never had problems with it. It's a big surprise for me, that so much tests failed, even because I never recognized any problems. bg, Johannes On 13.01.2013 12:44, Volker Braun wrote: > On Sunday, January 13, 2013 11:27:09 AM UTC, Johhannes wrote: > > I ru

Re: [sage-devel] Some cleanup of signal handling code (#13946) needs review

2013-01-13 Thread Johannes
ot2tex/dot2tex.py", line > 2966, in convert_graph > tex = main(True, dotsource,options) > File > "/usr/lib/sagemath/local/lib/python/site-packages/dot2tex/dot2tex.py", line > 2928, in main > s = conv.convert(dotdata) > File > &quo

[sage-devel] Problems with Mercurial / importing new patches

2013-01-12 Thread Johannes
d two new files - changed one file on my own. now I want to import to more patches, what am I doing wrong? bg, Johannes -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com.

Re: [sage-devel] Re: Weird issue with matrix mutability

2013-01-11 Thread Johannes
I agree, the best is to speed up matrices at all, instead of creating a dangerous hack, just to speed up 2x2 Matrices. Further I think it's natural to inherit (most) matrix classes from Matrix, so this should not be changed. bg, Johannes On 11.01.2013 21:47, Nils Bruin wrote: > sag

Re: [sage-devel] Re: Weird issue with matrix mutability

2013-01-10 Thread Johannes
I think it would be enough to move the _mutability = Mutability(False) statement from the _copy_() method to the _new_c() method. On 11.01.2013 00:20, Johannes wrote: > But in the _copy_() method _mutability is set to a value. Even if I > think this should be done in _new_c(). > >

Re: [sage-devel] Re: Weird issue with matrix mutability

2013-01-10 Thread Johannes
But in the _copy_() method _mutability is set to a value. Even if I think this should be done in _new_c(). By the way, this bug also appears for x + y and x - y. greatz Johannes On 10.01.2013 23:34, Nils Bruin wrote: > On Jan 10, 12:55 pm, Johannes wrote: >> hey list, >> >&g

Re: [sage-devel] Weird issue with matrix mutability

2013-01-10 Thread Johannes
en, if in _new_c the number of cols and rows is set, I think there is some internal object, which still has no value greatz Johannes On 10.01.2013 10:10, David Loeffler wrote: > The following curious bug came up during work on ticket #12233. For some > reason, if one creates a 2x2 integer

Re: [sage-devel] High level architectural design document of Sage

2012-12-04 Thread Johannes
, explaining the coercion model: http://sagemath.blogspot.de/2010/11/brief-history-and-motivation-behind.html I think it is the wrong way, that somebody who wants to start coding for sage must have to look at the source code to get a to learn something about the design and structure of sage. greatz Johannes

Re: [sage-devel] Sage testing

2012-11-21 Thread Johannes
Hey Jernej, take a look here: http://www.sagemath.org/doc/developer/walk_through.html#reviewing-a-patch greatz Johannes On 21.11.2012 17:20, Jernej Azarija wrote: > Hello! > > I was wondering how is testing of Sage currently performed. > > What I was wondering is if there is a

Re: [sage-devel] Ubuntu 12.04: Sage fails to install from PPA - Error installing package gap_packages-4.4.12.p

2012-11-21 Thread Johannes
ath-optional I get get exactly the same error as before. greatz Johannes > Until you do this your package manager will stay in a broken state. > When you run dpkg -l sagemath-optional, it should also say "ii" > next to it, once you are finished. > > Regards, > Jan &g

Re: [sage-devel] Ubuntu 12.04: Sage fails to install from PPA - Error installing package gap_packages-4.4.12.p

2012-11-18 Thread Johannes
Hey, On 18.11.2012 20:23, Jan Groenewald wrote: > Dear Johannes, > > How did you install? From the PPA? Is this the sagemath-optional trying > to build? I once installed Sage by `apt-get install sagemath-optional sagemath-upstream-binary` > > Johannes, please list the inst

Re: [sage-devel] bug in groups.prod?

2011-08-14 Thread Johannes
I got my error, i mixed prod and cartesian_product. Am 14.08.2011 16:50, schrieb Johannes: > Hi list, > i tried to compute the product of two matrix groups and run in a gap > parsing error. > Miniexample: > g1 = MatrixGroup([Matrix(CC,[[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, -1, 0]

[sage-devel] bug in groups.prod?

2011-08-14 Thread Johannes
lex Field with 53 bits of precision;; ^ Variable: 'with' must have a value Variable: 'bits' must have a value Variable: 'precision' must have a value executing $sage8:=Complex Field with 53 bits of precision;; greatz Johannes -- T

Re: [sage-devel] Shall / can we reduce the number of Sage related Google groups?

2011-08-03 Thread Johannes
> audience, putting them into a small list? > > V. > sage-windows discusses a topic that is said to be a major goal of > Sage. Hence, why not underlining its importance? Why not raising > alertness by exposing it to the "big audience"? maybe it would be a better idea

Re: [sage-devel] Re: building sage took more then 24h now

2010-11-22 Thread Johannes
e scripts, they may retry without limit on > (partial)failure. > It might be worth editing to limit the re-tries, example Atlas gives > up after 5. > > Disclaimer; I am a newbie, regard my input as NOT advice (-: > > On Nov 16, 3:21 am, Johannes wrote: > >> hi lis

Re: [sage-devel] Re: Severe slowness of singular interface on some machines partially caused by _synchronize

2010-11-21 Thread Johannes
e: 8.00897812843 Total CPU: 0.300014 and my config: Linux neo 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux j_sch...@neo:~$ sage -version | Sage Version 4.6, Release Date: 2010-10-30 hope this helps. greatz Johannes Am 19.11.2010 15:12, schrieb Willem Jan Palenstijn: &g

Re: [sage-devel] Error building sage 4.6 on ubuntu 10.04

2010-11-16 Thread Johannes
No, building ATLAS failed. Am 17.11.2010 04:16, schrieb François Bissey: >> those hints helped me: >> http://ask.sagemath.org/question/107/building-atlas >> >> > Was the issue that ATLAS had not finished building yet? > > Francois > > -- To post to this group, send an email to sage-devel

Re: [sage-devel] Error building sage 4.6 on ubuntu 10.04

2010-11-16 Thread Johannes
those hints helped me: http://ask.sagemath.org/question/107/building-atlas greatz Am 17.11.2010 00:42, schrieb Johannes: > Hi list, > today I tried to build the newset sage Version on my system from the > sources and it fails. > > this seems to be the imporant part of the ins

[sage-devel] building sage took more then 24h now

2010-11-16 Thread Johannes
z 2GB Ram Linux neo 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux greatz Johannes -- 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, visi

[sage-devel] bug in show/latex?

2010-10-18 Thread Johannes
hi list I have this simple code: latex(matrix([[-(a + 1)/b]])) and i get: \left(\begin{array}{r} \frac{-a + 1}{b} \end{array}\right) but it should be \left(\begin{array}{r} \frac{-a - 1}{b} \end{array}\right) or \left(\begin{array}{r} \frac{-(a + 1)}{b} \end{array}\right) greatz Johannes

Re: [sage-devel] Re: sage crashes on calculating roots of a polynom

2010-10-08 Thread Johannes
that's the only test wich fails: The following tests failed: sage -t "devel/sage/sage/graphs/schnyder.py" I dont think that there is any connection to my problem. greatz Johannes Am 07.10.2010 20:06, schrieb mhampton: > Those commands work for me on linux (ubuntu

Re: [sage-devel] Re: sage crashes on calculating roots of a polynom

2010-10-07 Thread Johannes
out > of your error messages. > > On 7 Okt., 17:31, Johannes wrote: > >> Hi list, >> i got my sage crashed once again: >> >> sage: a,b,c= var('a,b,c') >> sage: mprime = matrix([[01,b+1,2],[a+1,2,1],[2,1,c+1]]) >> sage: cp = mprime.charpol

Re: [sage-devel] sage crashes on calculating roots of a polynom

2010-10-07 Thread Johannes
uname -a Linux neo 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux sage --version | Sage Version 4.5.3, Release Date: 2010-09-04 -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsub

[sage-devel] sage crashes on calculating roots of a polynom

2010-10-07 Thread Johannes
eived signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () wich looks like the one i get running just sage. greatz Johannes -- 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

[sage-devel] segfault while running sage

2010-10-05 Thread Johannes
).subs(b=0) for coordinate in item] for item in wi ]) Program received signal SIGSEGV, Segmentation fault. GiNaC::basic::compare (this=0x8416bb0, other=...) at basic.cpp:838 838 basic.cpp: No such file or directory. in basic.cpp it seems to be a bug in the _cmp_ function. great

[sage-devel] Error while building libfplll in sage -upgrade

2010-09-24 Thread Johannes
/Linux sage: /opt/sage-4.5.1/p_group_cohomology-2.0 is already installed SAGE_ROOT=/opt/sage-4.5.1 it seems that im using the wrong version of glibc, i'm using the default ubuntu version 2.11.1 which is too high. is there any way to build it against this higher version? greatz Johannes -- To

Re: [sage-devel] domains for variables

2010-07-29 Thread Johannes
sorry, wrong list. Am 30.07.2010 00:01, schrieb Johannes: > Hi list, > i try to solve a linear equation in ZZ in the variables w_i: > > sage: variables = [var("w" + str(i),domain=ZZ)for i in range(s.nvertices())] > sage: eq > (w0 + w1 + w2 - 14*w3, w1 + 2*w2 - 8*w3,

[sage-devel] domains for variables

2010-07-29 Thread Johannes
up to here it's ok, but now im lookin for the smalest integer r548 > 0 solving this equatoins. in other words, the smalest r548 such that every wi is in ZZ. How can i do this? Johannes -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send

Re: [sage-devel] bug in solve?

2010-07-28 Thread Johannes
ok, i got my first mistake, the first line in the functoin schould be this: variables = [var("w" + str(i))for i in range(s.nvertices())] but anyway, no reason for such a big problem. Am 29.07.2010 01:15, schrieb Johannes: > i just tried something with solving a equation, i think

[sage-devel] bug in solve?

2010-07-28 Thread Johannes
sion depth exceeded in cmp',) in Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in ignored [...] i just helped to kill python by killall -9 python. greatz Johannes -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from

Re: [sage-devel] Re: new keywords for limit()

2010-07-28 Thread Johannes
> 2. I wanted to avoid confusion about whether "left" meant "moving > leftward" as opposed to "from the left." > +1 here seems to be more presice than just left or right. greatz Johannes -- To post to this group, send an email to sage-devel@googlegr

Re: [sage-devel] global options for python

2010-07-14 Thread Johannes
I just had a first look and the most warnings (on startup) arise for the __cmp__ method, wich seems to be removed in python 3.x greatz Johannes Am 15.07.2010 00:06, schrieb Johannes: > many thanks guys, i'll test it soon and give some feedback about the > results. > > gre

Re: [sage-devel] global options for python

2010-07-14 Thread Johannes
many thanks guys, i'll test it soon and give some feedback about the results. greatz Johannes Am 14.07.2010 23:55, schrieb Carl Witty: > On Wed, Jul 14, 2010 at 2:43 PM, Mike Hansen wrote: > >> On Wed, Jul 14, 2010 at 2:31 PM, Johannes wrote: >> >>> i

[sage-devel] global options for python

2010-07-14 Thread Johannes
r? greatz Johannes -- 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: http://www.sagemath.org

Re: [sage-devel] Re: Bug or feature - questoin about databindings

2010-07-10 Thread Johannes
"", line 1, in > NameError: name 'i' is not defined > > The point being that in Python 3.x this fact of life is change. > Eventually, Sage will switch to Python 3.x. > > William > > is there a way to build sage testwise with python 3.x? For exa

[sage-devel] Bug or feature - questoin about databindings

2010-07-10 Thread Johannes
happens, because the in every step i have to access my orginal p) and after that should be destroyed again. greatz Johannes -- 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

[sage-devel] Re: SciTools in Sage

2008-09-25 Thread Johannes Ring
On Thu, Sep 25, 2008 at 9:23 AM, mabshoff <[EMAIL PROTECTED]> wrote: > On Sep 25, 12:01 am, "Johannes Ring" <[EMAIL PROTECTED]> wrote: >> Nothing new on this issue? >> >> Regards, >> Johannes > > I took a look a week ago and besides some

[sage-devel] Re: SciTools in Sage

2008-09-25 Thread Johannes Ring
Nothing new on this issue? Regards, Johannes On Tue, Sep 9, 2008 at 10:41 AM, Johannes Ring <[EMAIL PROTECTED]> wrote: > Hi Michael, > > On Thu, Sep 4, 2008 at 4:59 AM, mabshoff <[EMAIL PROTECTED]> wrote: >> On Sep 3, 2:37 am, "Johannes Ring" <[EMAIL PROT

[sage-devel] Re: SciTools in Sage

2008-09-09 Thread Johannes Ring
Hi Michael, On Thu, Sep 4, 2008 at 4:59 AM, mabshoff <[EMAIL PROTECTED]> wrote: > On Sep 3, 2:37 am, "Johannes Ring" <[EMAIL PROTECTED]> wrote: >> Hello Sage developers, > > Hi Johannes, > >> I am one of the developers of the Python package SciToo

[sage-devel] SciTools in Sage

2008-09-03 Thread Johannes Ring
.uio.no/johannr/tmp/ . It would be very nice if SciTools was included into Sage, perhaps in the experimental section for now. I think the scitools++ package can be removed. Thanks, Johannes Ring P.S. For those that don't know about SciTools, it's a Python package with lots of useful tools