[sage-release] Re: Sage 10.3.beta8 released

2024-02-15 Thread Antonio Rojas

El jueves, 15 de febrero de 2024 a las 17:36:35 UTC+1, 
emanuel.c...@gmail.com escribió:

After make distclean, rebuilding from scratch and reinstalling the same 
packages :

ptestlong still fails the seven polybori tests already reported.

I”m stuck…


Have you recently upgraded gcc? In my experience, polybori/brial frequently 
needs a rebuild when libstdc++ is upgraded.
 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/e197be9f-3519-4878-93ae-ae2b6bce8f95n%40googlegroups.com.


[sage-release] Re: Sage 10.3.beta8 released

2024-02-15 Thread Emmanuel Charpentier


After make distclean, rebuilding from scratch and reinstalling the same 
packages :
charpent@zen-book-flip:/usr/local/sage-10$ sage -optional | grep -v 
ot_instal /usr/local/sage-10/src/sage/misc/package.py:118: UserWarning: 
failed to fetch the version of pkg='auditwheel_or_delocate' at 
https://pypi.org/pypi/auditwheel_or_delocate/json warnings.warn("failed to 
fetch the version of pkg={!r} at {}".format(pkg, url)) 
/usr/local/sage-10/src/sage/misc/package.py:118: UserWarning: failed to 
fetch the version of pkg='ore_algebra' at 
https://pypi.org/pypi/ore_algebra/json warnings.warn("failed to fetch the 
version of pkg={!r} at {}".format(pkg, url)) 
[package]...[latest version] ([version]) 
antlr4_python3_runtime..? (4.7.2) 
cmdstanpy...? (1.2.1) 
cypari2.? (2.1.4) 
dot2tex.2.11.3.p0 (2.11.3.p0) 
fricas..1.3.8.p1 (1.3.8.p1) 
gap_jupyter.0.9 (0.9) 
gap_packages4.12.2 (4.12.2) 
iniconfig...? (2.0.0) 
jupyter_contrib_core? (0.4.2) 
jupyter_contrib_nbextensions? (0.7.0) 
jupyter_highlight_selected_word.? (0.2.0) 
jupyter_kernel_gap..? (0.9) 
jupyter_kernel_singular.? (0.9.7) 
jupyter_nbextensions_configurator...? (0.6.3) 
latex2sympy2? (1.9.1) 
libsemigroups...2.3.2 (2.3.2) 
lxml? (5.1.0) 
metakernel..? (0.30.1) 
msolve..0.5.0 (0.5.0) 
nbclassic...? (1.0.0) 
octave_kernel...? (0.35.1) 
pandas..? (2.2.0) 
pysingular..0.9.7 (0.9.7) 
pytest..8.0.0rc2 (8.0.0) 
python3_venv? (3.11--usr-bin-python3) 
python_dateutil.? (2.8.2) 
qepcad..1.74 (1.74) 
qtconsole...? (5.5.1) 
qtpy? (2.4.1) 
saclib..2.2.8 (2.2.8) 
sagemath_standard...? (10.3b8) 
singular_jupyter0.9.7 (0.9.7) 
stanio..? (0.3.0) 
tqdm? (4.66.2) 

ptestlong still fails the seven polybori tests already reported.
I”m stuck…

HTH,
​
Le jeudi 15 février 2024 à 10:35:36 UTC+1, Emmanuel Charpentier a écrit :

