Re: [sage-release] Sage 10.0.beta6 released

2023-03-30 Thread Kenji Iohara
On Mac OS 13.2.1, with Intel Core i5 and updated homebrew, after make -j1, it 
compiled from the first built. 
As for make ptestlong, I had:

--
sage -t --long --warn-long 263.7 
--random-seed=17277742380544758668600774580300429123 
src/sage/graphs/graph_generators.py  # 1 doctest failed
sage -t --long --warn-long 263.7 
--random-seed=17277742380544758668600774580300429123 
src/sage/graphs/generators/families.py  # 2 doctests failed
sage -t --long --warn-long 263.7 
--random-seed=17277742380544758668600774580300429123 
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
sage -t --long --warn-long 263.7 
--random-seed=17277742380544758668600774580300429123 
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
sage -t --long --warn-long 263.7 
--random-seed=17277742380544758668600774580300429123 
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests failed


> 29/03/2023 11:59、Emmanuel Charpentier のメール:
> 
> Identical result on another, slightly smaller machine.
> 
> HTH,
> 
> Le mardi 28 mars 2023 à 20:38:58 UTC+2, Emmanuel Charpentier a écrit :
>> On Debian testing running on core i7 + 16 GB RAM, upgrading 10.0.beta4 to 
>> beta6 (with rebuilding sagelib, see above...), ptestlong gives the foursae 
>> permanent errors alreadu reported for the previous beta.
>> 
>> HTH,
>> 
>> Le dimanche 26 mars 2023 à 14:54:16 UTC+2, 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
>>> 
>>> Also, in case you see a big scary man in the middle attack warning when you 
>>> connect to github: Yes, github did rotate their ssh host key ;-)
>>> 
>>> 
>>> 82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to 
>>> 10.0.beta6
>>> 4452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx files
>>> 77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials
>>> 4676d932f42 gh-35204: Remove directories leftover from improper shutdown so 
>>> sage-cleaner won't kill random processes
>>> e70da89c8cb gh-35203: sagemath-standard: Add dependencies 
>>> `typing_extensions`, `importlib_resources`, `importlib_metadata`
>>> 2540fe8f1f6 gh-35197: Fix bug with Set equality/inequality
>>> e1cb236907a gh-35195: Workaround for an ecl race in maxima init
>>> bd8ede6eb4d gh-35193: symbolics: add derivative operator
>>> c140569c4e5 gh-35189: Add typing to tangent vectors
>>> 88a9ab82d35 gh-35186: Various improvements to Weyl character rings
>>> 249f67b60ea gh-35185: Bump actions/cache from 2 to 3
>>> 110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0
>>> a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3
>>> b2965a270b4 gh-35180: fix(docs): use double backquotes for a command
>>> 002b464c35b gh-35177: Matplotlib 3.7.0 support
>>> 1e777978d91 gh-35174: cleaning and enhancement to PolyDict
>>> 85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial
>>> 81bacf5e853 gh-35170: Fix bug in is_eulerian
>>> 883b99331ca gh-35169: CI: Add PDF doc building
>>> 25a085387e4 gh-35165: activate W293 and E714 in pyx files
>>> dc4930a5342 gh-35164: compute the matrix of an isogeny on a given n-torsion 
>>> subgroup
>>> e5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebra
>>> af27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py
>>> 366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to 
>>> `sage.all__sagemath_repl`
>>> 6d1467955bd gh-35159: update msolve to 0.4.9
>>> f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)
>>> 525b34d3e76 gh-35155: Update the logo at README.md
>>> a9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and 
>>> code style fixes
>>> 670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*
>>> e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs with 
>>> edge labels
>>> 7bd91aab402 gh-35142: Fix broken link in README
>>> a40b4883710 gh-35141: Revise the PR template
>>> a21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, pynormaliz
>>> 4018a78fbe6 gh-35138: Allow skew tableaux to be hashed
>>> b6b5c2cce14 gh-35136: `sage.{geometry,rings}`: More `# optional` tags in 
>>> doctests
>>> 9e9842541bc gh-35135: `sage.geometry.integral_points`: Use generic impl if 
>>> no `matrix_integer_dense`
>>> 63ab60df4a4 gh-35132: fix pep8 E303 in various folders (plot, quadratic 
>>> forms, etc)
>>> e6bc06f274f gh-35131: PR for issue 32136: Add parameter 'induced' to 
>>> `connected_subgraphs_iterator`
>>> b80d04e4591 gh-35128: Fix French notation for Tableau plots
>>> 53362d1e69a gh-35127: Fix a very slow doctest in 
>>> `sage/data_structures/stream.py`
>>> 9955e921ee7 gh-35123: fixing most of pycodestyle E271
>>> b2e6ba78074 gh-35120: Add optional package cvxpy, update 

