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

2023-03-27 Thread Eric Gourgoulhon
Le lundi 27 mars 2023 à 17:06:35 UTC+2, Dima Pasechnik a écrit :

make sagelib-clean sagelib-uninstall 
make


This solved the issue. 
Thank you Dima!

Eric. 
 


On Mon, 27 Mar 2023, 16:03 Eric Gourgoulhon,  wrote:

Le lundi 27 mars 2023 à 17:00:12 UTC+2, Eric Gourgoulhon a écrit :

Hi, 

On Ubuntu 22.04 running on Intel Core i7-8665U @1.9 GHz + 32 GB RAM, 
incremental parallel (-j8) build from Sage 10.0.beta4 failed while building 
the documentation. 
Running 
make doc-clean doc-uninstall
and then make again did not help. 
The issue seems to be in sage.geometry.integral_points;


This is the same error as reported by Emanuel, our messages being posted at 
almost the same time.

-- 
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/a09cdcd1-d643-4b8d-a487-42875ebfdadfn%40googlegroups.com.


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

2023-03-27 Thread Dima Pasechnik
make sagelib-clean sagelib-uninstall
make

?

On Mon, 27 Mar 2023, 16:03 Eric Gourgoulhon,  wrote:

> Le lundi 27 mars 2023 à 17:00:12 UTC+2, Eric Gourgoulhon a écrit :
>
> Hi,
>
> On Ubuntu 22.04 running on Intel Core i7-8665U @1.9 GHz + 32 GB RAM,
> incremental parallel (-j8) build from Sage 10.0.beta4 failed while building
> the documentation.
> Running
> make doc-clean doc-uninstall
> and then make again did not help.
> The issue seems to be in sage.geometry.integral_points;
>
>
> This is the same error as reported by Emanuel, our messages being posted
> at almost the same time.
>
>
> --
> 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/c3657cd3-da46-4f4b-a72e-f6ca8514f120n%40googlegroups.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/CAAWYfq0hBXUA0Xiky-cWg%2BHLG2k1FspDkiwb8kpaULa%3D9Z7DCA%40mail.gmail.com.


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

2023-03-27 Thread Eric Gourgoulhon
Le lundi 27 mars 2023 à 17:00:12 UTC+2, Eric Gourgoulhon a écrit :

Hi, 

On Ubuntu 22.04 running on Intel Core i7-8665U @1.9 GHz + 32 GB RAM, 
incremental parallel (-j8) build from Sage 10.0.beta4 failed while building 
the documentation. 
Running 
make doc-clean doc-uninstall
and then make again did not help. 
The issue seems to be in sage.geometry.integral_points;


This is the same error as reported by Emanuel, our messages being posted at 
almost the same time. 
 

-- 
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/c3657cd3-da46-4f4b-a72e-f6ca8514f120n%40googlegroups.com.


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

2023-03-27 Thread Eric Gourgoulhon
Hi, 

On Ubuntu 22.04 running on Intel Core i7-8665U @1.9 GHz + 32 GB RAM, 
incremental parallel (-j8) build from Sage 10.0.beta4 failed while building 
the documentation. 
Running 
make doc-clean doc-uninstall
and then make again did not help. 
The issue seems to be in sage.geometry.integral_points; the full error 
message is

