Re: [sage-devel] Re: VOTE: move Sage development to Github

2022-09-29 Thread Samuel Lelievre
-1 -- 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 this discussion on the web visit

[sage-devel] Fwd: request for help: macOS PARI binaries

2022-09-08 Thread Samuel Lelievre
Echoing a message posted to the pari-users mailing list. https://pari.math.u-bordeaux.fr/archives/pari-users-2209/msg00015.html -- Forwarded message (slightly edited) - From: Bill Allombert Date: 2022-09-08 07:15 UTC Subject: request for help: MacOS PARI binaries To: pari-users

Re: [sage-devel] Re: 9.7.beta8 build error jupyter_jsmol

2022-08-24 Thread Samuel Lelievre
Now tracked at - Sage Trac ticket #34421 Fix timeout in jupyter_jsmol installation https://trac.sagemath.org/ticket/34421 (thanks Dima for opening the ticket). -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

[sage-devel] Re: Useful methods for graphics objects

2022-08-22 Thread Samuel Lelievre
Travis's answer works for line3d objects consisting of a single segment. Here is a more general version for any line3d object. If you haven't already, install more-itertools: ``` sage: %pip install more-itertools ``` Then define this length function: ``` def line3d_euclidean_length(L):

[sage-devel] Re: sage error 9.6 I got this errors and I don't know how to fix them

2022-07-27 Thread Samuel Lelievre
See also this guide to install SageMath in Ubuntu: https://sagemanifolds.obspm.fr/install_ubuntu.html -- 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: sage error 9.6 I got this errors and I don't know how to fix them

2022-07-27 Thread Samuel Lelievre
It seems you are trying to build from source. Suggestion: run the following ``` make configure ./configure ``` and carefully read and apply the suggestions at the end of the output of ./configure. -- You received this message because you are subscribed to the Google Groups "sage-devel"

Re: [sage-devel] Re: System upgrades breaking sage frequently

2022-07-26 Thread Samuel Lelievre
2022-07-26 07:13:30 UTC, Dima Pasechnik: this says that conda is behind Sage in regard of versions of eclib and primesieve/count - eclib upgrade in Conda now done: https://github.com/conda-forge/eclib-feedstock/pull/36 - primesieve and primecount seem up to date -- You received this

Re: [sage-devel] Re: Error building Sage 9.6 due to openssl

2022-07-24 Thread Samuel Lelievre
Install the relevant cygwin packages: ``` $ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz ``` Clean up the corresponding Sage packages: ``` $ make bzip2-clean liblzma-clean libffi-clean xz-clean Then configure again: ``` $ make configure $ ./configure ``` Follow any

[sage-devel] Re: Error building Sage 9.6 due to openssl

2022-07-23 Thread Samuel Lelievre
You could try this: ``` make openssl-clean openssl-uninstall make configure ./configure make ``` -- 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: latex function and operations with fraction subscripts

2022-07-07 Thread Samuel Lelievre
Note: also asked on Ask Sage: - Ask Sage question 63145 How do you define a symbol with a quotient in the subscript? https://ask.sagemath.org/question/63145 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and

Re: [sage-devel] Introduction to differentiable manifolds in SageMath

2022-07-06 Thread Samuel Lelievre
2022-07-02 21:49:53 UTC, William Stein: > > Proxying of URL's from github, etc., is now live > in cocalc share server. See the comment here > about how it works: > > https://github.com/sagemathinc/cocalc/issues/6015#issuecomment-1172967091 > > For example > >

Re: [sage-devel] parametric plot

2022-07-06 Thread Samuel Lelievre
In case the hope in extending the range of t further and further was to capture the missing portion of the curve, it turns out the problem is at the other end, near zero. The curve is missing its initial segment, because - parametric_plot(C, (t, a, b)) uses equispaced evaluation points along

[sage-devel] Re: parametric plot

2022-07-04 Thread Samuel Lelievre
The expressions for the coordinates involve exp(8*t) and t^24. sage: exp(8*88.) 5.53751938928459e305 sage: 88.^24 4.65140474534598e46 -- 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

[sage-devel] Re: puzzling deprecation warning

