> Date: Mon 2020-05-11 19:15:10 UTC
> From: Robert Baertsch
> Subject: unable to build sage 8.9 on osx 10.14.6

<snip>

> [gcc-7.4.0] make[3]: *** [all] Error 2


Unless there is a strong reason to build SageMath 8.9,
I would advise to build SageMath 9.0 or even 9.1.rc4.

On macOS the absolute prerequisite is to install
Apple's Command Line Tools for Developers. Installing
the full Xcode can be done too but is not required.

One can additionally install Homebrew. Many packages
needed by Sage can then be installed precompiled via
Homebrew. This can decrease SageMath's build time by
a fair amount.

To install Homebrew follow the instructions at

    https://brew.sh/

Then after getting and extracting the SageMath sources,
change to the extracted SageMath directory, and run

    $ make configure
    $ CC=clang CXX=clang++ FC=gfortran \
      OBJC=clang OBJCXX=clang++ \
      ./configure

The "./configure" output will end by recommending
some packages to install with Homebrew. Follow
these recommendations.

Samuel

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/59f92121-faac-4bab-9c15-56741b3ef3e4%40googlegroups.com.

Reply via email to