[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for 
sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for 
sage.geometry.integral_points.InequalityCollection.satisfied_as_equalities: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for sage.geometry.integral_points.loop_over_parallelotope_points: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for sage.geometry.integral_points.parallelotope_points: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for sage.geometry.integral_points.ray_matrix_normal_form: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for sage.geometry.integral_points.simplex_points: 'NoneType' 
object has no attribute 'find'
[sagemath_doc_html-none] sage --docbuild --no-pdf-links 
reference/history_and_license inventory --no-prune-empty-dirs
[sagemath_doc_html-none] [discrete_] The inventory files are in 
../../local/share/doc/sage/inventory/en/reference/discrete_geometry.
[sagemath_doc_html-none] Error building the documentation.
[sagemath_doc_html-none] Traceback (most recent call last):
[sagemath_doc_html-none]   File "/usr/lib/python3.10/runpy.py", line 196, 
in _run_module_as_main
[sagemath_doc_html-none] return _run_code(code, main_globals, None,
[sagemath_doc_html-none]   File "/usr/lib/python3.10/runpy.py", line 86, in 
_run_code
[sagemath_doc_html-none] exec(code, run_globals)
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
498, in 
[sagemath_doc_html-none] sys.exit(main())
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
495, in main
[sagemath_doc_html-none] builder()
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/builders.py", line 
819, in _wrapper
[sagemath_doc_html-none] getattr(DocBuilder, build_type)(self, *args, 
**kwds)
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/builders.py", line 
163, in f
[sagemath_doc_html-none] runsphinx()
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", 
line 327, in runsphinx
[sagemath_doc_html-none] sys.stderr.raise_errors()
[sagemath_doc_html-none]   File 
"/home/eric/sage/10.0/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", 
line 263, in raise_errors
[sagemath_doc_html-none] raise OSError(self._error)
[sagemath_doc_html-none] OSError: WARNING: error while formatting arguments 
for sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find'
[sagemath_doc_html-none] 
[sagemath_doc_html-none] Note: incremental documentation builds 
sometimes cause spurious
[sagemath_doc_html-none] error messages. To be certain that these are 
real errors, run
[sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try 
again.

Eric.

-- 
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/d6799d5f-ace2-4f5a-b203-e6a746b92486n%40googlegroups.com.


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

2023-03-27 Thread Emmanuel Charpentier


On Debian testing running on core i7 + 16 GB RAM, make fails. From 
install.log :
[sagemath_doc_html-none] Build finished. The built documents can be found 
in /usr/local/sage-10/local/share/doc/sage/inventory/en/reference/functions 
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for 
sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[discrete_] WARNING: error while formatting arguments for 
sage.geometry.integral_points.InequalityCollection.satisfied_as_equalities: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[discrete_] WARNING: error while formatting arguments for 
sage.geometry.integral_points.loop_over_parallelotope_points: 'NoneType' 
object has no attribute 'find' [sagemath_doc_html-none] [discrete_] 
WARNING: error while formatting arguments for 
sage.geometry.integral_points.parallelotope_points: 'NoneType' object has 
no attribute 'find' [sagemath_doc_html-none] [discrete_] WARNING: error 
while formatting arguments for 
sage.geometry.integral_points.ray_matrix_normal_form: 'NoneType' object has 
no attribute 'find' [sagemath_doc_html-none] [discrete_] WARNING: error 
while formatting arguments for 
sage.geometry.integral_points.simplex_points: 'NoneType' object has no 
attribute 'find' [sagemath_doc_html-none] sage --docbuild --no-pdf-links 
reference/history_and_license inventory --no-prune-empty-dirs 
[sagemath_doc_html-none] [discrete_] The inventory files are in 
../../local/share/doc/sage/inventory/en/reference/discrete_geometry. 
[sagemath_doc_html-none] Error building the documentation. 
[sagemath_doc_html-none] Traceback (most recent call last): 
[sagemath_doc_html-none] File "", line 198, in 
_run_module_as_main [sagemath_doc_html-none] File "", line 
88, in _run_code [sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
498, in  [sagemath_doc_html-none] sys.exit(main()) 
[sagemath_doc_html-none] ^^ [sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
495, in main [sagemath_doc_html-none] builder() [sagemath_doc_html-none] 
File "/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/builders.py", 
line 819, in _wrapper [sagemath_doc_html-none] getattr(DocBuilder, 
build_type)(self, *args, **kwds) [sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/builders.py", line 
163, in f [sagemath_doc_html-none] runsphinx() [sagemath_doc_html-none] 
File "/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", 
line 327, in runsphinx [sagemath_doc_html-none] sys.stderr.raise_errors() 
[sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", line 
263, in raise_errors [sagemath_doc_html-none] raise OSError(self._error) 
[sagemath_doc_html-none] OSError: WARNING: error while formatting arguments 
for sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[sagemath_doc_html-none] Note: incremental documentation builds sometimes 
cause spurious [sagemath_doc_html-none] error messages. To be certain that 
these are real errors, run [sagemath_doc_html-none] "make doc-clean 
doc-uninstall" first and try again. 

Same result *after* make doc-clean doc-uninstall.

I’m stuck…
​
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 

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.