Re: [sage-release] Re: Sage 9.8 released

2023-02-19 Thread Marc Culler
Thanks for the suggestions! I have found the problem, although I cannot begin to explain it. Many of the libraries in sage/local targeted x86_64 even though they were built on an M1 system. Executables and libraries in the venv targeted the correct arm64 architecture. I can only guess that t

Re: [sage-release] Re: Sage 9.8 released

2023-02-19 Thread Dima Pasechnik
One reason might be is that this version of the package is just too old. It was released long before all those macOS updates, and it is quite heavy C++ stuff. You might get better luck with using positively reviewed update with GAP 4.12.2 On Sun, 19 Feb 2023, 17:13 Dima Pasechnik, wrote: > do

Re: [sage-release] Re: Sage 9.8 released

2023-02-19 Thread Dima Pasechnik
does sage: libgap.LoadPackage("semigroup") crash, as well? and how about the same at GAP prompt: ./sage --gap .. gap> LoadPackage("semigroup"); On Sun, 19 Feb 2023, 16:11 Marc Culler, wrote: > By running the load command in sage -gap I can see that GAP is crashing > with an ille

[sage-release] Re: Sage 9.8 released

2023-02-19 Thread Marc Culler
By running the load command in sage -gap I can see that GAP is crashing with an illegal instruction error while trying to load the semigroups package. - Marc On Sunday, February 19, 2023 at 10:04:51 AM UTC-6 Marc Culler wrote: > I am trying to build the binary release of Sage 9.8 for macOS and

[sage-release] Re: Sage 9.8 released

2023-02-19 Thread Marc Culler
I am trying to build the binary release of Sage 9.8 for macOS and I have run into a mysterious problem. I wonder if anyone on this list has any insight into it. There are really two separate binary releases: one for Intel and one for Apple Silicon. These are built using the same build script

Re: [sage-release] Re: Sage 9.8 released

2023-02-12 Thread Matthias Köppe
It's also displayed in the terminal (not just the log file), just before the other messages that are there for the user to read. On Sunday, February 12, 2023 at 10:14:13 AM UTC-8 Nasser M. Abbasi wrote: > I see. But I think it would be much better to stop the script immediately > and give an er

Re: [sage-release] Re: Sage 9.8 released

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
I see. But I think it would be much better to stop the script immediately and give an error message at the terminal, may even be with a loud beep as well to alert the user. One can still overlook these warnings if they are in the log file. But now I know, I will make sure to check the log file

Re: [sage-release] Re: Sage 9.8 released

2023-02-12 Thread Dima Pasechnik
On Sun, Feb 12, 2023 at 5:04 PM 'Nasser M. Abbasi' via sage-release < sage-release@googlegroups.com> wrote: > Thanks. That was it. I did not notice the `3` was missing when I typed it. > Now it works: > > >sage > │ SageMath version 9.8, Release Date: 2023-02-11 > │ Using Python 3.11.1. Type "help(

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
Thanks. That was it. I did not notice the `3` was missing when I typed it. Now it works: >sage │ SageMath version 9.8, Release Date: 2023-02-11 │ Using Python 3.11.1. Type "help()" for help. I find it very strange that sagemath ./configure will accept an inva

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread Matthias Köppe
>From config.log, one can see that you typed " "./configure --with-system-python=no" but the correct option is "--with-system-python3=no". On Sunday, February 12, 2023 at 1:10:11 AM UTC-8 Nasser M. Abbasi wrote: > Thanks. I downloaded 9.8 and build it OK. No errors building it. > > But unlike 9.8

Re: [sage-release] Re: Sage 9.8 released

2023-02-12 Thread Dima Pasechnik
On Sun, Feb 12, 2023 at 9:10 AM 'Nasser M. Abbasi' via sage-release < sage-release@googlegroups.com> wrote: > Thanks. I downloaded 9.8 and build it OK. No errors building it. > > But unlike 9.8 rc1, I see that 9.8 is back to using system python which is > 3.10.9 and not sagemath python 3.11.1 like

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread Emmanuel Charpentier
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en"> ‎ #content { max-width: 60em; margin: auto; } .title { text-align: center; margin-bottom: .2em; } .subtitle { text-align: center; font-size: medium;

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, upgrading `9.8.rc1` to `9.8` and running `ptestlong` results in three permanent failures : | Doctest| Result| ||---| | src/sage/interfaces/fricas.p

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, upgrading 9.8.rc1 to 9.8 and running ptestlong results in three permanent failures : Doctest Result src/sage/interfaces/fricas.py 3 doctests failed src/sage/graphs/generators/families.py 2 doctests failed src/sage/graphs/graph_generators.py 1 d

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
Thanks. I downloaded 9.8 and build it OK. No errors building it. But unlike 9.8 rc1, I see that 9.8 is back to using system python which is 3.10.9 and not sagemath python 3.11.1 like 9.8 rc1 did, even though I used the same exact configuration commands. These are the commands I used unset SAGE_

[sage-release] Re: Sage 9.8 released

2023-02-11 Thread Volker Braun
Apologies, the download link for the release is the "stable" version, not develop: https://www.sagemath.org/download-source.html At least one mirror already has it: https://mirrors.mit.edu/sage/src/index.html On Saturday, February 11, 2023 at 5:18:09 PM UTC+1 Nasser M. Abbasi wrote: > Hello;

Re: [sage-release] Re: Sage 9.8 released

2023-02-11 Thread Dima Pasechnik
On Sat, Feb 11, 2023 at 4:18 PM 'Nasser M. Abbasi' via sage-release < sage-release@googlegroups.com> wrote: > Hello; > > When I go to http://www.sagemath.org/download-latest.html it says > *sage-9.8.rc1.tar.gz* > as latest. I > tried few

[sage-release] Re: Sage 9.8 released

2023-02-11 Thread 'Nasser M. Abbasi' via sage-release
Hello; When I go to http://www.sagemath.org/download-latest.html it says *sage-9.8.rc1.tar.gz* as latest. I tried few mirrors and I do not see 9.8 Is 9.8 supposed to be at one of these mirror sites to download? thanks --Nasser On S