> On Deblan testing running on core i7 + 16 GB RAM, the 7 tests relative to 
> polybori 
>  
> still fail the same way : chash, with gdb indicating !
> [Inferior 1 (process 120886) detached] 30 
> ../sysdeps/unix/sysv/linux/wait4.c: Aucun fichier ou dossier de ce type. 
>
> The 8th test fails indicating :
> FileNotFoundError: [Errno 2] No such file or directory: 
> 'src/sage/tests/gap_packages.py' 
>
> I’ll try a fresh rebuild (i. e. make distclean, etc.) before attempting 
> ptestlong.
>
> HTH,
> ​
> Le mercredi 14 février 2024 à 00:40:34 UTC+1, Volker Braun a écrit :
>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
>>
>> We should soon start with a release candidate, so if you have any ticket 
>> that you really want to get merged then now is the time to get it in!
>>
>>
>> 30b3d78fac8 (origin/develop, tag: 10.3.beta8) Updated SageMath version to 
>> 10.3.beta8
>> 81a374dc4da gh-37290: sagemath-standard: don't require Cython to create 
>> sdist
>> f71381c36f1 gh-37279: Fix some doctest warnings
>> 36bf4afd280 gh-37272: enable the generation of acyclic orientations with 
>> `nauty_directg`
>> 75afadb1669 gh-37270: Allow python 3.12 and scipy 1.12
>> d3deb285e50 gh-37269: sage_docbuild: add needs sphinx tags
>> 5f9ac40378b gh-37258: add type annotations to gens methods
>> df5e77e5bf5 gh-37256: general cleanup of words/paths.py
>> 2fd33b964b0 gh-37252: CI: Fix for failure in maximize-build-space
>> 1cd7585c3c2 gh-37246: minor details in modular
>> 1ac73d8adca gh-37245: a few details in combinat folder
>> 46ef3fd7ac4 gh-37240: add one method to integer-valued polynomials
>> b33cb7515ae gh-37234: make a category of Dedekind domains, remove code 
>> from ring.pyx
>> 4f78a5f3012 gh-37233: fix small mistake in BQFClassGroupQuotientMorphism 
>> documentation
>> cd61411b653 gh-37232: Still less use of isinstance of old-parents
>> 3d38254edba gh-37230: some cython-lint fixes in ecl lib
>> 1b02deb7f03 gh-37229: some pep8 fixes in coding, in particular E275
>> 6b3e7642126 gh-37228: some pep8 fixes in rings, and activate E221
>> 705cab1188f gh-37226: unit group 

Re: [sage-release] Sage 10.3.beta8 released

2024-02-15 Thread Dima Pasechnik



On 15 February 2024 09:17:00 GMT, Kazuyoshi Furutaka 
 wrote:
>Hi,
>
>I've tried to build 10.3-beta8 on two Fedora-39 machines, one at home (AMD
>Ryzen 7 Cezanne) and the other at work (Intel Sandy Bridge(Core i7)).
>The build on the former was successful w/o any problem,  but failed on
>the latter (and it was also the case for 10.3-beta7).
>
>1. Failure in building scipy-1.11.4: needed to set "MKL_ENABLE_INSTRUCTIONS=
>SSE4_2" (the log was attached).
>c.f.
>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CPU-Deprecation-Warning/m-p/1550243?profile.language=ja
>
>2. Failure in building sagemath_doc_html-none: needed to do `./sage -i
>graphs` (the log when building 10.3-beta7 was attached).
>After issuing the command to avoid the problem for 10.3-beta7, I have to do
>it again for 10.3-beta8.

Are you using Intel MKL is this build, rather than OpeBLAS?

Or it's only scipy that uses MKL ?