Re: [sage-release] Sage 10.0.beta6 released

2023-03-28 Thread Matthias Köppe
The matrix failures come from the homebrew openblas update. 
See https://github.com/sagemath/sage/pull/35377

On Tuesday, March 28, 2023 at 5:52:45 PM UTC-7 list...@gmail.com wrote:

>
> FWIW, this is on Apple Silicon Macs ("M" series) with Homebrew up to date 
>  (make and make pytest and  make ptestlong), on macOS 11.7.5, macOS 12.6.4 
> and macOS 13.3.
> (Sorry for my hasty previous comment.)
>
> To make make work, make -j1 is usually needed.
>
> make ptestlong gives
>
> sage -t --long --warn-long … --random-seed=… 
> src/sage/calculus/interpolators.pyx  # 20 doctests failed
> sage -t --long --warn-long … --random-seed=… src/sage/calculus/riemann.pyx 
>  # 81 doctests failed
> sage -t --long --warn-long … --random-seed=… 
> src/sage/matrix/matrix_double_dense.pyx  # 11 doctests failed
> sage -t --long --warn-long … --random-seed=… 
> src/sage/matrix/matrix_space.py  # 2 doctests failed
> sage -t --long --warn-long … --random-seed=… src/sage/matrix/matrix2.pyx 
>  # 4 doctests failed
> (see https://github.com/scipy/scipy/issues/18208)
>
> sage -t --long --warn-long … --random-seed=… 
> src/sage/graphs/generators/families.py  # 2 doctests failed
> sage -t --long --warn-long … --random-seed=… 
> src/sage/graphs/graph_generators.py  # 1 doctest failed
> (see https://github.com/sagemath/sage/issues/35157)
>
> sage -t --long --warn-long … --random-seed=… 
> src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests 
> failed
> sage -t --long --warn-long … --random-seed=… 
> src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
> sage -t --long --warn-long … --random-seed=… 
> src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
> (see https://github.com/sagemath/sage/issues/35273)
>
> Additionally:
>
> On macOS 11.7.5:
> sage -t --long --warn-long … --random-seed=… 
> src/sage/matrix/matrix_gf2e_dense.pyx  # 1 doctest failed
> (see https://github.com/sagemath/sage/issues/33212)
>
> On macOS 13.3:
> sage -t --long --warn-long … --random-seed=… 
> src/sage/structure/coerce_actions.pyx  # 3 doctests failed
> (perhaps due to the processor being too fast?)
>
> Guillermo
>
> On Sun, 26 Mar 2023 at 14:54, Volker Braun  wrote:
>
>> 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
>>
>> Also, in case you see a big scary man in the middle attack warning when 
>> you connect to github: Yes, github did rotate their ssh host key ;-)
>>
>> 82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to 
>> 10.0.beta6
>> 4452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx 
>> files
>> 77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials
>> 4676d932f42 gh-35204: Remove directories leftover from improper shutdown 
>> so sage-cleaner won't kill random processes
>> e70da89c8cb gh-35203: sagemath-standard: Add dependencies 
>> `typing_extensions`, `importlib_resources`, `importlib_metadata`
>> 2540fe8f1f6 gh-35197: Fix bug with Set equality/inequality
>> e1cb236907a gh-35195: Workaround for an ecl race in maxima init
>> bd8ede6eb4d gh-35193: symbolics: add derivative operator
>> c140569c4e5 gh-35189: Add typing to tangent vectors
>> 88a9ab82d35 gh-35186: Various improvements to Weyl character rings
>> 249f67b60ea gh-35185: Bump actions/cache from 2 to 3
>> 110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0
>> a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3
>> b2965a270b4 gh-35180: fix(docs): use double backquotes for a command
>> 002b464c35b gh-35177: Matplotlib 3.7.0 support
>> 1e777978d91 gh-35174: cleaning and enhancement to PolyDict
>> 85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial
>> 81bacf5e853 gh-35170: Fix bug in is_eulerian
>> 883b99331ca gh-35169: CI: Add PDF doc building
>> 25a085387e4 gh-35165: activate W293 and E714 in pyx files
>> dc4930a5342 gh-35164: compute the matrix of an isogeny on a given 
>> n-torsion subgroup
>> e5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebra
>> af27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py
>> 366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to 
>> `sage.all__sagemath_repl`
>> 6d1467955bd gh-35159: update msolve to 0.4.9
>> f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)
>> 525b34d3e76 gh-35155: Update the logo at README.md
>> a9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and 
>> code style fixes
>> 670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*
>> e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs 
>> with edge labels
>> 7bd91aab402 gh-35142: Fix broken link in README
>> a40b4883710 gh-35141: Revise the PR template
>> a21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, 
>> pynormaliz
>> 4018a78fbe6 gh-35138: Allow skew tableaux to be hashed
>> 

Re: [sage-release] Sage 10.0.beta6 released

2023-03-28 Thread G. M.-S.
FWIW, this is on Apple Silicon Macs ("M" series) with Homebrew up to date
 (make and make pytest and  make ptestlong), on macOS 11.7.5, macOS 12.6.4
and macOS 13.3.
(Sorry for my hasty previous comment.)

To make make work, make -j1 is usually needed.

make ptestlong gives

sage -t --long --warn-long … --random-seed=…
src/sage/calculus/interpolators.pyx  # 20 doctests failed
sage -t --long --warn-long … --random-seed=… src/sage/calculus/riemann.pyx
 # 81 doctests failed
sage -t --long --warn-long … --random-seed=…
src/sage/matrix/matrix_double_dense.pyx  # 11 doctests failed
sage -t --long --warn-long … --random-seed=…
src/sage/matrix/matrix_space.py  # 2 doctests failed
sage -t --long --warn-long … --random-seed=… src/sage/matrix/matrix2.pyx  #
4 doctests failed
(see https://github.com/scipy/scipy/issues/18208)

sage -t --long --warn-long … --random-seed=…
src/sage/graphs/generators/families.py  # 2 doctests failed
sage -t --long --warn-long … --random-seed=…
src/sage/graphs/graph_generators.py  # 1 doctest failed
(see https://github.com/sagemath/sage/issues/35157)

sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests
failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
(see https://github.com/sagemath/sage/issues/35273)

Additionally:

On macOS 11.7.5:
sage -t --long --warn-long … --random-seed=…
src/sage/matrix/matrix_gf2e_dense.pyx  # 1 doctest failed
(see https://github.com/sagemath/sage/issues/33212)

On macOS 13.3:
sage -t --long --warn-long … --random-seed=…
src/sage/structure/coerce_actions.pyx  # 3 doctests failed
(perhaps due to the processor being too fast?)

Guillermo

On Sun, 26 Mar 2023 at 14:54, Volker Braun  wrote:

> 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
>
> Also, in case you see a big scary man in the middle attack warning when
> you connect to github: Yes, github did rotate their ssh host key ;-)
>
> 82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to
> 10.0.beta6
> 4452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx files
> 77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials
> 4676d932f42 gh-35204: Remove directories leftover from improper shutdown
> so sage-cleaner won't kill random processes
> e70da89c8cb gh-35203: sagemath-standard: Add dependencies
> `typing_extensions`, `importlib_resources`, `importlib_metadata`
> 2540fe8f1f6 gh-35197: Fix bug with Set equality/inequality
> e1cb236907a gh-35195: Workaround for an ecl race in maxima init
> bd8ede6eb4d gh-35193: symbolics: add derivative operator
> c140569c4e5 gh-35189: Add typing to tangent vectors
> 88a9ab82d35 gh-35186: Various improvements to Weyl character rings
> 249f67b60ea gh-35185: Bump actions/cache from 2 to 3
> 110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0
> a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3
> b2965a270b4 gh-35180: fix(docs): use double backquotes for a command
> 002b464c35b gh-35177: Matplotlib 3.7.0 support
> 1e777978d91 gh-35174: cleaning and enhancement to PolyDict
> 85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial
> 81bacf5e853 gh-35170: Fix bug in is_eulerian
> 883b99331ca gh-35169: CI: Add PDF doc building
> 25a085387e4 gh-35165: activate W293 and E714 in pyx files
> dc4930a5342 gh-35164: compute the matrix of an isogeny on a given
> n-torsion subgroup
> e5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebra
> af27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py
> 366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to
> `sage.all__sagemath_repl`
> 6d1467955bd gh-35159: update msolve to 0.4.9
> f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)
> 525b34d3e76 gh-35155: Update the logo at README.md
> a9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and
> code style fixes
> 670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*
> e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs
> with edge labels
> 7bd91aab402 gh-35142: Fix broken link in README
> a40b4883710 gh-35141: Revise the PR template
> a21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, pynormaliz
> 4018a78fbe6 gh-35138: Allow skew tableaux to be hashed
> b6b5c2cce14 gh-35136: `sage.{geometry,rings}`: More `# optional` tags in
> doctests
> 9e9842541bc gh-35135: `sage.geometry.integral_points`: Use generic impl if
> no `matrix_integer_dense`
> 63ab60df4a4 gh-35132: fix pep8 E303 in various folders (plot, quadratic
> forms, etc)
> e6bc06f274f gh-35131: PR for issue 32136: Add parameter 'induced' to
> 

Re: [sage-release] Sage 10.0.beta6 released

2023-03-27 Thread Kenji Iohara
It gives me

 -r--r--r--  1 iohara  admin  556 Mar 26 20:26 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc

.

> 27/03/2023 12:11、Dima Pasechnik のメール:
> 
> On Mon, Mar 27, 2023 at 11:08 AM Kenji Iohara  > wrote:
>> 
>> The first one:
>> 
>> 
>> ls -l/usr/local/opt/openblas/lib/pkgconfig/openblas.pcgives
>> 
>> 
>> ls: invalid option -- /
> 
> There must be a space between '-l' and the path, i.e
> 
> ls-l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>> 
>> usage: ls [-@ABCFGHILOPRSTUWabcdefghiklmnopqrstuvwxy1%,] [--color=when] [-D 
>> format] [file ...]
>> 
>> 
>> And the second one:
>> 
>> 
>> ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
>> local/lib/pkgconfig/*.pcgives
>> 
>> 
>> -r--r--r--  1 iohara  admin  556 Mar 26 20:26 
>> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>> 
>> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/blas.pc -> 
>> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>> 
>> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/cblas.pc 
>> -> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>> 
>> -rw-r--r--  1 iohara  staff  353 Mar 26 20:52 local/lib/pkgconfig/eclib.pc
>> 
>> -rw-r--r--  1 iohara  staff  630 Mar 26 21:17 
>> local/lib/pkgconfig/fflas-ffpack.pc
>> 
>> -rw-r--r--  1 iohara  staff  340 Mar 26 22:58 local/lib/pkgconfig/gf2x.pc
>> 
>> -rw-r--r--  1 iohara  staff  503 Mar 26 21:09 local/lib/pkgconfig/givaro.pc
>> 
>> -rw-r--r--  1 iohara  staff  338 Mar 26 20:38 local/lib/pkgconfig/gsl.pc
>> 
>> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/lapack.pc 
>> -> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>> 
>> -rw-r--r--  1 iohara  staff  313 Mar 26 21:11 local/lib/pkgconfig/lcalc.pc
>> 
>> -rw-r--r--  1 iohara  staff  636 Mar 26 21:18 local/lib/pkgconfig/linbox.pc
>> 
>> -rw-r--r--  1 iohara  staff  332 Mar 26 20:45 local/lib/pkgconfig/m4ri.pc
>> 
>> -rw-r--r--  1 iohara  staff  326 Mar 26 21:19 local/lib/pkgconfig/m4rie.pc
>> 
>> 
>> 
>> And the last one
>>  .mesonpy-cu4n01zf/
>> does not exist.
>> 
>> 27/03/2023 2:34、Matthias Köppe のメール:
>> 
>> ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
>> local/lib/pkgconfig/*.pc
>> 
>> 
>> --
>> 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/F37757D1-3756-405A-9625-DF5AA5DAD113%40gmail.com.
> 
> -- 
> 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/CAAWYfq1%3Dx1qaMCb%3DWLnWtP1UAfwdBmZSXH-9oRjyWusuYXthZw%40mail.gmail.com.

-- 
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/555CE938-A3F3-43C1-AED7-FB5C0AC4F047%40gmail.com.


Re: [sage-release] Sage 10.0.beta6 released

2023-03-27 Thread Dima Pasechnik
On Mon, Mar 27, 2023 at 11:08 AM Kenji Iohara  wrote:
>
> The first one:
>
>
> ls -l/usr/local/opt/openblas/lib/pkgconfig/openblas.pcgives
>
>
> ls: invalid option -- /

There must be a space between '-l' and the path, i.e

ls-l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>
> usage: ls [-@ABCFGHILOPRSTUWabcdefghiklmnopqrstuvwxy1%,] [--color=when] [-D 
> format] [file ...]
>
>
> And the second one:
>
>
> ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
> local/lib/pkgconfig/*.pcgives
>
>
> -r--r--r--  1 iohara  admin  556 Mar 26 20:26 
> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>
> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/blas.pc -> 
> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>
> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/cblas.pc -> 
> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>
> -rw-r--r--  1 iohara  staff  353 Mar 26 20:52 local/lib/pkgconfig/eclib.pc
>
> -rw-r--r--  1 iohara  staff  630 Mar 26 21:17 
> local/lib/pkgconfig/fflas-ffpack.pc
>
> -rw-r--r--  1 iohara  staff  340 Mar 26 22:58 local/lib/pkgconfig/gf2x.pc
>
> -rw-r--r--  1 iohara  staff  503 Mar 26 21:09 local/lib/pkgconfig/givaro.pc
>
> -rw-r--r--  1 iohara  staff  338 Mar 26 20:38 local/lib/pkgconfig/gsl.pc
>
> lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/lapack.pc 
> -> /usr/local/opt/openblas/lib/pkgconfig/openblas.pc
>
> -rw-r--r--  1 iohara  staff  313 Mar 26 21:11 local/lib/pkgconfig/lcalc.pc
>
> -rw-r--r--  1 iohara  staff  636 Mar 26 21:18 local/lib/pkgconfig/linbox.pc
>
> -rw-r--r--  1 iohara  staff  332 Mar 26 20:45 local/lib/pkgconfig/m4ri.pc
>
> -rw-r--r--  1 iohara  staff  326 Mar 26 21:19 local/lib/pkgconfig/m4rie.pc
>
>
>
> And the last one
>   .mesonpy-cu4n01zf/
> does not exist.
>
> 27/03/2023 2:34、Matthias Köppe のメール:
>
> ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
> local/lib/pkgconfig/*.pc
>
>
> --
> 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/F37757D1-3756-405A-9625-DF5AA5DAD113%40gmail.com.

-- 
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/CAAWYfq1%3Dx1qaMCb%3DWLnWtP1UAfwdBmZSXH-9oRjyWusuYXthZw%40mail.gmail.com.


Re: [sage-release] Sage 10.0.beta6 released

2023-03-27 Thread Kenji Iohara
The first one:

ls -l/usr/local/opt/openblas/lib/pkgconfig/openblas.pcgives

ls: invalid option -- /
usage: ls [-@ABCFGHILOPRSTUWabcdefghiklmnopqrstuvwxy1%,] [--color=when] [-D 
format] [file ...]

And the second one:

ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
local/lib/pkgconfig/*.pcgives

-r--r--r--  1 iohara  admin  556 Mar 26 20:26 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc
lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/blas.pc -> 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc
lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/cblas.pc -> 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc
-rw-r--r--  1 iohara  staff  353 Mar 26 20:52 local/lib/pkgconfig/eclib.pc
-rw-r--r--  1 iohara  staff  630 Mar 26 21:17 
local/lib/pkgconfig/fflas-ffpack.pc
-rw-r--r--  1 iohara  staff  340 Mar 26 22:58 local/lib/pkgconfig/gf2x.pc
-rw-r--r--  1 iohara  staff  503 Mar 26 21:09 local/lib/pkgconfig/givaro.pc
-rw-r--r--  1 iohara  staff  338 Mar 26 20:38 local/lib/pkgconfig/gsl.pc
lrwxr-xr-x  1 iohara  staff   49 Mar 26 20:38 local/lib/pkgconfig/lapack.pc -> 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc
-rw-r--r--  1 iohara  staff  313 Mar 26 21:11 local/lib/pkgconfig/lcalc.pc
-rw-r--r--  1 iohara  staff  636 Mar 26 21:18 local/lib/pkgconfig/linbox.pc
-rw-r--r--  1 iohara  staff  332 Mar 26 20:45 local/lib/pkgconfig/m4ri.pc
-rw-r--r--  1 iohara  staff  326 Mar 26 21:19 local/lib/pkgconfig/m4rie.pc


And the last one 
  .mesonpy-cu4n01zf/
does not exist.

> 27/03/2023 2:34、Matthias Köppe のメール:
> 
> ls -l /usr/local/opt/openblas/lib/pkgconfig/openblas.pc 
> local/lib/pkgconfig/*.pc

-- 
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/F37757D1-3756-405A-9625-DF5AA5DAD113%40gmail.com.


Re: [sage-release] Sage 10.0.beta6 released

2023-03-26 Thread Matthias Köppe
Could you provide the output of "ls -l 
/usr/local/opt/openblas/lib/pkgconfig/openblas.pc local/lib/pkgconfig/*.pc" 
please, and also the 
file 
/Users/iohara/Desktop/sage-10.0.beta6/local/var/lib/sage/venv-python3.11/var/tmp/sage/build/scipy-1.10.1/src/.mesonpy-cu4n01zf/build/meson-logs/meson-log.txt
 
(if it still exists)?

On Sunday, March 26, 2023 at 4:26:55 PM UTC-7 Kenji Iohara wrote:

>

-- 
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/e86bf8a6-19aa-4455-80af-576c4a2453bbn%40googlegroups.com.


Re: [sage-release] Sage 10.0.beta6 released

2023-03-26 Thread Matthias Köppe
Please post config.log

On Sunday, March 26, 2023 at 2:49:42 PM UTC-7 Kenji Iohara wrote:

> Hello,
>
>  On my Mac Book Pro with Intel Core i5, OS 13.2.1 and updated homebrew, 
>  It didn’t compile from the first built owing to the error :
>
>  package: scipy-1.10.1 
>
>   last build time: Mar 26 23:41
>
>   log file:
> /Users/iohara/Desktop/sage-10.0.beta6/logs/pkgs/scipy-1.10.1.log
>
>
>

-- 
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/329c0e07-ac45-4822-9940-8fc511d46bcen%40googlegroups.com.


Re: [sage-release] Sage 10.0.beta6 released

2023-03-26 Thread Kenji Iohara
Hello, On my Mac Book Pro with Intel Core i5, OS 13.2.1 and updated homebrew,  It didn’t compile from the first built owing to the error : package:         scipy-1.10.1
  last build time: Mar 26 23:41
  log file:        /Users/iohara/Desktop/sage-10.0.beta6/logs/pkgs/scipy-1.10.1.log



-- 
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/B0759D5C-D38F-4B07-B6FD-55E3B995DA54%40gmail.com.


scipy-1.10.1.log
Description: Binary data
 There can be a problem on the version of cmake ? As it sais[scipy-1.10.1]   Found CMake: /usr/local/bin/cmake (3.26.1)
[scipy-1.10.1]   WARNING: CMake Toolchain: Failed to determine CMake compilers stateKenji26/03/2023 14:54、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.htmlAlso, in case you see a big scary man in the middle attack warning when you connect to github: Yes, github did rotate their ssh host key ;-)82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to 10.0.beta64452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx files77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials4676d932f42 gh-35204: Remove directories leftover from improper shutdown so sage-cleaner won't kill random processese70da89c8cb gh-35203: sagemath-standard: Add dependencies `typing_extensions`, `importlib_resources`, `importlib_metadata`2540fe8f1f6 gh-35197: Fix bug with Set equality/inequalitye1cb236907a gh-35195: Workaround for an ecl race in maxima initbd8ede6eb4d gh-35193: symbolics: add derivative operatorc140569c4e5 gh-35189: Add typing to tangent vectors88a9ab82d35 gh-35186: Various improvements to Weyl character rings249f67b60ea gh-35185: Bump actions/cache from 2 to 3110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3b2965a270b4 gh-35180: fix(docs): use double backquotes for a command002b464c35b gh-35177: Matplotlib 3.7.0 support1e777978d91 gh-35174: cleaning and enhancement to PolyDict85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial81bacf5e853 gh-35170: Fix bug in is_eulerian883b99331ca gh-35169: CI: Add PDF doc building25a085387e4 gh-35165: activate W293 and E714 in pyx filesdc4930a5342 gh-35164: compute the matrix of an isogeny on a given n-torsion subgroupe5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebraaf27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to `sage.all__sagemath_repl`6d1467955bd gh-35159: update msolve to 0.4.9f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)525b34d3e76 gh-35155: Update the logo at README.mda9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and code style fixes670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs with edge labels7bd91aab402 gh-35142: Fix broken link in READMEa40b4883710 gh-35141: Revise the PR templatea21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, pynormaliz4018a78fbe6 gh-35138: Allow skew tableaux to be hashedb6b5c2cce14 gh-35136: `sage.{geometry,rings}`: More `# optional` tags in doctests9e9842541bc gh-35135: `sage.geometry.integral_points`: Use generic impl if no `matrix_integer_dense`63ab60df4a4 gh-35132: fix pep8 E303 in various folders (plot, quadratic forms, etc)e6bc06f274f gh-35131: PR for issue 32136: Add parameter 'induced' to `connected_subgraphs_iterator`b80d04e4591 gh-35128: Fix French notation for Tableau plots53362d1e69a gh-35127: Fix a very slow doctest in `sage/data_structures/stream.py`9955e921ee7 gh-35123: fixing most of pycodestyle E271b2e6ba78074 gh-35120: Add optional package cvxpy, update cylp, add CVXPY MIP backende6be37bbe59 gh-35118: `sage.env.sage_include_directories`: Don't use `distutils` and `SAGE_LIB`8c79facb5c8 gh-35117: fix pep E303 in modular/ and algebras/06db831d50f gh-35115: Make the key polynomials know their degree0d01c38713d gh-35114: libgap: Remove some GC hazardsf18723da821 gh-35113: added check for invalid range in contour_plot and derivatives90f14dc52ba gh-35111: Partly fix conda ci and update python versions tested80511e167b8 gh-35110: Meta-PR: Replace imports from sage.*.all for namespace packageseaf63933d94 gh-35080: Use the Docker images published on ghcr.io without 'docker' in the namece41bee6d97 gh-35056: Make automatic codecov report less noisyc00e6c204b2 (tag: 10.0.beta5) Updated SageMath version to 10.0.beta5

-- 
You received this message because you are subscribed to the Google Groups 

[sage-release] Sage 10.0.beta6 released

2023-03-26 Thread 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

Also, in case you see a big scary man in the middle attack warning when you 
connect to github: Yes, github did rotate their ssh host key ;-)


82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to 
10.0.beta6
4452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx files
77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials
4676d932f42 gh-35204: Remove directories leftover from improper shutdown so 
sage-cleaner won't kill random processes
e70da89c8cb gh-35203: sagemath-standard: Add dependencies 
`typing_extensions`, `importlib_resources`, `importlib_metadata`
2540fe8f1f6 gh-35197: Fix bug with Set equality/inequality
e1cb236907a gh-35195: Workaround for an ecl race in maxima init
bd8ede6eb4d gh-35193: symbolics: add derivative operator
c140569c4e5 gh-35189: Add typing to tangent vectors
88a9ab82d35 gh-35186: Various improvements to Weyl character rings
249f67b60ea gh-35185: Bump actions/cache from 2 to 3
110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0
a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3
b2965a270b4 gh-35180: fix(docs): use double backquotes for a command
002b464c35b gh-35177: Matplotlib 3.7.0 support
1e777978d91 gh-35174: cleaning and enhancement to PolyDict
85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial
81bacf5e853 gh-35170: Fix bug in is_eulerian
883b99331ca gh-35169: CI: Add PDF doc building
25a085387e4 gh-35165: activate W293 and E714 in pyx files
dc4930a5342 gh-35164: compute the matrix of an isogeny on a given n-torsion 
subgroup
e5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebra
af27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py
366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to 
`sage.all__sagemath_repl`
6d1467955bd gh-35159: update msolve to 0.4.9
f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)
525b34d3e76 gh-35155: Update the logo at README.md
a9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and 
code style fixes
670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*
e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs with 
edge labels
7bd91aab402 gh-35142: Fix broken link in README
a40b4883710 gh-35141: Revise the PR template
a21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, pynormaliz
4018a78fbe6 gh-35138: Allow skew tableaux to be hashed
b6b5c2cce14 gh-35136: `sage.{geometry,rings}`: More `# optional` tags in 
doctests
9e9842541bc gh-35135: `sage.geometry.integral_points`: Use generic impl if 
no `matrix_integer_dense`
63ab60df4a4 gh-35132: fix pep8 E303 in various folders (plot, quadratic 
forms, etc)
e6bc06f274f gh-35131: PR for issue 32136: Add parameter 'induced' to 
`connected_subgraphs_iterator`
b80d04e4591 gh-35128: Fix French notation for Tableau plots
53362d1e69a gh-35127: Fix a very slow doctest in 
`sage/data_structures/stream.py`
9955e921ee7 gh-35123: fixing most of pycodestyle E271
b2e6ba78074 gh-35120: Add optional package cvxpy, update cylp, add CVXPY 
MIP backend
e6be37bbe59 gh-35118: `sage.env.sage_include_directories`: Don't use 
`distutils` and `SAGE_LIB`
8c79facb5c8 gh-35117: fix pep E303 in modular/ and algebras/
06db831d50f gh-35115: Make the key polynomials know their degree
0d01c38713d gh-35114: libgap: Remove some GC hazards
f18723da821 gh-35113: added check for invalid range in contour_plot and 
derivatives
90f14dc52ba gh-35111: Partly fix conda ci and update python versions tested
80511e167b8 gh-35110: Meta-PR: Replace imports from sage.*.all for 
namespace packages
eaf63933d94 gh-35080: Use the Docker images published on ghcr.io without 
'docker' in the name
ce41bee6d97 gh-35056: Make automatic codecov report less noisy
c00e6c204b2 (tag: 10.0.beta5) Updated SageMath version to 10.0.beta5

-- 
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/26c16568-82f9-4ff7-8d1c-a084e8b2fc87n%40googlegroups.com.