I would suggest not to touch macOS 11 until it is running Homebrew (or help
them), because they basically have the same issues to solve.
On Wed, 7 Oct 2020, 22:09 John H Palmieri, wrote:
> I think you should report this at #30651, including details of which
> homebrew packages you've installed.
I think you should report this at #30651, including details of which
homebrew packages you've installed. It was suggested at
https://trac.sagemath.org/ticket/30494#comment:92 that homebrew's gfortran
may not work with Big Sur, so you might want to install Sage's version of
that, too.
On Wednes
On Wed, Oct 7, 2020 at 12:37 PM David Lowry-Duda
wrote:
> sage -f [opts] [packages] is a shortcut for force-building specified
> packages. If you examine the output of `sage -advanced` on a commandline,
> this is noted there. The command `sage -advanced` is a more complete
> version of the typica
On Wed, Oct 7, 2020 at 1:06 PM John H Palmieri
wrote:
> Building Sage on Big Sur is being tracked at
> https://trac.sagemath.org/ticket/30651; see also
> https://trac.sagemath.org/ticket/30494. Do you have homebrew installed,
> and if so, which packages? You could try forcing Sage to build its ow
Building Sage on Big Sur is being tracked at
https://trac.sagemath.org/ticket/30651; see also
https://trac.sagemath.org/ticket/30494. Do you have homebrew installed, and
if so, which packages? You could try forcing Sage to build its own zlib,
for example, to try to get Sage's Python to find it.
sage -f [opts] [packages] is a shortcut for force-building specified
packages. If you examine the output of `sage -advanced` on a commandline,
this is noted there. The command `sage -advanced` is a more complete
version of the typical help command `sage -h`.
(I don't know how to solve your actu
On a lark, I ran ./sage -f
This is undocumented as far as I can tell
and I've no idea what it does (of course ./sage doesn't
work since it didn't compile - see my previous email
in this thread). It seemed to try to compile
python 3.8.5. I pasted the tail end below, in case this
is useful. BTW, what
Hi:
The compiler still can't find installed python3:
wdj@jeeves sage-9.2.rc0 % which python3
/Library/Frameworks/Python.framework/Versions/3.7/bin/python3
The log python3-3.8.5.log says
"Package 'python3' is currently not installed"
Here's the tail after running configure then make -k:
[yas