Just as a followup, I did confirm on my Big Sur that the steps I outlined
above does let sage build.
On Monday, May 10, 2021 at 3:52:20 PM UTC-4 Matthias Koeppe wrote:
> Yes, using gcc@10 from homebrew should be a good option too. I have added
> this suggestion to to
> https://wiki.sagemath.o
Yes, using gcc@10 from homebrew should be a good option too. I have added
this suggestion to
to
https://wiki.sagemath.org/ReleaseTours/sage-9.3#Availability_of_Sage_9.3_and_installation_help
(it may need expanding)
On Monday, May 10, 2021 at 12:28:50 PM UTC-7 zsc...@gmail.com wrote:
> sorry
On Monday, May 10, 2021 at 12:27:19 PM UTC-7 modp...@gmail.com wrote:
> Thanks for the info. But I don't fully get what I should try. The link you
> have is just a link to the ticket. I do not see what are the steps one need
> to take for building 9.3 on Mac succesfully.
> Can you outline it her
sorry, that should be `brew install gcc@10`
On Monday, May 10, 2021 at 3:27:47 PM UTC-4 Zachary Scherr wrote:
> I haven't fully tested this yet, but you can also try installing gcc-10
> through homebrew and then using gfortran-10. Here are the steps to try:
>
> > brew install gcc-10
>
> and the
I haven't fully tested this yet, but you can also try installing gcc-10
through homebrew and then using gfortran-10. Here are the steps to try:
> brew install gcc-10
and then once in a clean sage directory (so run make distclean if you need
to):
> source .homebrew-build-env
> make configure
>
Thanks for the info. But I don't fully get what I should try. The link you
have is just a link to the ticket. I do not see what are the steps one need
to take for building 9.3 on Mac succesfully.
Can you outline it here?
On Monday, May 10, 2021 at 9:01:56 PM UTC+2 Matthias Koeppe wrote:
> Our c
Our configure script rejects the current gfortran from homebrew - which is
already 11.1.
This leads to building gfortran from source, an old version which does not
support Big Sur.
Try with https://trac.sagemath.org/ticket/29703 please (use ./bootstrap),
which upgrades our gcc/gfortran package