[sage-devel] Re: can no longer push to trac from ubuntu 22.04

2022-05-05 Thread Steven Trogdon
I must sent email to you by mistake. Perhaps this is the issue https://groups.google.com/g/sage-devel/c/RArcnGt0i6E On Thursday, May 5, 2022 at 8:43:38 AM UTC-6 Frédéric Chapoton wrote: > Hello, > Since I recently upgraded my ubuntu to 22.04, I cannot push from and pull > to > >

[sage-devel] --random-seed and consistent doctest results

2022-04-03 Thread Steven Trogdon
With 9.6.beta7 I have the following failure when running the testsuite sage -t --long --warn-long 96.7 --random-seed=323793429833434243810534467855837341563 src/sage/schemes/toric/sheaf/klyachko.py ** File

[sage-devel] Re: pdf docs from jupyter notebook

2022-01-19 Thread Steven Trogdon
pdf > file. > This is with Sage 9.5.rc0 running on Ubuntu 20.04. > > Eric. > Le dimanche 9 janvier 2022 à 19:26:01 UTC+1, Steven Trogdon a écrit : > >> From a new Sagemath jupyter notebook if I select the Sage Documentation I >> have numerous PDF links wh

Re: [sage-devel] trouble pushing to a ticket

2022-01-19 Thread Steven Trogdon
Didn't mean to send a private email. This worked, thanks. I was aware of the change but didn't realize the extent. Thanks again. On Wednesday, January 19, 2022 at 10:09:42 PM UTC-7 Michael Orlitzky wrote: > On Wed, 2022-01-19 at 21:04 -0800, Steven Trogdon wrote: > > I'm having d

[sage-devel] trouble pushing to a ticket

2022-01-19 Thread Steven Trogdon
I'm having difficulty pushing to a ticket, which I've done many times previously. When I push, i.e. git trac push ticket# I get STDERR: g...@trac.sagemath.org: Permission denied (publickey). STDERR: fatal: Could not read from remote repository. STDERR: STDERR: Please make sure

[sage-devel] Re: pdf docs from jupyter notebook

2022-01-10 Thread Steven Trogdon
umentation and there is no attempt to show any pdf > file. > This is with Sage 9.5.rc0 running on Ubuntu 20.04. > > Eric. > Le dimanche 9 janvier 2022 à 19:26:01 UTC+1, Steven Trogdon a écrit : > >> From a new Sagemath jupyter notebook if I select the Sage Documentation I

[sage-devel] Re: pdf docs from jupyter notebook

2022-01-10 Thread Steven Trogdon
documentation and there is no attempt to show any pdf > file. > This is with Sage 9.5.rc0 running on Ubuntu 20.04. > > Eric. > Le dimanche 9 janvier 2022 à 19:26:01 UTC+1, Steven Trogdon a écrit : > >> From a new Sagemath jupyter notebook if I select the Sage Documentation I >&g

[sage-devel] pdf docs from jupyter notebook

2022-01-09 Thread Steven Trogdon
>From a new Sagemath jupyter notebook if I select the Sage Documentation I have numerous PDF links which are broken., for example [W 11:01:19.061 NotebookApp] 404 GET /kernelspecs/pdf/en/tutorial/SageTutorial.pdf (::1): Kernel spec pdf not found [W 11:01:19.062 NotebookApp] 404 GET

[sage-devel] sage --install

2021-11-19 Thread Steven Trogdon
Is this still supposed to work? ./sage --installed [package]...[latest version] ([version]) Traceback (most recent call last): File "/local/sage-git/sage/src/bin/sage-list-packages", line 102, in pkg.installed_version = pkg.installed_version or 'not_installed'

Re: [sage-devel] [abi:cxx11] in givaro prevents linking to system givaro on Fedora 32

2021-05-08 Thread Steven Trogdon
Building Givaro on Gentoo I have CXXFLAGS=-O2 -pipe -march=native -O2 -pipe -fabi-version=6 -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx Your Redhat has CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions

[sage-devel] ModuleNotFoundError in doctesting src/sage/misc/sageinspect.py

2021-04-08 Thread Steven Trogdon
I've created https://trac.sagemath.org/ticket/31626 for the above. Perhaps someone has some input. The computer (gentoo linux) on which Sage is installed is relatively new. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

[sage-devel] Gentoo: Unable to configure vanilla Sage with system fplll

2021-01-11 Thread Steven Trogdon
On gentoo, after make fplll-clean ./configure --with-system-fplll=yes from config.log there is configure:39046: result: fplll-5.4.0: no suitable system package; will be installed as an SPKG However, I have system fplll-5.4.0 installed [I] sci-libs/fplll

[sage-devel] Re: Sage with system brial

2020-09-02 Thread Steven Trogdon
Thanks much. I knew there should be something simple. On Wednesday, September 2, 2020 at 12:34:20 PM UTC-6, Matthias Koeppe wrote: > > Use "make brial-clean" to uninstall the spkg. > > On Wednesday, September 2, 2020 at 11:29:21 AM UTC-7, Steven Trogdon wrote: >> >

[sage-devel] Sage with system brial

2020-09-02 Thread Steven Trogdon
Is it possible to build Sage using ones system brial? I have ./configure --with-system-brial=yes LDFLAGS=-Wl,-O1 -Wl,--as-needed --no-create --no-recursion and then from config.log ## -- ## ## Checking whether SageMath should install SPKG

[sage-devel] Re: Should valgrind work when running doctests?

2019-02-27 Thread Steven Trogdon
I believe ./sage -t --long --valgrind "doctest" is broken. Please see https://trac.sagemath.org/ticket/27381 for a fix. On Monday, February 25, 2019 at 10:36:47 PM UTC-6, Steven Trogdon wrote: > > Running ./sage --valgrind works with a resulting sage prompt. However, >

[sage-devel] Should valgrind work when running doctests?

2019-02-25 Thread Steven Trogdon
Running ./sage --valgrind works with a resulting sage prompt. However, ./sage -t --long --valgrind src/sage/combinat/tableau.py does not work. The ~/.sage/valgrind/sage-memcheck. file reads ==8525== Memcheck, a memory error detector ==8525== Copyright (C) 2002-2017, and GNU GPL'd, by Julian

Re: [sage-devel] MemoryError when individually doctesting sage/combinat/tableau.py

2019-02-13 Thread Steven Trogdon
One more thing. If I remove sage: StandardTableaux(50).cardinality() # long time then doctesting `tableary.py` with --long passes. On Wednesday, February 13, 2019 at 12:27:03 PM UTC-6, Steven Trogdon wrote: > > Assuming this is the correct thing to do, starting at lin

Re: [sage-devel] MemoryError when individually doctesting sage/combinat/tableau.py

2019-02-13 Thread Steven Trogdon
lt up is causing a > memory problem? Could you try inserting a `gc.collect()` in the for loop > and seeing if the file passes after that? > > Best, > Travis > > > On Tuesday, February 12, 2019 at 7:52:09 AM UTC+10, Dima Pasechnik wrote: >> >> I see similar erro

[sage-devel] MemoryError when individually doctesting sage/combinat/tableau.py

2019-02-11 Thread Steven Trogdon
When individually doctesting tableau.py with vanilla 8.7.beta3 I see: sage -t --long src/sage/combinat/tableau.py # Bad exit: 1 The source is Trying (line 7735):StandardTableaux(50).cardinality() # long time Expecting: 27886995605342342839104615869259776

[sage-devel] Re: Sage 8.4 does not compile / CentOS 6.10

