[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-30 Thread Samuel Lelievre
Possibly related report: - https://github.com/Macaulay2/homebrew-tap/issues/68 Hopefully someone will find time to submit pull requests to "homebrew-core" with recipes for common dependencies of Sage and Macaulay2 so they no longer need to be a tap in the Macaulay2 organisation. Somewhat related

[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-29 Thread Kwankyu Lee
On Saturday, April 30, 2022 at 4:57:47 AM UTC+9 Matthias Koeppe wrote: > We don't support the new versions of givaro/fflas_ffpack/linbox yet. > That's https://trac.sagemath.org/ticket/32959 Just did "brew uninstall givaro fflas-ffpack m2". Now sage building works well again. -- You recei

[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-29 Thread Kwankyu Lee
On Saturday, April 30, 2022 at 4:57:47 AM UTC+9 Matthias Koeppe wrote: > We don't support the new versions of givaro/fflas_ffpack/linbox yet. > That's https://trac.sagemath.org/ticket/32959 Our configure script should have rejected these versions and built its own > copies of these libraries.

[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-29 Thread Matthias Koeppe
We don't support the new versions of givaro/fflas_ffpack/linbox yet. That's https://trac.sagemath.org/ticket/32959 Our configure script should have rejected these versions and built its own copies of these libraries. How exactly the versions from /usr/local leaked in to the build, I don't know

[sage-devel] Re: Building sage fails with the latest xcode command line tools update

2022-04-29 Thread Kwankyu Lee
The givaro at /usr/local was the one installed by homebrew, as a dependency of Macaulay2, which I installed recently. Somehow this does not work well with either sage or the xcode compilers. -- You received this message because you are subscribed to the Google Groups "sage-devel" group.