>
>Kazuyoshi
>
>
>
>
>2024年2月14日(水) 8:40 Volker Braun :
>
>> As always, you can get the latest beta version from the "develop" git
>> branch. Alternatively, the self-contained source tarball is at
>> http://www.sagemath.org/download-latest.html
>>
>> We should soon start with a release candidate, so if you have any ticket
>> that you really want to get merged then now is the time to get it in!
>>
>>
>> 30b3d78fac8 (origin/develop, tag: 10.3.beta8) Updated SageMath version to
>> 10.3.beta8
>> 81a374dc4da gh-37290: sagemath-standard: don't require Cython to create
>> sdist
>> f71381c36f1 gh-37279: Fix some doctest warnings
>> 36bf4afd280 gh-37272: enable the generation of acyclic orientations with
>> `nauty_directg`
>> 75afadb1669 gh-37270: Allow python 3.12 and scipy 1.12
>> d3deb285e50 gh-37269: sage_docbuild: add needs sphinx tags
>> 5f9ac40378b gh-37258: add type annotations to gens methods
>> df5e77e5bf5 gh-37256: general cleanup of words/paths.py
>> 2fd33b964b0 gh-37252: CI: Fix for failure in maximize-build-space
>> 1cd7585c3c2 gh-37246: minor details in modular
>> 1ac73d8adca gh-37245: a few details in combinat folder
>> 46ef3fd7ac4 gh-37240: add one method to integer-valued polynomials
>> b33cb7515ae gh-37234: make a category of Dedekind domains, remove code
>> from ring.pyx
>> 4f78a5f3012 gh-37233: fix small mistake in BQFClassGroupQuotientMorphism
>> documentation
>> cd61411b653 gh-37232: Still less use of isinstance of old-parents
>> 3d38254edba gh-37230: some cython-lint fixes in ecl lib
>> 1b02deb7f03 gh-37229: some pep8 fixes in coding, in particular E275
>> 6b3e7642126 gh-37228: some pep8 fixes in rings, and activate E221
>> 705cab1188f gh-37226: unit group of number field: do not expand product
>> when S is empty
>> 76b1a92acd3 gh-37225: splitting_field: polred -> polredbest
>> cdd42d4af9a gh-37223: Remove invariants commands in global namespace
>> 9e9acfea423 gh-37222: CI Linux Incremental: Do not require label "c:
>> packages: ..." to be set
>> 81a23e1d96d gh-37218: Fix to ncsym.ncsym.nesting
>> 23586cf4085 gh-37215: Remove unnecessary bullet point
>> 15abc09a456 gh-37210: unify alias substitute for subs
>> d548c0023f7 gh-37209: Added rational Tamari lattices
>> bf1c793ecd6 gh-37207: allow algorithm=pari in LLL
>> f396146fe81 gh-37199: make FreeAlgebra graded and provide is_unit and
>> __invert__
>> d1bbb83ef3f gh-37195: general LU: gather several calls to field inversion
>> into a single call
>> adee77d9f49 gh-37193: Some fixes & improvements to autogenerated flint .pxd
>> 0319fbba80f gh-37185: Fix `sage_setup.clean` doctest
>> 43686380ed7 gh-37182: Implement Auslander-Reiten quivers
>> 7c0a5ecd0cb gh-37170: Total refactor of `any_root()` to solve issue in
>> characteristic two and clean up the code
>> 49505110153 gh-37148: Add class CircuitsMatroid
>> dd9abe40439 gh-37143: special subs for fractions
>> 53c3468f59a gh-37113: Define behaviour of < and > for fractional ideals in
>> a quaternion algebra
>> 138b265e5ad gh-37096: Fix `.multiplication_by_m` when m is not coprime to
>> characteristic (#6413)
>> ed119f6d025 gh-37073: `build/pkgs/free_fonts`: Fix fedora system package
>> information
>> 60ffcefe9ac gh-37065: Installation guide: Use `.. envvar::` to define
>> environment variables
>> 96cb4849aa9 gh-37014: Upgrade database_knotinfo to version 2024.2.1
>> fe375288d78 gh-37007: normalize projective points over (quotients of)
>> Euclidean domains
>> d4b28e18831 gh-36997: `build/pkgs/{givaro,fflas_ffpack,linbox}`: Accept
>> matching set of new versions
>> 647ec811c57 gh-36983: Prepare python3 `spkg-configure.m4` for Python 3.12
>> (setuptools instead of distutils)
>> 20a6fde8fa0 gh-36927: src/sage/combinat/designs/subhypergraph_search.pyx:
>> constness fix for clang 16
>> 3942b62a2f0 gh-36915: `configure.ac`: Remove tests for outdated platforms
>> 6ad8584b4d6 gh-36881: Fix cardinality of special linear group
>> bbe70e7a14e gh-36805: fast path for Vélu isogenies with a single kernel
>> generator
>> 5a3f8eb0af3 gh-36171: Implement Chevalley-Eilenberg complexes with module
>> coefficients

[sage-release] Re: Sage 10.3.beta8 released

2024-02-15 Thread Emmanuel Charpentier


On Deblan testing running on core i7 + 16 GB RAM, the 7 tests relative to 
polybori 
 
still fail the same way : chash, with gdb indicating !
[Inferior 1 (process 120886) detached] 30 
../sysdeps/unix/sysv/linux/wait4.c: Aucun fichier ou dossier de ce type. 

The 8th test fails indicating :
FileNotFoundError: [Errno 2] No such file or directory: 
'src/sage/tests/gap_packages.py' 

I’ll try a fresh rebuild (i. e. make distclean, etc.) before attempting 
ptestlong.

HTH,
​
Le mercredi 14 février 2024 à 00:40:34 UTC+1, Volker Braun a écrit :

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> We should soon start with a release candidate, so if you have any ticket 
> that you really want to get merged then now is the time to get it in!
>
>
> 30b3d78fac8 (origin/develop, tag: 10.3.beta8) Updated SageMath version to 
> 10.3.beta8
> 81a374dc4da gh-37290: sagemath-standard: don't require Cython to create 
> sdist
> f71381c36f1 gh-37279: Fix some doctest warnings
> 36bf4afd280 gh-37272: enable the generation of acyclic orientations with 
> `nauty_directg`
> 75afadb1669 gh-37270: Allow python 3.12 and scipy 1.12
> d3deb285e50 gh-37269: sage_docbuild: add needs sphinx tags
> 5f9ac40378b gh-37258: add type annotations to gens methods
> df5e77e5bf5 gh-37256: general cleanup of words/paths.py
> 2fd33b964b0 gh-37252: CI: Fix for failure in maximize-build-space
> 1cd7585c3c2 gh-37246: minor details in modular
> 1ac73d8adca gh-37245: a few details in combinat folder
> 46ef3fd7ac4 gh-37240: add one method to integer-valued polynomials
> b33cb7515ae gh-37234: make a category of Dedekind domains, remove code 
> from ring.pyx
> 4f78a5f3012 gh-37233: fix small mistake in BQFClassGroupQuotientMorphism 
> documentation
> cd61411b653 gh-37232: Still less use of isinstance of old-parents
> 3d38254edba gh-37230: some cython-lint fixes in ecl lib
> 1b02deb7f03 gh-37229: some pep8 fixes in coding, in particular E275
> 6b3e7642126 gh-37228: some pep8 fixes in rings, and activate E221
> 705cab1188f gh-37226: unit group of number field: do not expand product 
> when S is empty
> 76b1a92acd3 gh-37225: splitting_field: polred -> polredbest
> cdd42d4af9a gh-37223: Remove invariants commands in global namespace
> 9e9acfea423 gh-37222: CI Linux Incremental: Do not require label "c: 
> packages: ..." to be set
> 81a23e1d96d gh-37218: Fix to ncsym.ncsym.nesting
> 23586cf4085 gh-37215: Remove unnecessary bullet point
> 15abc09a456 gh-37210: unify alias substitute for subs
> d548c0023f7 gh-37209: Added rational Tamari lattices
> bf1c793ecd6 gh-37207: allow algorithm=pari in LLL
> f396146fe81 gh-37199: make FreeAlgebra graded and provide is_unit and 
> __invert__
> d1bbb83ef3f gh-37195: general LU: gather several calls to field inversion 
> into a single call
> adee77d9f49 gh-37193: Some fixes & improvements to autogenerated flint .pxd
> 0319fbba80f gh-37185: Fix `sage_setup.clean` doctest
> 43686380ed7 gh-37182: Implement Auslander-Reiten quivers
> 7c0a5ecd0cb gh-37170: Total refactor of `any_root()` to solve issue in 
> characteristic two and clean up the code
> 49505110153 gh-37148: Add class CircuitsMatroid
> dd9abe40439 gh-37143: special subs for fractions
> 53c3468f59a gh-37113: Define behaviour of < and > for fractional ideals in 
> a quaternion algebra
> 138b265e5ad gh-37096: Fix `.multiplication_by_m` when m is not coprime to 
> characteristic (#6413)
> ed119f6d025 gh-37073: `build/pkgs/free_fonts`: Fix fedora system package 
> information
> 60ffcefe9ac gh-37065: Installation guide: Use `.. envvar::` to define 
> environment variables
> 96cb4849aa9 gh-37014: Upgrade database_knotinfo to version 2024.2.1
> fe375288d78 gh-37007: normalize projective points over (quotients of) 
> Euclidean domains
> d4b28e18831 gh-36997: `build/pkgs/{givaro,fflas_ffpack,linbox}`: Accept 
> matching set of new versions
> 647ec811c57 gh-36983: Prepare python3 `spkg-configure.m4` for Python 3.12 
> (setuptools instead of distutils)
> 20a6fde8fa0 gh-36927: src/sage/combinat/designs/subhypergraph_search.pyx: 
> constness fix for clang 16
> 3942b62a2f0 gh-36915: `configure.ac`: Remove tests for outdated platforms
> 6ad8584b4d6 gh-36881: Fix cardinality of special linear group
> bbe70e7a14e gh-36805: fast path for Vélu isogenies with a single kernel 
> generator
> 5a3f8eb0af3 gh-36171: Implement Chevalley-Eilenberg complexes with module 
> coefficients
> 2369ddb7f34 gh-35503: add order_from_multiple() to sage.groups.all
> 9d24006e703 gh-34976: compute isomorphisms between quaternion orders
> 0c390a06f72 (tag: 10.3.beta7) Updated SageMath version to 10.3.beta7
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to