2022-06-24 Thread Samuel Lelievre
Seems to have been addressed already for Sage 9.7. Indeed, this query https://trac.sagemath.org/query?order=id=1=~randrange returns in particular this result: https://trac.sagemath.org/ticket/33234 -- You received this message because you are subscribed to the Google Groups "sage-devel"

Re: [sage-devel] --patchbot

2022-05-30 Thread Samuel Lelievre
phiho wrote: > > Is this link correct: https://wiki.sagemath.org/buildbot ? Clicking on "Info" at the top gives the history of the page, even for a deleted page. https://wiki.sagemath.org/buildbot?action=info -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: Jupyterlab installation very slow in Sage 9.6

2022-05-24 Thread Samuel Lelievre
Side note: if using `sage -i`, prepending `V=0` will suppress most of the build's verbosity. Example: ``` $ V=0 sage -i jupyterlab_widgets ``` I cannot answer the following two questions: - why does installing JupyterLab after building Sage trigger recompilation of all Cython files in

Re: [sage-devel] Virtual SageDays June 1–3: Call for contributed presentations and activities

2022-05-22 Thread Samuel Lelievre
A tribute to Fibonacci? -- 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 this discussion on the web visit

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

2022-05-09 Thread Samuel Lelievre
2022-05-08 21:59:35 UTC, Tobias: > > Given the recent issues with the git repo at trac, > should we allow pushes to the github mirror > and sync them back to trac using e.g. > https://github.com/trac-hacks/trac-github? > > Would also simplify the contribution guide, since it's > easier to push to

