On Wednesday, September 9, 2020 at 2:49:19 AM UTC-7, [email protected] wrote: > > If I understand well, I’m facing the case (not completely sure): > homebrew-macos-python3_xcode-gcc_spkg-{minimal,standard}: Various build > errors (ignore for Sage 9.2) > > That is: macOS 10.15.6 with clang version 11.0.3 (clang-1103.0.32.62) and > all recommended packages installed with homebrew, and unable to compile > beta12. > > Actually your configuration is "homebrew-macos-standard" with probably some extra homebrew packages installed.
(The configuration factor "gcc_spkg" refers to using gcc 9.2 from our SPKG instead of Xcode "gcc" (clang).) My guess is that if you uninstall homebrew's ntl and flint packages and build from scratch (distclean), the build would go through. https://trac.sagemath.org/ticket/27764 and tickets referenced within address the NTL / thread-local storage issues. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8040d6ea-e4e8-4545-9721-11d40499e613o%40googlegroups.com.
