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

2022-07-26 Thread Dima Pasechnik
On Tue, Jul 26, 2022 at 8:24 AM Nils Bruin wrote: > > On Monday, 25 July 2022 at 12:53:08 UTC-7 Matthias Koeppe wrote: >> >> Have you tried the existing instructions that I pointed you to? > > > I have now. I'm stuck on running configure. > > * the ./configure command suggested doesn't work in my

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

2022-07-26 Thread John Cremona
On Tue, 26 Jul 2022 at 08:13, Dima Pasechnik wrote: > > On Tue, Jul 26, 2022 at 8:24 AM Nils Bruin wrote: > > > > On Monday, 25 July 2022 at 12:53:08 UTC-7 Matthias Koeppe wrote: > >> > >> Have you tried the existing instructions that I pointed you to? > > > > > > I have now. I'm stuck on running

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

2022-07-26 Thread Max Kölbl
Thank you very much for your help! >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 conf

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

2022-07-26 Thread Dima Pasechnik
documentation building is currently broken on Cygwin. instead of running 'make', run 'make build'. Anyhow, you probably have mostly functional Sage installation now. On Tue, 26 Jul 2022, 10:18 Max Kölbl, wrote: > Thank you very much for your help! > > >Install the relevant cygwin packages: >

[sage-devel] Display of scale multiplier in scientific notation (the e notation for powers of ten) is missing for plots starting with 0

2022-07-26 Thread Niranjana K M
Dear all, "2D plotting" doc says, "Another thing to be aware of with axis labeling is that when the labels have quite different orders of magnitude or are very large, scientific notation (the e notation for powers of ten) is used." But display of this multiplier power for the scaled y-axis

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 message

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

2022-07-26 Thread William Stein
For CoCalc, where we have a bunch of different specific versions of Sage pre-installed that all stay stable over *years*, we run a 1-2 pages long "./configure ..." command before I even do "make". At the top it starts with --with-system-python3=no \ --with-system-r=no \ --with-system-primecount=no

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

2022-07-26 Thread Max Kölbl
Ah okay, that's good to know. I probably won't need that feature in the near future anyway. But thank you; I ran `make build` and finally the process terminated without a fatal error. I also ran it and it works fine now. dim...@gmail.com schrieb am Dienstag, 26. Juli 2022 um 18:10:20 UTC+9: > d

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

2022-07-26 Thread Matthias Koeppe
On Tuesday, July 26, 2022 at 6:47:47 AM UTC-7 wst...@gmail.com wrote: > For CoCalc, [...] we run a 1-2 > pages long "./configure ..." command before I even do "make". At the > top it starts with > > --with-system-python3=no \ > --with-system-r=no \ > --with-system-primecount=no \ > --with-sy

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

2022-07-26 Thread Nils Bruin
Yup, rerunning "mamba env update -n sage-build -f src/environment.yml" installed eclib and now "./configure ..." produces one less error: configure: error: Given --with-system-primesieve=force, but no system package could be used. That's an error. Please install the indicated package

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

2022-07-26 Thread Rey David Gutiérrez Torres
[image: Screenshot from 2022-07-26 15-54-39.png] El lunes, 25 de julio de 2022 a las 3:17:35 UTC-5, Rey David Gutiérrez Torres escribió: > [image: Screenshot from 2022-07-24 23-23-15.png] > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To uns

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

2022-07-26 Thread Matthias Koeppe
On Tuesday, July 26, 2022 at 2:08:32 PM UTC-7 Nils Bruin wrote: > > configure: error: > > Given --with-system-primesieve=force, but no system package could be > used. > That's an error. Please install the indicated package to continue. > (To override this error, use ./configure --wi

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

2022-07-26 Thread Nils Bruin
On Tuesday, 26 July 2022 at 15:58:18 UTC-7 Matthias Koeppe wrote: > > Whether the method described in section > https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-all-dependencies-for-the-sage-library-experimental > > works always depends on the conda package mainta

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

2022-07-26 Thread Matthias Koeppe
On Tuesday, July 26, 2022 at 5:12:47 PM UTC-7 Nils Bruin wrote: > On Tuesday, 26 July 2022 at 15:58:18 UTC-7 Matthias Koeppe wrote: > >> >> Whether the method described in section >> https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-all-dependencies-for-the-sage-li

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

2022-07-26 Thread Nils Bruin
On Tuesday, 26 July 2022 at 17:27:11 UTC-7 Matthias Koeppe wrote: > Sort of. This is another way to build Sage with conda. It is described in > the 2nd of the 3 sections on the same page, > https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-system-packages-for-the-sa

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

2022-07-26 Thread Matthias Koeppe
On Tuesday, July 26, 2022 at 5:34:07 PM UTC-7 Nils Bruin wrote: > Things like not having to issue "sage -b" after making a little edit will > be nice to have eventually, > This feature (editable installs) is actually orthogonal to the decision on the conda install method. You can activate it u