Re: [sage-release] Re: Sage 10.4.beta5 released

2024-05-03 Thread david....@gmail.com
:41 PM UTC+2 Dima Pasechnik wrote: > On Fri, May 03, 2024 at 05:47:27AM -0700, david....@gmail.com wrote: > > Thank you for this new release. > > > > With Fedora 39, I have the following issue that I don't observe on macOS > > > > maserati:/some/path/sage> ./sag

[sage-release] Re: Sage 10.4.beta5 released

2024-05-03 Thread david....@gmail.com
Thank you for this new release. With Fedora 39, I have the following issue that I don't observe on macOS maserati:/some/path/sage> ./sage -t src/sage/graphs/generators/smallgraphs.py too few successful tests, not using stored timings Running doctests with ID 2024-05-03-12-10-24-1c65d6ef.

[sage-release] Re: Sage 10.2.beta9 released

2023-11-01 Thread david....@gmail.com
I'm seeing a new random failure on both MacOS and Fedora 35. The test passes with other random seeds. sage -t --warn-long 33.1 --random-seed=119293255820329071348175335411518596036 src/sage/tests/book_stein_ent.py ** File

[sage-release] Re: Sage 10.2.beta0 released

2023-08-28 Thread david....@gmail.com
See #36006 for the doctest error in `src/sage/rings/integer.pyx`. See #36149 for the doctest error in `src/sage/algebras/quantum_groups/quantum_group_gap.py`. Best, David. On Monday, August 28, 2023

[sage-release] Re: Sage 10.1 released

2023-08-21 Thread david....@gmail.com
Thank you Volker for this new release. when running `./sage -t --long src/sage/` on macOS 12.6.7, I have the following errors: ``` sage -t --long --warn-long 20.7 --random-seed=232716931978977854960449132215536375232 src/sage/algebras/quantum_groups/quantum_group_gap.py # 1 doctest failed

[sage-release] Re: Sage 10.1.beta9 released

2023-08-06 Thread david....@gmail.com
This release introduces a new failing doctest in `sage/graphs/bliss.pyx` and so the test bot is failing on GitHub. It is due to some changes in `sage/groups/perm_gps/permgroup.py` (don't know which PR). In particular, method .gens() now returns a tuple and no longer a list. This is fixed in

[sage-release] Re: Sage 9.7.beta4 released

2022-07-10 Thread david....@gmail.com
on MacOS 12.3.1 with Xcode 13.4.1 and a recent brew upgrade, I did: bootstrap, source .homebrew-build-env, configure and make. The compilation went well, but sage is not working at all. - Sage looks for /usr/local/Cellar/flint/2.9.0/lib/libflint-16.dylib. but I have

Re: [sage-release] Sage 9.2.beta12 released

2020-09-09 Thread david....@gmail.com
sechnik a écrit : >> >> ok, you have a non-standard arb in your Homebrew install. >> >> you need to reinstall it, or perhaps better just remove it. >> >> you also have traces of gfortran 9 in LIBRARY_PATH - investigate and >> clean... >> >>

Re: [sage-release] Sage 9.2.beta12 released

2020-09-09 Thread david....@gmail.com
removal with: brew uninstall --ignore-dependencies ntl flint Le mercredi 9 septembre 2020 à 16:53:47 UTC+2, matthia...@gmail.com a écrit : > On Wednesday, September 9, 2020 at 2:49:19 AM UTC-7, david....@gmail.com > wrote: >> >> If I understand well, I’m facing the case (n

Re: [sage-release] Sage 9.2.beta10 released

2020-08-31 Thread david....@gmail.com
After incremental build from 9.2.beta9, I'm having troubles with 9.2.beta10 running doctests on macOS 10.15.6. I can do ./sage -t src/sage/graphs/orientations.py but ./sage -t src/sage/graphs/graph.py never ends :( I can try make dist-clean if we have no other solution... sapristi:sage