[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-30 Thread Samuel Lelievre
Possibly related report: - https://github.com/Macaulay2/homebrew-tap/issues/68 Hopefully someone will find time to submit pull requests to "homebrew-core" with recipes for common dependencies of Sage and Macaulay2 so they no longer need to be a tap in the Macaulay2 organisation. Somewhat

[sage-devel] Re: Reviving the Annual SageMath Development Prize

2022-04-14 Thread Samuel Lelievre
Excellent idea. I volunteer to be on the committee. --Samuel -- 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

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-23 Thread Samuel Lelievre
You can download the pythran 0.11.0 source tarball from https://pypi.io/packages/source/p/pythran/pythran-0.11.0.tar.gz (as found in `build/pkgs/pythran/checksums.ini`) and place it in the `upstream` folder of your Sage installation. Alternatively, you can use ``` ./configure

[sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread Samuel Lelievre
Note that Sage also provides aliases with `a-` (the display is still with `arc-`): ``` sage: asinh, acosh, atanh, acoth, asech, acsch (arcsinh, arccosh, arctanh, arccoth, arcsech, arccsch) ``` -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

Re: [sage-devel] Proposal: make Jupyterlab a standard package

2022-03-22 Thread Samuel Lelievre
+1 for enabling JuptyerLab by default. There is already a ticket to make it a standard spkg: https://trac.sagemath.org/ticket/24904 -- 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

[sage-devel] Re: entering sage

2022-03-17 Thread Samuel Lelievre
Reinstall Sage following the instructions at https://github.com/3-manifolds/Sage_macOS/releases -- 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: documentation build complains about database Cremona (9.6.beta3)

2022-03-01 Thread Samuel Lelievre
Tracked at - Sage Trac ticket 33421 https://trac.sagemath.org/ticket/33421 Add elliptic_curves dependency to sagemath_doc_html Please review the branch there. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

Re: [sage-devel] How to start sage with jupyter notebook listening on port 1234

2022-02-23 Thread Samuel Lelievre
If you do not care about choosing the port number, when you run ./sage -n jupyter and port is already used, a new Jupyter starts on port 8889, and so on. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

[sage-devel] Can we restore `mean`?

2022-02-12 Thread Samuel Lelievre
Dear sage-devel, Taking averages is a common operation, and a `mean` function such that `mean(xx)` returns `sum(xx) / len(xx)` regardless of the type of objects in the iterable `xx` is extremely convenient. For instance, for a polygon whose vertices `uu` have coordinates in a number field and

Re: [sage-devel] Symbolic sum giving incorrect answers

2022-02-11 Thread Samuel Lelievre
Possibly related - Sage Trac ticket 31418 Incorrect (Maxima) symbolic sum https://trac.sagemath.org/ticket/31418 -- 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

[sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-30 Thread Samuel Lelievre
Restarting my "pascaline patchbot" depends on - https://trac.sagemath.org/ticket/33101 - https://trac.sagemath.org/ticket/33248 As a workaround, I can imagine creating fake lrslib and mathematica executables, placed in my PATH, that can quickly fail Sage's feature detection for lrslib and

[sage-devel] Re: Bug with a very specific integral computed with giac

2022-01-30 Thread Samuel Lelievre
2022-01-30 05:10:25 UTC, Emmanuel Charpentier: > > After upgrading to 9.5.rc5 and disabling system’s pari and singular Did you mean "after upgrading to 9.5.rc4"? So far, Sage 9.5.rc5 does not seem to have been released: https://github.com/sagemath/sage/tags -- You received this message

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-29 Thread Samuel Lelievre
Jeremy, Installing Sage 9.4 on macOS 12 on a Mac with an Apple M1 processor might work using sagemath-forge. To try it: ``` INSTALL_LOCATION=$HOME # or your choice of location SITE='https://github.com' DIRS='isuruf/sagemath-forge/releases/latest/download' FILE="sagemath-forge-$(uname)-$(uname

[sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-24 Thread Samuel Lelievre
2022-01-24 12:54:04 UTC, Frédéric Chapoton: > you can use the base argument in the https adress > > https://patchbot.sagemath.org/ticket/0/?base=9.5.rc1 > > But sometimes I clean old reports, keeping only very recent ones > Thanks for the tip. Cleaning up once in a while makes sense and I was

[sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-22 Thread Samuel Lelievre
i 21 janvier 2022 à 13:40:17 UTC+1, Samuel Lelievre a écrit : > > > > Hi Frédéric, > > > > I have upgraded to sage-patchbot 3.0.4 on "pascaline". > > > > On Sage 9.5.rc2, "ticket 0" failed with > > -

Re: [sage-devel] asking for setting up cythonizing compiling

2022-01-22 Thread Samuel Lelievre
2022-01-21 à 22:33:08 UTC, Randall on sage-devel: > I am carefully following the steps at > https://github.com/sagemath/sage/blob/develop/README.md#instructions-to-build-from-source > but 2 things already have come up. > > The latest download version on the tar ball page > is version 9.4 sage.

[sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-21 Thread Samuel Lelievre
Hi Frédéric, I have upgraded to sage-patchbot 3.0.4 on "pascaline". On Sage 9.5.rc2, "ticket 0" failed with -- SEED=94195001484901963602666886307845237936 alias sagetest=".sage -t --long --random-seed=$SEED" sagetest

[sage-devel] Re: 32768

2022-01-18 Thread Samuel Lelievre
2022-01-18 10:54:34 UTC, John Cremona: > > I see that there are now over 2^32 trac tickets. The power of two that is near 32000 is really 2^15. : ) > Wow. When I started computing you couldn't > have integers greater than 32767... Good thing we can now. Here's to many more Sage tickets to

[sage-devel] Re: Problems building Sage

2022-01-14 Thread Samuel Lelievre
Hello, congratulations for attempting to build Sage from source on Cygwin and thanks for reporting on the build failure. Which version of Sage were you trying to build? Did you try SageMath 9.4 or SageMath 9.5.rc1? Fixing the Python 3.9 build failure you described is tracked at: Sage Trac

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-10 Thread Samuel Lelievre
One way to keep a good record of this failed build would be ``` $ THE_REPORT=sage-9-5-b9-fail-openblas $ REPORTS=$HOME/sage-reports $ REPORT=$REPORTS/$THE_REPORT $ mkdir -p $REPORT $ brew config > $REPORT/brew-config.txt $ brew list --versions > $REPORT/brew-list-versions.txt $ xcode-select -p

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-02 Thread Samuel Lelievre
2021-12-29 04:12 UTC, Advay Goel on sage-devel: > > Hi All, > > I use macOS Big Sur Version 11.1, and need to use > the LRS Library for a project: > > def getVolume(self,eng='lrs'): > """ needs Sage 5.9 for 'lrs' engine """ > return self.poly.volume(engine=eng)*factorial(self.poly.dim()) >

Re: [sage-devel] ask.sagemath.org down ?

2021-12-28 Thread Samuel Lelievre
Ask Sage is up again. -- 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 this discussion on the web visit

Re: [sage-devel] Re: commits

2021-12-23 Thread Samuel Lelievre
Hi Sage devs, William wrote: > - The pace of development has been much higher > after 2015 than before, and it's stayed quite steady > from 2015 until now. Very impressive. Nice! That's something that GitHub shows well. > - In terms of "number of commits", somebody > who isn't me is

[sage-devel] Re: ask.sagemath.org issues - do we need it?

2021-12-10 Thread Samuel Lelievre
2021-12-10, Matthias Koeppe: > I have received a report that ask.sagemath.org account management is > broken: > > das "recover account" jedoch funktioniert jedoch nicht. > > wenn man auf den button klickt passiert lange nichts, > und irgendwann "504 Gateway Time-out". > > I don't normally use

[sage-devel] Re: pari-jupyter is back

2021-12-09 Thread Samuel Lelievre
Thank you! --Samuel -- 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 this discussion on the web visit

[sage-devel] Re: making primecount (and its dependency primesieve) standard

2021-11-24 Thread Samuel Lelievre
+1 -- 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 this discussion on the web visit

Re: [sage-devel] Re: sage docs search is broken

2021-11-11 Thread Samuel Lelievre
This is tracked at - Sage Trac ticket 29576 Missing js objects on doc search page https://trac.sagemath.org/ticket/29576 -- 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

[sage-devel] Re: Mirrors and binaries for MacOS and Windows

2021-10-29 Thread Samuel Lelievre
2021-10-29 19:42:29 UTC, Thierry: > > Hi, > > i have to tell various people how to install Sage on their OS > and i am a bit confused about MacOS and Windows installers. > > Regarding MacOS, the installation guide [1] speaks about > alternative binaries than the ones that are available on the >

Re: [sage-devel] Re: #32532 - removing gcc and gfortran spkgs

2021-09-27 Thread Samuel Lelievre
2021-09-27 02:03:51 UTC, Nathan Dunfield: > On Friday, September 24, 2021 at 1:12:38 PM UTC-5 William Stein wrote: > >> I assume you are talking about the official binaries that are distributed >> > on Sagemath.org. Fortunately, the Sage binaries on MacOS that are >> > produced by the

[sage-devel] Re: very cool benchmarking-over-time library

2021-09-15 Thread Samuel Lelievre
2021-09-15 16:57:43 UTC, William Stein: > > Hi, > > https://github.com/airspeed-velocity/asv > > is pretty amazing. E.g., try https://pv.github.io/numpy-bench/#/regressions > where you can see specific functions in numpy, and how commits changed their > performance exactly. One could imagine

[sage-devel] Re: Sage 9.4 and Ubuntu 21.04-- Use: sage-9.4.tar.gz

2021-09-11 Thread Samuel Lelievre
2021-09-06 14:35:29 UTC, raymond: > I tried to compile sage-9.4-Ubuntu_20.04-x86_64.tar.bz2 on a 21.04 system and it failed. It does not need compiling it is pre-compiled and ready to use on Ubuntu 20.04. > Then I downloaded sage-9.4.tar.gz and it seems to be working fine. > Good. --

[sage-devel] Re: Minor Error in Git Cheat Sheet

2021-08-23 Thread Samuel Lelievre
Thanks for the report. I sent a pull request to change that: https://github.com/sagemath/git-trac-command/pull/51 Le lundi 23 août 2021 à 17:43:29 UTC+2, greenw...@gmail.com a écrit : > On the page about how to configure Git for contributing to Sage >

[sage-devel] Patchbots failing: '.../local/libexec/ccache/gcc' failed with exit code 1

2021-08-21 Thread Samuel Lelievre
Recently patchbots have been failing on many tickets with: ``` [sagelib-9.4.rc2] error: command '.../local/libexec/ccache/gcc' failed with exit code 1 ``` How could that be fixed? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe

Re: [sage-devel] Problem Building Sage from Source

2021-08-19 Thread Samuel Lelievre
The Homebrew Givaro is also from the Macaulay2 taps. See the file `givaro.rb` in the "Formula" folder there: https://github.com/Macaulay2/homebrew-tap/tree/main/Formula 2021-08-19 01:49:05 UTC, John H Palmieri: > (I'm not sure where this comes from, since searching for "givaro" on > brew.sh

[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.4

2021-07-25 Thread Samuel Lelievre
Matthias Koeppe: > As we are getting closer to the 9.4 release, let's work on the release tour! Yes! Thanks Matthias for starting this release tour! After Sage 9.4.beta6 and today's new round of merging for the next development release, we are down to seven positively reviewed tickets with

[sage-devel] Re: Orders in number fields

2021-07-21 Thread Samuel Lelievre
Orders in number fields certainly need work. This Sage Trac query: https://trac.sagemath.org/query?order=id=1=~orders and similar queries with "order" or "ring of integers" reveal the following open tickets #28706 clarify order generation in number fields with bracket syntax

Re: [sage-devel] Proposal: Making cmake a standard package

2021-07-16 Thread Samuel Lelievre
+1 -- 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 this discussion on the web visit

[sage-devel] Re: Preventing SageMath 9.3 from installing Python packages

2021-07-16 Thread Samuel Lelievre
Another option is installing via Conda. https://doc.sagemath.org/html/en/installation/conda.html -- 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] pynac fails to build (sage 9.4.beta4, clang)

2021-07-10 Thread Samuel Lelievre
Samedi 10 juillet 2021 à 02:35:31 UTC+2, François Bissey: > > Should be solved by the move to penal-0.7.29. I'm pretty sure you typed pynac-0.7.29 and some automatic let-me-assume-you-wanted-to-type-something-else engine changed that to whatever was sent to the mailing list. : ) With some effort

Re: [sage-devel] Bug with subgroup method?

2021-06-24 Thread Samuel Lelievre
Also discussed at Ask Sage: - Ask Sage question 57703 Multiplicative group of Zmod(n) https://ask.sagemath.org/question/57703 -- 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,

Re: [sage-devel] help needed with debugging

2021-06-15 Thread Samuel Lelievre
2021-06-15 07:37:27 UTC, John Cremona: > > Thanks, William. So I don't have to rebuild Sage on the machine this > is running on, what I will do instead is to replace the call to > E.isogeny_class() with what that method actually does behind the > scenes, namely > > from

[sage-devel] Re: sage9.3 verification error for python3 on MacOS Big Sur

2021-05-25 Thread Samuel Lelievre
2021-05-25 03:39:14 UTC, Nathan Dunfield: > > Try this version: > > https://github.com/3-manifolds/Sage_macOS/releases/tag/v1.1-beta This will get you Sage 9.3.rc4, almost identical to Sage 9.3. The macOS app for Sage 9.3 should hopefully be available in a week or so at:

[sage-devel] Re: Bug in Sage 9.2 when trying to plot a simple graph

2021-05-18 Thread Samuel Lelievre
Please provide the code that led to this error. This will help reproduce the error and analyse it. In particular, is it a graph from graph theory, with vertices and edges, or the graph of a function? Is NumPy somehow involved in plotting it? You might be hitting this known problem: - Plotting

[sage-devel] Re: QQbar benchmarks

2021-04-26 Thread Samuel Lelievre
Hi Fredrik, These papers might provide benchmark problems for QQbar/AA arithmetic which originate in actual math problems, though not in Sage. Pierre-Vincent Koseleff, Fabrice Rouillier, Cuong Tran On the Sign of a Trigonometric Expression ISSAC’15, July 6–9, 2015, Bath, United Kingdom.

[sage-devel] Re: Feature request: Flatpak

2021-04-25 Thread Samuel Lelievre
2021-04-18 08:17:31 UTC, Volker Braun: > flatpak is designed for gui apps, registering a desktop icon and so on. To really make use of it we'd need at least a small gui app that then lets you start/stop the jupyter server and/or launch browser windows. Marc Culler's SageMath-macOS app could

[sage-devel] Re: sagecell simple installation encounters error

2021-04-14 Thread Samuel Lelievre
2021-04-13 23:33:37 UTC, joshua: > > brief description: I want to deploy sagecell step by step > according to the sagecell README.md file. > In step 2 (NB. Step 2 is building Sage) > when I run "make", an error occurs in .../gfortran-9.2.0 > > attachments are the log files. > > computer

[sage-devel] Re: Error building a wheel for cython-0.29.21

2021-03-26 Thread Samuel Lelievre
Le jeudi 25 mars 2021 à 20:02:28 UTC+1, Matthias Koeppe a écrit : > Sage 9.2 does not support building from source on macOS Big Sur. > Use the 9.3 release candidate. > https://wiki.sagemath.org/ReleaseTours/sage-9.3#Availability_of_Sage_9.3_and_installation_help > You might even want to apply

[sage-devel] Re: Error building a wheel for cython-0.29.21

2021-03-24 Thread Samuel Lelievre
What commands did you run? Were you building the latest development version (Sage 9.3.rc0)? Here are the commands I would run to upgrade. Update Homebrew index, check which packages are outdated, and upgrade. ``` $ brew update $ brew outdated $ brew upgrade ``` Change to the Sage installation

[sage-devel] Re: Add an external package to wiki

2021-03-23 Thread Samuel Lelievre
2021-03-23 23:14:05 UTC, Sergey: > > I would like to add a package > https://github.com/smzg/msinvar > to the list of external packages at > https://wiki.sagemath.org/SageMathExternalPackages > > The page says "Feel free to add more packages", but I don't > think I can edit the wiki site with a

[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.3

2021-03-21 Thread Samuel Lelievre
I observed the error when you pointed it out, but it is now fixed for me too. Temporary MathJax glitch? --Samuel -- 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: https://wiki.sagemath.org/ReleaseTours/sage-9.3

2021-03-21 Thread Samuel Lelievre
2021-03-21 14:49:57 UTC, Eric Gourgoulhon: > > I've noticed a possible issue of the wiki server: all texts inside > parentheses are rendered in italics without any parenthesis nor > white space. See for instance the output of "The Schlegel diagrams > are now repaired (they previously broke

[sage-devel] Re: Currently advised way to build sage from a fresh git clone

2021-03-19 Thread Samuel Lelievre
Running `configure` before `make` became mandatory after - Sage Trac ticket 29316: Require ./configure before make https://trac.sagemath.org/ticket/29316 merged in Sage 9.2.beta2. With that in mind, the steps are now as follows. Clone and change to the obtained folder: ``` $ git clone ... $

Re: [sage-devel] pointy python question related to sage

2021-03-18 Thread Samuel Lelievre
See also https://trac.sagemath.org/ticket/25445 -- 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 this discussion

[sage-devel] Re: The SageMath distribution is now listed on repology.org!

2021-03-16 Thread Samuel Lelievre
2021-03-15 19:50:43 UTC, Matthias Koeppe: > > The SageMath distribution is now listed on repology. > > See https://repology.org/repository/sagemath > and https://repology.org/projects/?inrepo=sagemath > > Many thanks to Dmitry Marakasov, who implemented a parser > for the Sage distribution

[sage-devel] Re: Error building package python3-3.8.5, back to step 0

2021-02-26 Thread Samuel Lelievre
Le jeudi 25 février 2021 à 23:20:16 UTC+1, brettpim a écrit : > I am having a similar problem. I have pulled the master branch from git > and I when run > > # ./configure > > it finishes with > > configure: notice: the following SPKGs did not find equivalent system > packages: boost cbc

[sage-devel] Re: Graph Theory Projects in GSoC'21

2021-02-22 Thread Samuel Lelievre
2021-02-22 04:29:37 UTC, Travis Scrimshaw: > > In the meantime, you are welcome to make contributions to the > graph theory code in Sage by working on any open issue or creating > your own using our issue trac server https://trac.sagemath.org. For a list of open tickets concerning graphs, one can

Re: [sage-devel] Re: documentation of external packages, versionned online Sage doc

2021-02-18 Thread Samuel Lelievre
2021-02-18 16:40:35 UTC, Matthias Koeppe: > And also for the current beta please. > +1 -- 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: documentation of external packages, versionned online Sage doc

2021-02-18 Thread Samuel Lelievre
2021-02-17 21:22:38 UTC, Matthias Koeppe: > 2021-02-17 20:58:40 PM UTC Thierry: > >> Regarding Sage's own documentation, a useful feature, while not related >> to the release process, would be to keep online documentation of each >> release, that is having: >> >>

Re: [sage-devel] HELP

2021-02-15 Thread Samuel Lelievre
After downloading the compressed Sage for Linux/64bit, extract the compressed archive, move it to some location (let us say it becomes `/path/to/sagemath` which could mean `~/sagemath` or `/opt/sagemath` or any location you chose), then change to the Sage root folder by running ``` $ cd

[sage-devel] Re: [ARM] Problem on M1 Mac through a Docker Ubunt image

2021-02-15 Thread Samuel Lelievre
Maybe use a SageMath Docker image which comes with Ubuntu and an already-built Sage? -- 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] possible bug: kernel of ring homomorphism

2021-02-08 Thread Samuel Lelievre
For reference this is also asked on Ask Sage: https://ask.sagemath.org/question/55618 -- 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: sorting output dicts in doctests

2021-02-07 Thread Samuel Lelievre
Another option might be to use an OrderedDict. If I understand correctly, this becomes unnecessary in Python >= 3.7 where dict behaves like OrderedDict. If I understand correctly, Sage 9.3 will still support Python 3.6 but Sage 9.4 probably won't, after - Sage Trac ticket 30551 Drop Python

[sage-devel] Re: is_invertible() too slow comparing to rank() over GF(2^k)

2021-01-26 Thread Samuel Lelievre
A ticket was opened for this: - (re)implement is_invertible() for GF(2^e) https://trac.sagemath.org/ticket/31274 -- 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

[sage-devel] Re: Installing SageMath on macOS Big Sur 11.1

2020-12-21 Thread Samuel Lelievre
Supporting macOS 11 Big Sur is tracked at - Sage Trac ticket 30651 Meta-ticket: support macOS 11 Big Sur https://trac.sagemath.org/ticket/30651 Binaries for Sage 9.2 from the Sage download website will not work for macOS 11 Big Sur. Hopefully we will be able to provide Big Sur binaries for

[sage-devel] Re: Weird power series bug

2020-12-11 Thread Samuel Lelievre
2020-12-11 19:26:46 UTC, Martin: > I am planning to organize sagespeciesdays for February, > with making lazy power series sane as a subgoal. It would be > extremely motivating if some people put themselves into > the CC field of the ticket Frédéric pointed out, to signal interest. >

Re: [sage-devel] Re: incremental migration to github? [prompted by FUNDING issues!!!]

2020-12-10 Thread Samuel Lelievre
2020-12-10 11:37:41 UTC, David Roe: > > On Thu, Dec 10, 2020 at 6:06 AM Dima Pasechnik: > > > > On Thu, Dec 10, 2020 at 10:49 AM David Roe: > > > > > > For Zulip, zulipchat.com provides free hosting for open source projects. > > > I'm fairly confident that we could export our history and import

Re: [sage-devel] error while installing python_igraph on fedora 32 - missing texttable

2020-12-09 Thread Samuel Lelievre
The missing texttable binary has now been uploaded to our download mirrors. Thanks for the report! -- 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: sageb0t notifications

2020-12-05 Thread Samuel Lelievre
2020-12-04 12:24:39 UTC, Christopher Swenson: > > At some point in the past (2014?), > I set up a GitHub account called sageb0t. > > I no longer have access to the account, which is fine. > But, I still receive email notifications at ...@ > > Could whoever runs this or has access to it remove

Re: [sage-devel] Re: Would anybody like...progress bars?

2020-12-02 Thread Samuel Lelievre
Recently opened related ticket: - Provide quiet mode for make testlong and friends https://trac.sagemath.org/ticket/30991 I had forgotten about that progress bar discussion on sage-devel! It would be nice to have if it can be resurrected! 2020-12-01 18:15:25 UTC, Frédéric Chapoton: > > can

[sage-devel] Re: Sage 9.3 release cycle

2020-11-18 Thread Samuel Lelievre
This suggests we might create a ticket for each release. For any ticket that should only be merged after that release, make the release ticket a dependency. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

[sage-devel] Re: How do I report a bug in Sage 9.2 (app version) for macOS?

2020-11-10 Thread Samuel Lelievre
2020-11-10 15:46:13 UTC, Murray Eisenberg: > > This concerns the missing openssl for python3, > which prevents the jupyter server from starting > under macOS Catalina 10.15.7. > > How/where report this as a bug? The current licence of OpenSSL prevents us from shipping it. OpenSSL is changing its

[sage-devel] Re: polynomial_modn_dense_ntl.pyx -- small_roots function -- minor change

2020-11-05 Thread Samuel Lelievre
Le mercredi 4 novembre 2020 10:00:41 UTC+1, Adam Larat a écrit : > > Hi everyone, > > I hope I am posting at the correct place. > > There is a minor bug in the verbose output of the small_roots function in > Z/nZ[X]. > At line 567 (Sage 9.2, I might not be absolutely up to date…) of the >

Re: [sage-devel] Re: "Real Field" -> "Real Floating-point Field"

2020-10-21 Thread Samuel Lelievre
Getting back on topic as kindly requested (apologies for the wild digression earlier). The docstring for `RR` currently reads: ``` sage: RR? Type: RealField_class String form:Real Field with 53 bits of precision File:

Re: [sage-devel] Re: "Real Field" -> "Real Floating-point Field"

2020-10-15 Thread Samuel Lelievre
2020-10-15 08:21:06 UTC, John Cremona: > > I was expecting someone more pedantic than me to point out that this set > is not a field in the mathematical sense. Since this is a big change anyway > (at least to a lot of doctest outputs) should we think more carefully about > what we want to call

Re: [sage-devel] Re: "Real Field" -> "Real Floating-point Field"

2020-10-14 Thread Samuel Lelievre
+1 -- 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 this discussion on the web visit

[sage-devel] Re: openssl on Release 20.04.1 LTS (Focal Fossa) 64-bit mate

2020-10-11 Thread Samuel Lelievre
2020-10-11 22:12:20 UTC, Raymond Rogers: > > Jupyter didn't run because of "openssl development" missing. > This mate release doesn't have openssl-dev stand alone. > I did have openssl installed but there wasn't openssl-dev > in the direct list. I installed the "dev" of libssl-dev (and some >

Re: [sage-devel] GF(n).primitive_element() ^ numpy.array(integerlist) works only some of the time

2020-10-09 Thread Samuel Lelievre
2020-10-09 13:29:41 UTC, Dima Pasechnik: > > On Fri, Oct 9, 2020 at 2:14 PM Scimmie Urlanti: > > > > the following code works > > > > import numpy > > GF(2^16).primitive_element() ^ numpy.array([3,4,5]) > > > > but this doesn't > > > > import numpy > > GF(2^15).primitive_element()

Re: [sage-devel] Re: Beta 12 not building (Homebrew singular issue?)

2020-10-08 Thread Samuel Lelievre
2020-10-08 17:45:11 UTC, Zachary Scherr: > > I think I've learned my lesson about over installing homebrew packages. > I previously installed every single homebrew version of all Sage SPKGs > in case I could speed up build time. I did the same and got bitten too. Packages that gave me trouble:

[sage-devel] Re: SageMath Anaconda and Python 3.8

2020-10-08 Thread Samuel Lelievre
2020-10-07 18:22:31 UTC, Zachary Scherr: > > You should probably follow the directions here: > https://doc.sagemath.org/html/en/installation/conda.html > > and install sage into its own environment so that it correctly installs > all the dependencies. Sage 9.2 will support python 3.8. > Also

[sage-devel] Sage 9.2 cycle at the "release candidate" stage

2020-10-07 Thread Samuel Lelievre
Dear sage-devel, The Sage 9.2 cycle progresses, with Sage 9.2.rc0 recently released. We still have three "blocker" and around a hundred "critical" tickets. https://trac.sagemath.org/query?order=id=1=status=id=summary=component=type=milestone=author=cc=!closed=blocker

[sage-devel] Re: I got an error while trying to build sage devel for the first time on my mac and it told me to put the log file here.

2020-10-03 Thread Samuel Lelievre
After getting the latest sources and changing to the Sage folder, did you run the following commands? source .homebrew-build-env make configure ./configure make Please send the file config.log, and also run brew list --versions > brew-list-versions.txt and send the

[sage-devel] Re: sage -i fricas broken ?

2020-10-03 Thread Samuel Lelievre
2020-10-02 11:39:34 UTC+2, Samuel Lelievre: > > Until the tarball is uploaded to our download mirrors Done now (thanks Volker!): see fricas-1.3.6 listed at http://files.sagemath.org/spkg/upstream/fricas/index.html -- You received this message because you are subscribed to the Google

  1   2   3   4   5   >