2018-11-06 Thread Steven Trogdon
This looks suspiciously like https://github.com/wbhart/mpir/issues/217 although on OSX instead of CentOS. On Monday, November 5, 2018 at 4:27:29 PM UTC-6, Daniel Ouimet wrote: > > Hi, > > on a Linux CentOS 6.10, I have an error compiling: >

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Steven Trogdon
The log file would be good. Though not on a Mac I had a "similar" situation where, for some reasion, local/bin/pip was missing. See https://groups.google.com/d/msg/sage-release/XUYlh2DHP9E/qIZEf8qRAAAJ On Thursday, September 6, 2018 at 1:21:42 AM UTC-5, Andrew wrote: > > I'm not able compile

[sage-devel] Re: typesetting of math formulas in (certain) docstrings is broken

2018-01-08 Thread Steven Trogdon
be. Apparently, this has been this way for some time? Perhaps someone else can get some mileage from this. On Monday, January 8, 2018 at 11:33:04 AM UTC-6, Steven Trogdon wrote: > > The html code for plot.html appears to be correct. In places where `(0,1)` > is typeset there is \((0,1)\)

[sage-devel] Re: typesetting of math formulas in (certain) docstrings is broken

2018-01-08 Thread Steven Trogdon
the MathJax stuff is not being loaded? So what could be causing this? On Sunday, January 7, 2018 at 11:52:41 PM UTC-6, Steven Trogdon wrote: > > This appears to be since version 8.1. In src/sage/plot/plot.py there is > > .. warning:: > > If ``plotjoined`` is ``Fal

[sage-devel] Re: typesetting of math formulas in (certain) docstrings is broken

2018-01-08 Thread Steven Trogdon
> > Hi Steven, > > Le lundi 8 janvier 2018 06:52:41 UTC+1, Steven Trogdon a écrit : > >> >> In the html docs, the `(0,1)` now appears literally as \((0,1)\), i.e. no >> math typesetting. >> > > I don't see the issue: (0,1) in this warning appears

[sage-devel] typesetting of math formulas in (certain) docstrings is broken

2018-01-07 Thread Steven Trogdon
This appears to be since version 8.1. In src/sage/plot/plot.py there is .. warning:: If ``plotjoined`` is ``False`` then the axis that is in log scale must have all points strictly positive. For instance, the following plot will show no points in the figure since the

[sage-devel] Re: Keyboard bindings

2017-11-21 Thread Steven Trogdon
Well Gentoo (my OS) patches ncurses to include rxvt-unicode term types. So perhaps that's a partial explanation? -- 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] Re: Keyboard bindings

2017-11-21 Thread Steven Trogdon
In addition to python, these also have this same odd behavior ./sage -gap ./sage -gp ./sage -R ./sage -singular ./sage -sqlite3 The other "external" programs do not have the issue. On Tuesday, November 21, 2017 at 10:10:27 AM UTC-6, Steven Trogdon wrote: > > I have 8.1.rc2

[sage-devel] Keyboard bindings

2017-11-21 Thread Steven Trogdon
I have 8.1.rc2 installed and my default terminal emulator echo $TERM rxvt-unicode-256color The key, the history keys (up/down arrows) as well as the (left/right arrows) are messed up when using the Sage built python. ./sage -python Python 2.7.14 (default, Nov 16 2017, 09:21:42) [GCC 5.4.0]

Re: [sage-devel] Re: Make OpenBLAS Error

2017-04-11 Thread Steven Trogdon
ith 7.6, and see if that flies. >> >> Thanks for all your help, by the way! >> >> One suggestion: if the OPENBLAS_CONFIGURE="TARGET=ATOM" make command >> builds everything correctly, then maybe the next version of Sage could >> automate process

Re: [sage-devel] Re: Make OpenBLAS Error

2017-04-10 Thread Steven Trogdon
It is curious that 7.5.1 would build but not 7.6. You might get some mileage with OPENBLAS_CONFIGURE="TARGET=ATOM" make See this thread: https://groups.google.com/forum/#!topic/sage-release/3QJoAgg9bgo On Monday, April 10, 2017 at 8:00:51 PM UTC-5, Ackbach wrote: > > I'm afraid I don't have

[sage-devel] Re: fail to build openblas

