On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe
<[email protected]> wrote:
>
> That's a bug. Please open a ticket
>
> On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote:
>>
>> Dear sage-devel,
>>
>> On macOS, alongside my attempts to build Sage
>> using as many Homebrew packages as possible,
>> I am trying to build a "batteries-included" Sage
>> completely independent of Homebrew.
>>
>> I decided to configure with
>>
>>     --with-system-gcc=no --with-system-gfortran=no

--with-system-gcc must be yes on macOS, I think.
You actually cannot build Sage with "real" gcc/g++ on macOS,
you need system's gcc/g++, which is actually not gcc/g++, but clang/clang++

system-gcc will come from Xcode, not from Homebrew.



>>
>> and was expecting the following outcome:
>>
>> - Sage builds its own gcc, which contains gfortran
>> - Sage does not build an additional gfortran

see above. This won't fly.

>>
>> but the actual outcome is:
>>
>> - Sage builds its own gcc, which contains gfortran
>> - Sage then tries to build gfortran, which fails
>>   with an error indicating that Sage built its own gcc,
>>   which contains gfortran, so gfortran should not be built
>>
>> Were my expectations legitimate and does this deserve a ticket?

yes, but no, see above.


>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/21ff39a4-fcfd-4a69-947f-c4a0354b4ec9o%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3Rn15mZ_rr0DRtTdPGtQyzw2voPHUqBQ98ah25fpm%2B-w%40mail.gmail.com.

Reply via email to