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
))
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
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
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?
> >
&
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
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
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
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
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
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
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
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
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
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
,
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
&
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
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
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
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
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.
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
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().
>
>
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
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
,
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
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
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
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
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]
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
> 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
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
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
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
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
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
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
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
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
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
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
).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
/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
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,
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
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
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
> 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
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
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
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
"", 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
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
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
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
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
.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
57 matches
Mail list logo