2017-02-24 Thread Steven Trogdon
These are the supported X86/X86_64 a)Intel CPU: P2 KATMAI COPPERMINE NORTHWOOD PRESCOTT BANIAS YONAH CORE2 PENRYN DUNNINGTON NEHALEM SANDYBRIDGE HASWELL ATOM I guess you could try 'make TARGET=ATOM'. As a last resort './configure --with-blas=atlas && make'. But I wouldn't do this until all the

[sage-devel] Re: Build failed on OpenSuSE 42.2 64 bit linux

2017-02-21 Thread Steven Trogdon
This look like https://trac.sagemath.org/ticket/21811 On Tuesday, February 21, 2017 at 12:23:36 PM UTC-6, a-go...@gmx.de wrote: > > Hi, > > I´ve just downloaded sage 7.5.1 and tried to build it. As it said in the > readme, I´ve just typed "make". > > The package ecl-16.1.2.p2 didn´t build. > >

[sage-devel] Re: Make OpenBLAS Error

2016-10-12 Thread Steven Trogdon
Sorry, I'm slow. See https://trac.sagemath.org/ticket/21689 On Wednesday, October 12, 2016 at 12:40:57 PM UTC-5, Steven Trogdon wrote: > > It looks like you are missing libgfortran3 libraries or at least they > could not be found. Perhaps > > apt-get install libgfortran3 >

[sage-devel] Re: Make OpenBLAS Error

2016-10-12 Thread Steven Trogdon
It looks like you are missing libgfortran3 libraries or at least they could not be found. Perhaps apt-get install libgfortran3 but there could be something else that's the problem. On Wednesday, October 12, 2016 at 11:43:20 AM UTC-5, Ethan Petersen wrote: > > Hello all, > > I'm building sage

[sage-devel] sagenb and pycrypto

2016-01-12 Thread Steven Trogdon
I have 7.0.beta3 installed so at some point in going from 6.10 -> 7.0.x I had to make distclean && make However, in starting the notebook the warning from local/lib/python2.7/site-packages/Crypto/Util/number.py line 57 would appear: # You need libgmp v5 or later to get mpz_powm_sec. Warn if

[sage-devel] Problem generating html docs [Sage-on-Gentoo]

2014-07-25 Thread Steven Trogdon
The following error is present in generating the html docs for sage-on-gentoo: OSError: [tutorial ] /storage/strogdon/gentoo-redlizard/var/tmp/portage/sci-mathematics/sage-doc--r1/work/sage-/src/doc/fr/tutorial/tour_coercion.rst:149: WARNING: Inline literal start-string without

[sage-devel] Re: Problem generating html docs [Sage-on-Gentoo]

2014-07-25 Thread Steven Trogdon
, Steven Trogdon wrote: The following error is present in generating the html docs for sage-on-gentoo: OSError: [tutorial ] /storage/strogdon/gentoo-redlizard/var/tmp/portage/sci-mathematics/sage-doc--r1/work/sage-/src/doc/fr/tutorial/tour_coercion.rst:149: WARNING: Inline literal

Re: [sage-devel] Error installing package conway_polynomials-0.5.p0 on Ubuntu 12.04 - Sage 6.1.1

2014-02-07 Thread Steven Trogdon
It would seem that there's a problem with Binutils. I basically have the same OS and gcc but with different hardware. However I have $ ld -v GNU ld (GNU Binutils for Ubuntu) 2.22 and the linking is good. I had some other hiccups, mainly with cvxopt, when building 6.1.1 but eventually the build

Re: [sage-devel] Error installing package conway_polynomials-0.5.p0 on Ubuntu 12.04 - Sage 6.1.1

2014-02-07 Thread Steven Trogdon
. Which apparently can't link Sage. To fix this, uninstall binutils-gold. Gold is geared towards C++ so I'm not too surprised that it fails. Its also relatively new, especially for OP's linux version. On Friday, February 7, 2014 5:24:58 PM UTC, Steven Trogdon wrote: It would seem that there's