bug while installing sage from source on macOS Monterey 12.01

492 views
Skip to first unread message

Neelima Borade

unread,
Dec 8, 2021, 7:00:29 PM12/8/21
to sage-support
error: [gmp-6.2.0] configure: error: Oops, mp_limb_t is 64 bits, but the assembler code

[gmp-6.2.0] in this configuration expects 32 bits.

[gmp-6.2.0] Error configuring GMP (with CFLAGS unset).

[gmp-6.2.0] Consult /Applications/sage-9.4/local/var/tmp/sage/build/gmp-6.2.0/src/config.log for for details.

gmp-6.2.0.log
config.log

Dima Pasechnik

unread,
Dec 8, 2021, 7:08:55 PM12/8/21
to sage-s...@googlegroups.com
Sage 9.4 does not work on M1 Macs, you need to use the development
version (and I am not 100% sure about the
exact status of the support of M1, see https://trac.sagemath.org/ticket/30592)

One of the culprits is indeed gpm, one needs gmp 6.2.1 (which is in
the current beta)
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/8072edfd-918a-4f64-97c8-81beffad4d45n%40googlegroups.com.

Neelima Borade

unread,
Dec 8, 2021, 7:22:00 PM12/8/21
to sage-s...@googlegroups.com
okay thank you I'm trying to install it from the source code, so which version on here is the development version?

You received this message because you are subscribed to a topic in the Google Groups "sage-support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-support/XwGF584P7EY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq0P9WhK8GWrszz6%2B-ckZ62GfrJ3ugiz3QceUKJbzEyZDQ%40mail.gmail.com.

Dima Pasechnik

unread,
Dec 8, 2021, 7:42:01 PM12/8/21
to sage-support
On Thu, Dec 9, 2021 at 12:22 AM Neelima Borade <nb4...@princeton.edu> wrote:
>
> okay thank you I'm trying to install it from the source code, so which version on here is the development version?
Please see http://mirrors.mit.edu/sage/devel/index.html

> http://mirrors.mit.edu/sage/src/index.html

Alternatively, install from our git repo: https://github.com/sagemath/sage
(you'll need develop branch)

HTH
Dmitrii
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CA%2B8J_uhcUXm%3D91UyHv_OZQpt5tGOvG3QpFkF9B9FhbTV2La20Q%40mail.gmail.com.

Neelima Borade

unread,
Dec 8, 2021, 8:34:58 PM12/8/21
to sage-s...@googlegroups.com

Neelima Borade

unread,
Dec 9, 2021, 4:51:39 AM12/9/21
to sage-s...@googlegroups.com
Hi,
I'm trying to install the development version of Sage namely sage-9.5.beta7.
However, I'm receiving the following error while trying to run make.

Error building Sage.


The following package(s) may have failed to build (not necessarily

during this run of 'make all-start'):


* package:         openblas-0.3.18

  last build time: Dec 8 23:10

  log file:        /Applications/sage-9.5.beta7/logs/pkgs/openblas-0.3.18.log

  build directory: /Applications/sage-9.5.beta7/var/tmp/sage/build/openblas-0.3.18




Here is a more detailed version of the error:




[openblas-0.3.18] make[6]: *** No rule to make target `../kernel/arm64/amin.S', needed by `samin_k.o'.  Stop.

[openblas-0.3.18] make[6]: *** Waiting for unfinished jobs....

[openblas-0.3.18] make[5]: *** [libs] Error 1

[openblas-0.3.18] ********************************************************************************

[openblas-0.3.18] Error building openblas-0.3.18

[openblas-0.3.18] ********************************************************************************

[openblas-0.3.18] 

[openblas-0.3.18] real 2m33.203s

[openblas-0.3.18] user 11m44.256s

[openblas-0.3.18] sys 3m3.780s

[openblas-0.3.18] ************************************************************************

[openblas-0.3.18] Error installing package openblas-0.3.18

[openblas-0.3.18] ************************************************************************

make[4]: *** [openblas-SAGE_LOCAL-no-deps] Error 1

make[3]: *** [/Applications/sage-9.5.beta7/var/lib/sage/installed/openblas-0.3.18] Error 2

make[2]: *** [all-start] Error 2


real 25m24.561s

user 26m6.091s

sys 6m22.419s

***************************************************************


Best regards,
Neelima

openblas-0.3.18.log
config.log

Dima Pasechnik

unread,
Dec 9, 2021, 5:11:15 AM12/9/21
to sage-support
I presume you use Homebrew - can you install Homebrew's openblas
rather than build it?
https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/openblas.rb
says that M1 is supported.

By the way, at the end of ./configure run you'd see messages saying
what you can install on your system/distro, instead of bulding.
(It would be interesting to see this output for us too, could you post it here?)
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CA%2B8J_ug2sqLsxbVYbnzi1od6nPE7Usa9Fe%3DH6qWm9MZ0Ns-Zhw%40mail.gmail.com.

Dima Pasechnik

unread,
Dec 9, 2021, 5:13:42 AM12/9/21
to sage-support
If you use Homebrew, please don't forget about sourcing our

.homebrew-build-env

before builds, that's an error most people make, unfortunately. We
have to do something about it.

Neelima Borade

unread,
Dec 10, 2021, 2:20:32 AM12/10/21
to sage-s...@googlegroups.com
I tried that, but got this error:

Warning: openblas 0.3.18 is already installed and up-to-date.

To reinstall 0.3.18, run:

brew reinstall openblas

Here is the output you requested that you see after running ./configure

./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... config/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking whether make supports the include directive... yes (GNU style)

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking dependency style of gcc... none

checking build system type... arm-apple-darwin20.6.0

checking host system type... arm-apple-darwin20.6.0

checking for ld used by gcc...
/Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is
GNU ld... no

checking for shared library run path origin... done

checking for root user... no

checking for a sed that does not truncate output... /usr/bin/sed

checking for ar... yes

checking for m4... yes

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking pkg-config is at least version 0.29... yes

checking for ranlib... yes

checking for strip... yes

checking for GNU or BSD tar... /usr/bin/tar

checking for GNU make... /usr/bin/make

checking for Python...
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

checking for latex... yes

checking for perl... /usr/bin/perl

checking for Perl version 5.8.0 or later... yes

checking whether a conda environment is active... no

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking dependency style of gcc... (cached) none

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking for gfortran... gfortran

checking whether we are using the GNU Fortran compiler... yes

checking whether gfortran accepts -g... yes

checking for gcc... gcc

checking whether we are using the GNU Objective C compiler... yes

checking whether gcc accepts -g... yes

checking dependency style of gcc... none

checking for g++... g++

checking whether we are using the GNU Objective C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking how to run the C++ preprocessor... g++ -E

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking complex.h usability... yes

checking complex.h presence... yes

checking for complex.h... yes

checking for sqrt in -lm... yes

You are using OS X Lion (or later).

You are strongly advised to install Apple's latest Xcode

unless you already have it. You can install this using

the App Store. Also, make sure you install Xcode's

Command Line Tools -- see Sage's README.txt.

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gcc...

checking for C compiler vendor... clang

checking whether g++ supports C++11 features with -std=gnu++11... yes

checking if gcc accepts -dumpversion option... yes

checking gcc version... 13.0.0

checking if g++ accepts -dumpversion option... yes

checking g++ version... 13.0.0

checking whether C++ compiler accepts "-march=native"... no

checking for OpenMP flag of C compiler... unknown

checking for OpenMP flag of C++ compiler... unknown

configure: will use system package and not install SPKG gcc

checking for the location of crti.o...

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gmp...

checking gmp.h usability... no

checking gmp.h presence... no

checking for gmp.h... no

checking gmpxx.h usability... no

checking gmpxx.h presence... no

checking for gmpxx.h... no

checking for library containing __gmpq_cmp_z... no

configure: no suitable system package found for SPKG gmp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zlib...

checking for inflateEnd in -lz... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for LIBPNG... yes

configure: will use system package and not install SPKG zlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG glpk...

checking whether any of gmp zlib is installed as or will be installed as
SPKG... yes; install glpk as well

configure: no suitable system package found for SPKG glpk

using Sage's glpk SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG 4ti2...

checking whether any of gmp glpk zlib is installed as or will be installed
as SPKG... yes; install 4ti2 as well

configure: no suitable system package found for SPKG 4ti2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tox...

checking for tox >= 2.5.0... /opt/homebrew/bin/tox

configure: will use system package and not install SPKG tox

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG virtualenv...

configure: SPKG virtualenv is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG appdirs...

configure: SPKG appdirs is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfr...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install mpfr as well

configure: no suitable system package found for SPKG mpfr

using Sage's mpfr SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ntl...

checking whether any of gmp gcc is installed as or will be installed as
SPKG... yes; install ntl as well

configure: no suitable system package found for SPKG ntl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flint...

checking whether any of mpfr ntl is installed as or will be installed as
SPKG... yes; install flint as well

configure: no suitable system package found for SPKG flint

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG arb...

checking installing flint? ... yes; install arb as well

configure: no suitable system package found for SPKG arb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG boost_cropped...

checking for boostlib >= 1.66.0 (106600)... configure: We could not detect
the boost libraries (version 1.66.0 or higher). If you have a staged boost
library (still not installed) please specify $BOOST_ROOT in your
environment and do not give a PATH to --with-boost option. If you are sure
you have boost installed, then check your version number looking in
<boost/version.hpp>. See http://randspringer.de/boost for more
documentation.

configure: no suitable system package found for SPKG boost_cropped

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libpng...

checking installing zlib? ... no

checking for LIBPNG... yes

configure: will use system package and not install SPKG libpng

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4ri...

checking whether any of libpng is installed as or will be installed as
SPKG... no

checking for M4RI... no

configure: no suitable system package found for SPKG m4ri

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG brial...

checking whether any of gcc boost_cropped m4ri is installed as or will be
installed as SPKG... yes; install brial as well

configure: no suitable system package found for SPKG brial

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG bzip2...

checking bzlib.h usability... yes

checking bzlib.h presence... yes

checking for bzlib.h... yes

checking for library containing BZ2_bzCompress... -lbz2

checking for bzip2... /usr/bin/bzip2

configure: will use system package and not install SPKG bzip2

checking for Fortran flag needed to accept free-form source... -ffree-form

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfortran...

checking the version of gfortran... 11

configure: will use system package and not install SPKG gfortran

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openblas...

checking whether any of gfortran is installed as or will be installed as
SPKG... no

checking for OPENBLAS... no

checking for library containing openblas_get_config... no

checking for library containing cblas_dgemm... no

checking for library containing dgeqrf... no

checking for library containing dgeqrf_... no

checking for library containing DGEQRF... no

checking for library containing DGEQRF_... no

configure: no suitable system package found for SPKG openblas

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cbc...

checking whether any of openblas zlib bzip2 is installed as or will be
installed as SPKG... yes; install cbc as well

configure: no suitable system package found for SPKG cbc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cddlib...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install cddlib as well

configure: no suitable system package found for SPKG cddlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cliquer...

checking for library containing clique_unweighted_max_weight... no

configure: no suitable system package found for SPKG cliquer

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cmake...

checking for cmake >= 3.4... /opt/homebrew/bin/cmake

configure: will use system package and not install SPKG cmake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG coxeter3...

checking for library coxeter3... no

configure: no suitable system package found for SPKG coxeter3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG curl...

checking for curl 7.22... /usr/bin/curl

checking for gawk... (cached) awk

checking for curl-config... /usr/bin/curl-config

checking for the version of libcurl... 7.64.1

checking for libcurl >= version 7.22... yes

checking whether libcurl is usable... yes

checking for curl_free... yes

checking whether programs linking to libcurl can be executed... yes

configure: will use system package and not install SPKG curl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG distlib...

configure: SPKG distlib is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libatomic_ops...

checking for LIBATOMIC_OPS... yes

configure: will use system package and not install SPKG libatomic_ops

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gc...

checking whether any of libatomic_ops is installed as or will be installed
as SPKG... no

checking whether we run on WSL... no

checking for GC... no

checking for GC... yes

configure: will use system package and not install SPKG gc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecl...

checking whether any of gcc gc gmp is installed as or will be installed as
SPKG... yes; install ecl as well

configure: no suitable system package found for SPKG ecl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ncurses...

checking for NCURSES... no

checking ncurses.h usability... yes

checking ncurses.h presence... yes

checking for ncurses.h... yes

checking for library containing wresize... -lncurses

configure: will use system package and not install SPKG ncurses

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG readline...

checking Installing ncurses? ... No.

checking for READLINE... no

checking readline/readline.h usability... yes

checking readline/readline.h presence... yes

checking for readline/readline.h... yes

checking for library containing rl_bind_keyseq... no

configure: no suitable system package found for SPKG readline

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari...

checking whether any of gmp readline is installed as or will be installed
as SPKG... yes; install pari as well

configure: no suitable system package found for SPKG pari

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG eclib...

checking whether any of ntl pari flint is installed as or will be installed
as SPKG... yes; install eclib as well

configure: no suitable system package found for SPKG eclib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecm...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install ecm as well

configure: no suitable system package found for SPKG ecm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG givaro...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install givaro as well

configure: no suitable system package found for SPKG givaro

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fflas_ffpack...

checking whether any of givaro gmp openblas is installed as or will be
installed as SPKG... yes; install fflas_ffpack as well

configure: no suitable system package found for SPKG fflas_ffpack

checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq... yes

checking whether C++ compiler accepts -mfma... yes

checking whether C++ compiler accepts -mfma4... yes

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG filelock...

configure: SPKG filelock is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flintqs...

checking for QuadraticSieve... no

configure: no suitable system package found for SPKG flintqs

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fplll...

checking whether any of gcc mpfr is installed as or will be installed as
SPKG... yes; install fplll as well

configure: no suitable system package found for SPKG fplll

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG freetype...

checking whether any of gcc libpng is installed as or will be installed as
SPKG... no

checking for FREETYPE... yes

configure: will use system package and not install SPKG freetype

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gengetopt...

checking for gengetopt... no

configure: no suitable system package found for SPKG gengetopt

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gf2x...

checking for GF2X... no

checking gf2x.h usability... no

checking gf2x.h presence... no

checking for gf2x.h... no

checking for library containing gf2x_mul_r... no

configure: no suitable system package found for SPKG gf2x

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfan...

checking for gfan >= 0.6.2...

configure: no suitable system package found for SPKG gfan

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG giac...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install giac as well

configure: no suitable system package found for SPKG giac

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG git...

checking for git... /opt/homebrew/bin/git

configure: will use system package and not install SPKG git

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gp2c...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install gp2c as well

configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG graphviz...

checking for dot... dot

checking for neato... neato

checking for twopi... twopi

configure: will use system package and not install SPKG graphviz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gsl...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install gsl as well

configure: no suitable system package found for SPKG gsl

checking 32-bit host C ABI... no

checking for ELF binary format... no

checking for the common suffixes of directories in the library search
path... lib,lib,lib

checking for iconv... yes

checking for working iconv... yes

checking how to link with libiconv... -liconv

checking for iconv declaration...

extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iconv...

configure: will use system package and not install SPKG iconv

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG igraph...

checking whether any of glpk openblas gmp is installed as or will be
installed as SPKG... yes; install igraph as well

configure: no suitable system package found for SPKG igraph

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iml...

checking whether any of gmp openblas is installed as or will be installed
as SPKG... yes; install iml as well

configure: no suitable system package found for SPKG iml

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG info...

checking for info... /usr/bin/info

configure: will use system package and not install SPKG info

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG isl...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install isl as well

configure: no suitable system package found for SPKG isl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lcalc...

checking whether any of pari mpfr is installed as or will be installed as
SPKG... yes; install lcalc as well

configure: no suitable system package found for SPKG lcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libbraiding...

checking if we can link against libbraiding... no

configure: no suitable system package found for SPKG libbraiding

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libffi...

checking for LIBFFI... yes

configure: will use system package and not install SPKG libffi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libgd...

checking whether any of gcc libpng freetype is installed as or will be
installed as SPKG... no

checking for LIBGD... yes

configure: will use system package and not install SPKG libgd

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libhomfly...

checking whether any of gc is installed as or will be installed as SPKG...
no

checking homfly.h usability... no

checking homfly.h presence... no

checking for homfly.h... no

configure: no suitable system package found for SPKG libhomfly

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG xz...

Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: No module named lzma

checking for xz >= 4.999.0... /opt/homebrew/bin/xz

configure: will use system package and not install SPKG xz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG liblzma...

checking whether any of xz is installed as or will be installed as SPKG...
no

checking for lzma_raw_decoder in -llzma... yes

checking lzma.h usability... no

checking lzma.h presence... no

checking for lzma.h... no

configure: no suitable system package found for SPKG liblzma

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG nauty...

checking for geng... /opt/homebrew/bin/geng

checking for directg... /opt/homebrew/bin/directg

checking for gentourng... /opt/homebrew/bin/gentourng

checking for geng... /opt/homebrew/bin/geng

checking for genbg... /opt/homebrew/bin/genbg

checking for converseg... /opt/homebrew/bin/converseg

configure: will use system package and not install SPKG nauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libnauty...

checking whether any of nauty is installed as or will be installed as
SPKG... no

checking nauty/nauty.h usability... no

checking nauty/nauty.h presence... no

checking for nauty/nauty.h... no

checking for library containing densenauty... no

configure: no suitable system package found for SPKG libnauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libsemigroups...

checking for LIBSEMIGROUPS... no

configure: no suitable system package found for SPKG libsemigroups

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libxml2...

checking for xml2-config... /usr/bin/xml2-config

configure: will use system package and not install SPKG libxml2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG llvm...

configure: will use system package and not install SPKG llvm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrcalc...

checking for lrcalc/schublib.h... no

configure: no suitable system package found for SPKG lrcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrslib...

checking whether any of gmp flint is installed as or will be installed as
SPKG... yes; install lrslib as well

configure: no suitable system package found for SPKG lrslib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4rie...

checking whether any of m4ri is installed as or will be installed as
SPKG... yes; install m4rie as well

configure: no suitable system package found for SPKG m4rie

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpc...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpc as well

configure: no suitable system package found for SPKG mpc

using Sage's mpc SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfi...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpfi as well

configure: no suitable system package found for SPKG mpfi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ninja_build...

checking for ninja >= 1.7.2... /opt/homebrew/bin/ninja

configure: will use system package and not install SPKG ninja_build

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG python3...

checking whether any of bzip2 liblzma libffi is installed as or will be
installed as SPKG... yes; install python3 as well

configure: no suitable system package found for SPKG python3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openssl...

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking for openssl/ssl.h in /usr/local/ssl... no

checking for openssl/ssl.h in /usr/lib/ssl... no

checking for openssl/ssl.h in /usr/ssl... no

checking for openssl/ssl.h in /usr/pkg... no

checking for openssl/ssl.h in /usr/local... no

checking for openssl/ssl.h in /usr... no

checking whether compiling and linking against OpenSSL works... no

configure: no suitable system package found for SPKG openssl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG palp...

checking for poly.x... no

checking for poly-4d.x... no

checking for poly-5d.x... no

checking for poly-6d.x... no

checking for poly-11d.x... no

checking for class.x... no

checking for class-4d.x... no

checking for class-5d.x... no

checking for class-6d.x... no

checking for class-11d.x... no

checking for nef.x... no

checking for nef-4d.x... no

checking for nef-5d.x... no

checking for nef-6d.x... no

checking for nef-11d.x... no

checking for cws.x... no

checking for cws-4d.x... no

checking for cws-5d.x... no

checking for cws-6d.x... no

checking for cws-11d.x... no

configure: no suitable system package found for SPKG palp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pandoc...

checking for pandoc... /opt/homebrew/bin/pandoc

configure: will use system package and not install SPKG pandoc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_elldata...

checking installing pari? ... yes; install pari_elldata as well

configure: no suitable system package found for SPKG pari_elldata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galdata...

checking installing pari? ... yes; install pari_galdata as well

configure: no suitable system package found for SPKG pari_galdata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galpol...

checking installing pari? ... yes; install pari_galpol as well

configure: no suitable system package found for SPKG pari_galpol

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_nftables...

checking installing pari? ... yes; install pari_nftables as well

configure: no suitable system package found for SPKG pari_nftables

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata...

checking installing pari? ... yes; install pari_seadata as well

configure: no suitable system package found for SPKG pari_seadata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata_small...

checking installing pari? ... yes; install pari_seadata_small as well

configure: no suitable system package found for SPKG pari_seadata_small

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG patch...

checking for GNU patch >= 2.7.0... /opt/homebrew/bin/patch

configure: will use system package and not install SPKG patch

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pcre...

checking installing bzip2? ... no

checking for PCRE... yes

configure: will use system package and not install SPKG pcre

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pdf2svg...

checking for pdf2svg... no

configure: no suitable system package found for SPKG pdf2svg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...

checking for perl module XML::Writer... ok

checking for perl module XML::LibXML... ok

checking for perl module XML::LibXSLT... no

checking for perl module File::Slurp... ok

checking for perl module JSON... ok

checking for perl module SVG... no

checking for perl module Term::ReadKey... ok

configure: no suitable system package found for SPKG
perl_cpan_polymake_prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_mongodb...

checking for perl module MongoDB... no

configure: no suitable system package found for SPKG perl_mongodb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_term_readline_gnu...

checking for perl module Term::ReadLine... ok

checking Term::ReadLine module...... non-GNU

configure: no suitable system package found for SPKG perl_term_readline_gnu

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pkgconf...

using pkg-config from the system

configure: will use system package and not install SPKG pkgconf

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG planarity...

checking planarity/planarity.h usability... no

checking planarity/planarity.h presence... no

checking for planarity/planarity.h... no

configure: no suitable system package found for SPKG planarity

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG polymake...

checking for polymake-config >= 3.5...

configure: no suitable system package found for SPKG polymake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ppl...

checking whether any of gcc glpk gmp is installed as or will be installed
as SPKG... yes; install ppl as well

configure: no suitable system package found for SPKG ppl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _prereq...

configure: will use system package and not install SPKG _prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG qhull...

checking for qhull... no

configure: qhull not found. Installing qhull

configure: no suitable system package found for SPKG qhull

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG r...

checking whether any of openblas iconv readline bzip2 liblzma pcre curl is
installed as or will be installed as SPKG... yes; install r as well

configure: no suitable system package found for SPKG r

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _recommended...

configure: no suitable system package found for SPKG _recommended

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG rw...

checking rw.h usability... no

checking rw.h presence... no

checking for rw.h... no

checking for library containing calculate_level... no

configure: no suitable system package found for SPKG rw

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG singular...

checking whether any of gmp ntl flint readline mpfr cddlib is installed as
or will be installed as SPKG... yes; install singular as well

configure: no suitable system package found for SPKG singular

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sqlite...

checking libsqlite3 >= sqlite3_min_version... no

configure: no suitable system package found for SPKG sqlite

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG suitesparse...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install suitesparse as well

configure: no suitable system package found for SPKG suitesparse

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG symmetrica...

checking symmetrica/def.h usability... no

checking symmetrica/def.h presence... no

checking for symmetrica/def.h... no

configure: no suitable system package found for SPKG symmetrica

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sympow...

checking for sympow... no

configure: no suitable system package found for SPKG sympow

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tachyon...

checking for tachyon... no

configure: tachyon not found. Installing tachyon

configure: no suitable system package found for SPKG tachyon

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG toml...

configure: SPKG toml is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zeromq...

checking whether any of gcc is installed as or will be installed as SPKG...
no

checking zmq.h usability... no

checking zmq.h presence... no

checking for zmq.h... no

configure: WARNING: no valid ZMQ installation was found

configure: no suitable system package found for SPKG zeromq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zn_poly...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install zn_poly as well

configure: no suitable system package found for SPKG zn_poly

## -----------------------------------------------------------------------
##

## Build status for each package:
##

## -----------------------------------------------------------------------
##

4ti2-1.6.7.p0: no suitable system package;
optional, use "./configure --enable-4ti2" to install

admcycles-none: optional pip package; use
"./sage -i admcycles" to install

alabaster-0.7.12: standard, will be installed as
an SPKG

appdirs-1.4.4: not required on your platform;
SPKG will not be installed

appnope-0.1.2: standard, will be installed as
an SPKG

arb-2.19.0.p0: no suitable system package;
standard, will be installed as an SPKG

argcomplete-1.12.3: standard, will be installed as
an SPKG

argon2_cffi-20.1.0: standard, will be installed as
an SPKG

attrs-21.2.0: standard, will be installed as
an SPKG

awali-1.0.2-190218: experimental, use "./configure
--enable-awali" to install

babel-2.9.1: standard, will be installed as
an SPKG

backcall-0.2.0: standard, will be installed as
an SPKG

barvinok-0.41.1: optional, use "./configure
--enable-barvinok" to install

beautifulsoup4-none: optional pip package; use
"./sage -i beautifulsoup4" to install

benzene-20130630: optional, use "./configure
--enable-benzene" to install

biopython-none: optional pip package; use
"./sage -i biopython" to install

bleach-4.1.0: standard, will be installed as
an SPKG

bliss-0.73+debian-1+sage-2016-08-02.p0: optional, use "./configure
--enable-bliss" to install

boost_cropped-1.66.0.p0: no suitable system package;
standard, will be installed as an SPKG

brial-1.2.8: no suitable system package;
standard, will be installed as an SPKG

buckygen-1.1: optional, use "./configure
--enable-buckygen" to install

bzip2-1.0.6-20150304.p0: using system package; SPKG
will not be installed

cbc-2.9.4.p0: no suitable system package;
optional, use "./configure --enable-cbc" to install

ccache-3.3.4: optional, use "./configure
--enable-ccache" to install

cddlib-0.94m: no suitable system package;
standard, will be installed as an SPKG

certifi-2021.5.30: standard, will be installed as
an SPKG

cffi-1.14.6: standard, will be installed as
an SPKG

charset_normalizer-2.0.4: standard, will be installed as
an SPKG

cliquer-1.22: no suitable system package;
standard, will be installed as an SPKG

cmake-3.21.0: using system package; SPKG
will not be installed

cocoalib-0.99564: experimental, use "./configure
--enable-cocoalib" to install

combinatorial_designs-20140630.p0: standard, will be installed as
an SPKG

configure-cdb3614b34926cee3c4cc918313678d3deea4e8d:came preinstalled with
the SageMath tarball

conway_polynomials-0.5: standard, will be installed as
an SPKG

coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system
package; optional, use "./configure --enable-coxeter3" to install

cryptominisat-5.6.8: optional, use "./configure
--enable-cryptominisat" to install

csdp-6.2.p1: optional, use "./configure
--enable-csdp" to install

cunningham_tables-1.0: optional, use "./configure
--enable-cunningham_tables" to install

curl-7.62.0.p0: using system package; SPKG
will not be installed

cvxopt-1.2.7: standard, will be installed as
an SPKG

cycler-0.10.0.p0: standard, will be installed as
an SPKG

cypari-2.1.2: standard, will be installed as
an SPKG

cysignals-1.10.3: standard, will be installed as
an SPKG

cython-0.29.24: standard, will be installed as
an SPKG

d3js-3.4.8: optional, use "./configure
--enable-d3js" to install

database_cremona_ellcurve-20190911: optional, use "./configure
--enable-database_cremona_ellcurve" to install

database_jones_numfield-4: optional, use "./configure
--enable-database_jones_numfield" to install

database_knotinfo-2021.10.1: optional, use "./configure
--enable-database_knotinfo" to install

database_kohel-20160724: optional, use "./configure
--enable-database_kohel" to install

database_mutation_class-1.0: optional, use "./configure
--enable-database_mutation_class" to install

database_odlyzko_zeta-20061209: optional, use "./configure
--enable-database_odlyzko_zeta" to install

database_stein_watkins-20110713: optional, use "./configure
--enable-database_stein_watkins" to install

database_stein_watkins_mini-20070827: optional, use "./configure
--enable-database_stein_watkins_mini" to install

database_symbolic_data-20070206: optional, use "./configure
--enable-database_symbolic_data" to install

dateutil-2.8.1: standard, will be installed as
an SPKG

debugpy-1.4.1: standard, will be installed as
an SPKG

decorator-4.4.2: standard, will be installed as
an SPKG

deformation-20210503: experimental, use "./configure
--enable-deformation" to install

defusedxml-0.6.0: standard, will be installed as
an SPKG

distlib-0.3.2: not required on your platform;
SPKG will not be installed

docutils-0.17.1: standard, will be installed as
an SPKG

dot2tex-2.11.3.p0: optional, use "./configure
--enable-dot2tex" to install

e_antic-0.1.9: optional, use "./configure
--enable-e_antic" to install

ecl-21.2.1: no suitable system package;
standard, will be installed as an SPKG

eclib-20210625: no suitable system package;
standard, will be installed as an SPKG

ecm-7.0.4.p2: no suitable system package;
standard, will be installed as an SPKG

elliptic_curves-0.8.1: standard, will be installed as
an SPKG

entrypoints-0.3: standard, will be installed as
an SPKG

fflas_ffpack-2.4.3.p0: no suitable system package;
standard, will be installed as an SPKG

filelock-3.0.12: not required on your platform;
SPKG will not be installed

flint-2.7.1: no suitable system package;
standard, will be installed as an SPKG

flintqs-1.0.p0: no suitable system package;
standard, will be installed as an SPKG

flit_core-3.4.0: standard, will be installed as
an SPKG

fplll-5.4.1: no suitable system package;
standard, will be installed as an SPKG

fpylll-0.5.6: standard, will be installed as
an SPKG

freetype-2.10.4: using system package; SPKG
will not be installed

fricas-1.3.7.p1: optional, use "./configure
--enable-fricas" to install

frobby-0.9.0.p2: optional, use "./configure
--enable-frobby" to install

gambit-15.1.1.p0: experimental, use "./configure
--enable-gambit" to install

gap-4.11.1: standard, will be installed as
an SPKG

gap3-04jul17: experimental, use "./configure
--enable-gap3" to install

gap_jupyter-0.9: optional, use "./configure
--enable-gap_jupyter" to install

gap_packages-4.11.1: optional, use "./configure
--enable-gap_packages" to install

gc-8.0.4: using system package; SPKG
will not be installed

gcc-10.3.0: using system package; SPKG
will not be installed

gdb-8.2: experimental, use "./configure
--enable-gdb" to install

gengetopt-2.23: no suitable system package;
standard, will be installed as an SPKG

gf2x-1.3.0: no suitable system package;
standard, will be installed as an SPKG

gfan-0.6.2.p1: no suitable system package;
standard, will be installed as an SPKG

gfortran-10.3.0: using system package; SPKG
will not be installed

giac-1.6.0.47p3: no suitable system package;
standard, will be installed as an SPKG

git-none: using system package

givaro-4.1.1: no suitable system package;
standard, will be installed as an SPKG

glpk-5.0.p0: no suitable system package;
standard, will be installed as an SPKG

glucose-4.1: optional, use "./configure
--enable-glucose" to install

gmp-6.2.1: no suitable system package;
standard, will be installed as an SPKG

gmpy2-2.1.0b5: standard, will be installed as
an SPKG

gp2c-0.0.10.p0: no suitable system package;
optional, use "./configure --enable-gp2c" to install

graphs-20210214.p0: standard, will be installed as
an SPKG

graphviz-none: using system package

gsl-2.7: no suitable system package;
standard, will be installed as an SPKG

html5lib-1.1: standard, will be installed as
an SPKG

iconv-1.15: using system package; SPKG
will not be installed

idna-3.2: standard, will be installed as
an SPKG

igraph-0.8.3: no suitable system package;
optional, use "./configure --enable-igraph" to install

imagesize-1.2.0: standard, will be installed as
an SPKG

iml-1.0.4p1.p2: no suitable system package;
standard, will be installed as an SPKG

importlib_metadata-4.8.1: standard, will be installed as
an SPKG

importlib_resources-5.2.2: standard, will be installed as
an SPKG

info-6.8: using system package; SPKG
will not be installed

ipykernel-6.3.1: standard, will be installed as
an SPKG

ipympl-0.7.0: optional, use "./configure
--enable-ipympl" to install

ipython-7.27.0: standard, will be installed as
an SPKG

ipython_genutils-0.2.0: standard, will be installed as
an SPKG

ipywidgets-7.6.4.p0: standard, will be installed as
an SPKG

isl-0.20: no suitable system package;
optional, use "./configure --enable-isl" to install

jedi-0.18.0: standard, will be installed as
an SPKG

jinja2-2.11.2: standard, will be installed as
an SPKG

jmol-14.29.52: standard, will be installed as
an SPKG

jsonschema-3.2.0: standard, will be installed as
an SPKG

jupymake-0.9: optional, use "./configure
--enable-jupymake" to install

jupyter_client-7.0.2: standard, will be installed as
an SPKG

jupyter_core-4.7.1: standard, will be installed as
an SPKG

jupyter_jsmol-0.2.4: standard, will be installed as
an SPKG

jupyter_packaging-0.7.12: optional, use "./configure
--enable-jupyter_packaging" to install

jupyterlab-none: optional pip package; use
"./sage -i jupyterlab" to install

jupyterlab_pygments-0.1.2: standard, will be installed as
an SPKG

jupyterlab_widgets-2.0: optional, use "./configure
--enable-jupyterlab_widgets" to install

kenzo-1.1.10: optional, use "./configure
--enable-kenzo" to install

kiwisolver-1.0.1: standard, will be installed as
an SPKG

latte_int-1.7.6: optional, use "./configure
--enable-latte_int" to install

lcalc-1.23.p20: no suitable system package;
standard, will be installed as an SPKG

libatomic_ops-7.6.10: using system package; SPKG
will not be installed

libbraiding-1.1: no suitable system package;
standard, will be installed as an SPKG

libffi-3.2.1: using system package; SPKG
will not be installed

libgd-2.3.2: using system package; SPKG
will not be installed

libhomfly-1.02r6: no suitable system package;
standard, will be installed as an SPKG

liblzma-5.2.5: no suitable system package;
standard, will be installed as an SPKG

libnauty-none: no suitable system package;
optional, use "./configure --enable-libnauty" to install

libogg-1.3.1.p0: optional, use "./configure
--enable-libogg" to install

libpng-1.6.29.p1: using system package; SPKG
will not be installed

libsemigroups-1.1.0: no suitable system package;
optional, use "./configure --enable-libsemigroups" to install

libtheora-1.1.1: experimental, use "./configure
--enable-libtheora" to install

libxml2-none: using system package

lidia-2.3.0+latte-patches-2019-05-02: optional, use "./configure
--enable-lidia" to install

lie-2.2.2: experimental, use "./configure
--enable-lie" to install

linbox-1.6.3.p1: standard, will be installed as
an SPKG

llvm-none: not required on your platform

lrcalc-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

lrslib-071b+autotools-2021-07-13: no suitable system package;
optional, use "./configure --enable-lrslib" to install

m4ri-20200115: no suitable system package;
standard, will be installed as an SPKG

m4rie-20200115: no suitable system package;
standard, will be installed as an SPKG

markupsafe-1.1.1: standard, will be installed as
an SPKG

mathics-4.0.0: optional, use "./configure
--enable-mathics" to install

mathics_scanner-1.2.4: optional, use "./configure
--enable-mathics_scanner" to install

mathjax-2.7.4.p0: standard, will be installed as
an SPKG

matplotlib-3.3.4: standard, will be installed as
an SPKG

matplotlib_inline-0.1.2: standard, will be installed as
an SPKG

maxima-5.45.0.p0: standard, will be installed as
an SPKG

mcqd-1.0.p0: optional, use "./configure
--enable-mcqd" to install

meataxe-1.0.1: optional, use "./configure
--enable-meataxe" to install

memory_allocator-0.1.1: standard, will be installed as
an SPKG

mistune-0.8.4: standard, will be installed as
an SPKG

modular_decomposition-20100607: experimental, use "./configure
--enable-modular_decomposition" to install

mpc-1.1.0: no suitable system package;
standard, will be installed as an SPKG

mpfi-1.5.2: no suitable system package;
standard, will be installed as an SPKG

mpfr-4.0.1.p0: no suitable system package;
standard, will be installed as an SPKG

mpfrcx-0.5: optional, use "./configure
--enable-mpfrcx" to install

mpmath-1.2.1: standard, will be installed as
an SPKG

nauty-27r1.p1: using system package; SPKG
will not be installed

nbclient-0.5.4: standard, will be installed as
an SPKG

nbconvert-6.1.0: standard, will be installed as
an SPKG

nbformat-5.1.3: standard, will be installed as
an SPKG

ncurses-6.0.p0: using system package; SPKG
will not be installed

nest_asyncio-1.5.1: standard, will be installed as
an SPKG

networkx-2.6.3: standard, will be installed as
an SPKG

nibabel-none: optional pip package; use
"./sage -i nibabel" to install

ninja_build-1.8.2: using system package; SPKG
will not be installed

nodeenv-none: optional pip package; use
"./sage -i nodeenv" to install

nodejs-12.18.3: optional, use "./configure
--enable-nodejs" to install

normaliz-3.8.10: optional, use "./configure
--enable-normaliz" to install

notebook-6.4.3: standard, will be installed as
an SPKG

notedown-1.5.1: optional, use "./configure
--enable-notedown" to install

ntl-11.4.3: no suitable system package;
standard, will be installed as an SPKG

numpy-1.21.4: standard, will be installed as
an SPKG

openblas-0.3.18: no suitable system package;
standard, will be installed as an SPKG

openssl-3.0.0: no suitable system package;
standard, will be installed as an SPKG

ore_algebra-none: optional pip package; use
"./sage -i ore_algebra" to install

p_group_cohomology-3.3.2: optional, use "./configure
--enable-p_group_cohomology" to install

packaging-21.0: standard, will be installed as
an SPKG

palettable-3.3.0: optional, use "./configure
--enable-palettable" to install

palp-2.11: no suitable system package;
standard, will be installed as an SPKG

pandoc-none: using system package

pandoc_attributes-8bc82f6d: optional, use "./configure
--enable-pandoc_attributes" to install

pandocfilters-1.4.3: standard, will be installed as
an SPKG

pari-2.13.1: no suitable system package;
standard, will be installed as an SPKG

pari_elldata-20161017: no suitable system package;
optional, use "./configure --enable-pari_elldata" to install

pari_galdata-20080411.p0: no suitable system package;
standard, will be installed as an SPKG

pari_galpol-20180625: no suitable system package;
optional, use "./configure --enable-pari_galpol" to install

pari_nftables-20080929: no suitable system package;
optional, use "./configure --enable-pari_nftables" to install

pari_seadata-20090618: no suitable system package;
optional, use "./configure --enable-pari_seadata" to install

pari_seadata_small-20090618.p0: no suitable system package;
standard, will be installed as an SPKG

parso-0.8.2: standard, will be installed as
an SPKG

patch-2.7.5: using system package; SPKG
will not be installed

pcre-8.40.p2: using system package; SPKG
will not be installed

pdf2svg-none: no suitable system package;
optional

perl_cpan_polymake_prereq-none: no suitable system package;
optional

perl_mongodb-none: no suitable system package;
optional

perl_term_readline_gnu-1.35: no suitable system package;
optional, use "./configure --enable-perl_term_readline_gnu" to install

pexpect-4.8.0: standard, will be installed as
an SPKG

pickleshare-0.7.5: standard, will be installed as
an SPKG

pillow-8.1.2: standard, will be installed as
an SPKG

pint-0.17: optional, use "./configure
--enable-pint" to install

pip-21.2.4: standard, will be installed as
an SPKG

pkgconf-0.9.7.p2: using system package; SPKG
will not be installed

pkgconfig-1.5.5: standard, will be installed as
an SPKG

planarity-3.0.1.0: no suitable system package;
standard, will be installed as an SPKG

plantri-4.5: optional, use "./configure
--enable-plantri" to install

pluggy-1.0.0: standard, will be installed as
an SPKG

polylib-5.22.5: optional, use "./configure
--enable-polylib" to install

polymake-4.5: no suitable system package;
optional, use "./configure --enable-polymake" to install

polytopes_db-20170220.p0: standard, will be installed as
an SPKG

polytopes_db_4d-1.0: optional, use "./configure
--enable-polytopes_db_4d" to install

ppl-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

pplpy-0.8.6: standard, will be installed as
an SPKG

primecount-5.1: optional, use "./configure
--enable-primecount" to install

prometheus_client-0.11.0: standard, will be installed as
an SPKG

prompt_toolkit-3.0.20: standard, will be installed as
an SPKG

ptyprocess-0.5.1.p0: standard, will be installed as
an SPKG

py-1.10.0: standard, will be installed as
an SPKG

pybind11-2.7.1.p0: standard, will be installed as
an SPKG

pybtex-none: optional pip package; use
"./sage -i pybtex" to install

pycosat-0.6.3: optional, use "./configure
--enable-pycosat" to install

pycparser-2.20: standard, will be installed as
an SPKG

pycygwin-0.1: standard, will be installed as
an SPKG

pyflakes-none: optional pip package; use
"./sage -i pyflakes" to install

pygments-2.10.0: standard, will be installed as
an SPKG

pygraphviz-none: optional pip package; use
"./sage -i pygraphviz" to install

pynormaliz-2.14: optional, use "./configure
--enable-pynormaliz" to install

pyparsing-2.4.7: standard, will be installed as
an SPKG

pyrsistent-0.18.0: standard, will be installed as
an SPKG

pysingular-0.9.7: optional, use "./configure
--enable-pysingular" to install

pytest-none: optional pip package; use
"./sage -i pytest" to install

python3-3.9.7: no suitable system package;
standard, will be installed as an SPKG

python_igraph-0.8.3: optional, use "./configure
--enable-python_igraph" to install

pytz-2021.1: standard, will be installed as
an SPKG

pyx-none: optional pip package; use
"./sage -i pyx" to install

pyzmq-22.2.1: standard, will be installed as
an SPKG

qepcad-B.1.72: experimental, use "./configure
--enable-qepcad" to install

qhull-2020-src-8.0.2: no suitable system package;
optional, use "./configure --enable-qhull" to install

r-3.6.3: no suitable system package;
standard, will be installed as an SPKG

r_jupyter-none: optional, use "./configure
--enable-r_jupyter" to install

ratpoints-2.1.3.p5: standard, will be installed as
an SPKG

readline-8.0: no suitable system package;
standard, will be installed as an SPKG

requests-2.26.0: standard, will be installed as
an SPKG

rpy2-3.3.6: standard, will be installed as
an SPKG

rst2ipynb-0.2.3: optional, use "./configure
--enable-rst2ipynb" to install

rubiks-20070912.p21: optional, use "./configure
--enable-rubiks" to install

rw-0.9: no suitable system package;
standard, will be installed as an SPKG

saclib-2.2.7: optional, use "./configure
--enable-saclib" to install

sage_conf-9.5.beta7: standard, will be installed as
an SPKG

sage_docbuild-9.5.beta7: standard, will be installed as
an SPKG

sage_flatsurf-none: optional pip package; use
"./sage -i sage_flatsurf" to install

sage_numerical_backends_coin-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_coin" to install

sage_numerical_backends_cplex-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_cplex" to install

sage_numerical_backends_gurobi-9.3.1: optional, use "./configure
--enable-sage_numerical_backends_gurobi" to install

sage_setup-9.5.beta7: standard, will be installed as
an SPKG

sage_sws2rst-9.5.beta7: optional, use "./configure
--enable-sage_sws2rst" to install

sagelib-9.5.beta7: standard, will be installed as
an SPKG

sagemath_doc_html-none: standard, will be installed as
an SPKG

sagemath_doc_pdf-none: optional, use "./configure
--enable-sagemath_doc_pdf" to install

sagenb_export-3.3: standard, will be installed as
an SPKG

sagetex-3.5: standard, will be installed as
an SPKG

scipoptsuite-5.0.1: experimental, use "./configure
--enable-scipoptsuite" to install

scipy-1.6.3: standard, will be installed as
an SPKG

send2trash-1.8.0: standard, will be installed as
an SPKG

setuptools-58.2.0: standard, will be installed as
an SPKG

setuptools_scm-6.3.2: standard, will be installed as
an SPKG

setuptools_wheel-58.2.0: standard, will be installed as
an SPKG

simplegeneric-0.8.1.p0: standard, will be installed as
an SPKG

singular-4.2.1.p0: no suitable system package;
standard, will be installed as an SPKG

singular_jupyter-0.9.7: optional, use "./configure
--enable-singular_jupyter" to install

sip-4.18: optional, use "./configure
--enable-sip" to install

sirocco-2.1.0: optional, use "./configure
--enable-sirocco" to install

six-1.16.0: standard, will be installed as
an SPKG

slabbe-none: optional pip package; use
"./sage -i slabbe" to install

snappy-none: optional pip package; use
"./sage -i snappy" to install

snowballstemmer-2.1.0: standard, will be installed as
an SPKG

speaklater-1.3.p0: optional, use "./configure
--enable-speaklater" to install

sphinx-4.2.0: standard, will be installed as
an SPKG

sphinxcontrib_applehelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_devhelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_htmlhelp-2.0.0: standard, will be installed as
an SPKG

sphinxcontrib_jsmath-1.0.1: standard, will be installed as
an SPKG

sphinxcontrib_qthelp-1.0.3: standard, will be installed as
an SPKG

sphinxcontrib_serializinghtml-1.1.5: standard, will be installed as
an SPKG

sphinxcontrib_websupport-1.2.1: standard, will be installed as
an SPKG

sqlalchemy-none: optional pip package; use
"./sage -i sqlalchemy" to install

sqlite-3.36.0: no suitable system package;
standard, will be installed as an SPKG

suitesparse-5.10.1: no suitable system package;
standard, will be installed as an SPKG

surf-1.0.6-gcc6: experimental, use "./configure
--enable-surf" to install

surface_dynamics-none: optional pip package; use
"./sage -i surface_dynamics" to install

symengine-0.8.1: optional, use "./configure
--enable-symengine" to install

symengine_py-0.8.1.p0: optional, use "./configure
--enable-symengine_py" to install

symmetrica-3.0.1: no suitable system package;
standard, will be installed as an SPKG

sympow-2.023.6: no suitable system package;
standard, will be installed as an SPKG

sympy-1.8: standard, will be installed as
an SPKG

tachyon-0.98.9.p7: no suitable system package;
standard, will be installed as an SPKG

tdlib-0.3.1.p0: optional, use "./configure
--enable-tdlib" to install

terminado-0.11.1: standard, will be installed as
an SPKG

testpath-0.5.0: standard, will be installed as
an SPKG

texlive-none: optional, use "./configure
--enable-texlive" to install

texttable-1.6.3: optional, use "./configure
--enable-texttable" to install

thebe-9624e0a0.p0: standard, will be installed as
an SPKG

threejs-r122.p0: standard, will be installed as
an SPKG

tides-2.0.p0: optional, use "./configure
--enable-tides" to install

toml-0.10.2: not required on your platform;
SPKG will not be installed

tomli-1.2.1: standard, will be installed as
an SPKG

topcom-0.17.7: optional, use "./configure
--enable-topcom" to install

tornado-6.1: standard, will be installed as
an SPKG

tox-3.24.3: using system package; SPKG
will not be installed

traitlets-5.1.1: standard, will be installed as
an SPKG

typing_extensions-3.10.0.0: standard, will be installed as
an SPKG

tzlocal-2.1: standard, will be installed as
an SPKG

urllib3-1.26.6: standard, will be installed as
an SPKG

valgrind-3.14.0: experimental, use "./configure
--enable-valgrind" to install

vcversioner-2.16.0.0.p0: standard, will be installed as
an SPKG

virtualenv-20.7.2: not required on your platform;
SPKG will not be installed

wcwidth-0.2.5: standard, will be installed as
an SPKG

webencodings-0.5.1: standard, will be installed as
an SPKG

wheel-0.37.0: standard, will be installed as
an SPKG

widgetsnbextension-3.5.1.p0: standard, will be installed as
an SPKG

xz-5.2.5: using system package; SPKG
will not be installed

zeromq-4.2.5: no suitable system package;
standard, will be installed as an SPKG

zipp-3.5.0: standard, will be installed as
an SPKG

zlib-1.2.11.p0: using system package; SPKG
will not be installed

zn_poly-0.9.2: no suitable system package;
standard, will be installed as an SPKG

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating build/make/Makefile-auto

config.status: creating build/make/Makefile

config.status: creating src/bin/sage-env-config

config.status: creating src/bin/sage-src-env-config

config.status: creating build/bin/sage-build-env-config

config.status: creating pkgs/sage-conf/sage_conf.py

config.status: creating pkgs/sage-conf/setup.cfg

config.status: executing depfiles commands

config.status: executing mkdirs commands

config.status: creating directory /Applications/sage-9.5.beta7/logs/pkgs

config.status: creating directory local

config.status: creating directory local/bin

config.status: creating directory local/etc

config.status: creating directory local/include

config.status: creating directory local/lib

config.status: creating directory local/lib/pkgconfig

config.status: creating directory local/share

config.status: creating directory local/var/lib/sage/installed

config.status: creating symbolic link lib64 -> lib

config.status: executing links commands

config.status: creating convenience symlink prefix -> local

config.status: creating convenience symlink venv ->
local/var/lib/sage/venv-python3.9.7

configure:


notice: the following SPKGs did not find equivalent system packages:


arb boost_cropped brial cddlib cliquer ecl eclib ecm fflas_ffpack
flint flintqs fplll gengetopt gf2x gfan giac givaro glpk gmp gsl iml lcalc
libbraiding libhomfly liblzma lrcalc m4ri m4rie mpc mpfi mpfr ntl openblas
openssl palp pari pari_galdata pari_seadata_small planarity ppl python3 r
readline rw singular sqlite suitesparse symmetrica sympow tachyon zeromq
zn_poly 4ti2 _recommended cbc coxeter3 gp2c igraph isl libnauty
libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata
pdf2svg perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu
polymake qhull



checking for the package system in use... homebrew

configure:


hint: installing the following system packages, if not

already present, is recommended and may avoid having to

build them (though some may have to be built anyway):


$ brew install arb boost ecl flint fplll glpk gmp gsl xz libmpc mpfi
mpfr ntl openblas openssl pari pari-elldata pari-galdata pari-galpol
pari-seadata ppl python3 r readline singular sqlite suite-sparse zeromq



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: installing the following system packages, if not

already present, may provide additional optional features:


$ brew install ffmpeg imagemagick texinfo cbc igraph isl nauty
pdf2svg apaffenholz/polymake/polymake qhull



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: After installation, re-run configure using:


$ ./config.status --recheck && ./config.status



neelimaborade@Neelimas-MacBook-Air sage-9.5.beta7 % ./configure
--prefix=SAGE_LOCAL

configure: error: expected an absolute directory name for --prefix:
SAGE_LOCAL

neelimaborade@Neelimas-MacBook-Air sage-9.5.beta7 % ./configure
--prefix=/Applications/sage-9.5.beta7

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... config/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking whether make supports the include directive... yes (GNU style)

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking dependency style of gcc... none

checking build system type... arm-apple-darwin20.6.0

checking host system type... arm-apple-darwin20.6.0

checking for ld used by gcc...
/Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is
GNU ld... no

checking for shared library run path origin... done

checking for root user... no

checking for a sed that does not truncate output... /usr/bin/sed

checking for ar... yes

checking for m4... yes

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking pkg-config is at least version 0.29... yes

checking for ranlib... yes

checking for strip... yes

checking for GNU or BSD tar... /usr/bin/tar

checking for GNU make... /usr/bin/make

checking for Python...
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

checking for latex... yes

checking for perl... /usr/bin/perl

checking for Perl version 5.8.0 or later... yes

checking whether a conda environment is active... no

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking dependency style of gcc... (cached) none

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking for gfortran... gfortran

checking whether we are using the GNU Fortran compiler... yes

checking whether gfortran accepts -g... yes

checking for gcc... gcc

checking whether we are using the GNU Objective C compiler... yes

checking whether gcc accepts -g... yes

checking dependency style of gcc... none

checking for g++... g++

checking whether we are using the GNU Objective C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking how to run the C++ preprocessor... g++ -E

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking complex.h usability... yes

checking complex.h presence... yes

checking for complex.h... yes

checking for sqrt in -lm... yes

You are using OS X Lion (or later).

You are strongly advised to install Apple's latest Xcode

unless you already have it. You can install this using

the App Store. Also, make sure you install Xcode's

Command Line Tools -- see Sage's README.txt.

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gcc...

checking for C compiler vendor... clang

checking whether g++ supports C++11 features with -std=gnu++11... yes

checking if gcc accepts -dumpversion option... yes

checking gcc version... 13.0.0

checking if g++ accepts -dumpversion option... yes

checking g++ version... 13.0.0

checking whether C++ compiler accepts "-march=native"... no

checking for OpenMP flag of C compiler... unknown

checking for OpenMP flag of C++ compiler... unknown

configure: will use system package and not install SPKG gcc

checking for the location of crti.o...

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gmp...

checking gmp.h usability... no

checking gmp.h presence... no

checking for gmp.h... no

checking gmpxx.h usability... no

checking gmpxx.h presence... no

checking for gmpxx.h... no

checking for library containing __gmpq_cmp_z... no

configure: no suitable system package found for SPKG gmp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zlib...

checking for inflateEnd in -lz... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for LIBPNG... yes

configure: will use system package and not install SPKG zlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG glpk...

checking whether any of gmp zlib is installed as or will be installed as
SPKG... yes; install glpk as well

configure: no suitable system package found for SPKG glpk

using Sage's glpk SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG 4ti2...

checking whether any of gmp glpk zlib is installed as or will be installed
as SPKG... yes; install 4ti2 as well

configure: no suitable system package found for SPKG 4ti2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tox...

checking for tox >= 2.5.0... /opt/homebrew/bin/tox

configure: will use system package and not install SPKG tox

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG virtualenv...

configure: SPKG virtualenv is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG appdirs...

configure: SPKG appdirs is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfr...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install mpfr as well

configure: no suitable system package found for SPKG mpfr

using Sage's mpfr SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ntl...

checking whether any of gmp gcc is installed as or will be installed as
SPKG... yes; install ntl as well

configure: no suitable system package found for SPKG ntl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flint...

checking whether any of mpfr ntl is installed as or will be installed as
SPKG... yes; install flint as well

configure: no suitable system package found for SPKG flint

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG arb...

checking installing flint? ... yes; install arb as well

configure: no suitable system package found for SPKG arb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG boost_cropped...

checking for boostlib >= 1.66.0 (106600)... configure: We could not detect
the boost libraries (version 1.66.0 or higher). If you have a staged boost
library (still not installed) please specify $BOOST_ROOT in your
environment and do not give a PATH to --with-boost option. If you are sure
you have boost installed, then check your version number looking in
<boost/version.hpp>. See http://randspringer.de/boost for more
documentation.

configure: no suitable system package found for SPKG boost_cropped

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libpng...

checking installing zlib? ... no

checking for LIBPNG... yes

configure: will use system package and not install SPKG libpng

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4ri...

checking whether any of libpng is installed as or will be installed as
SPKG... no

checking for M4RI... no

configure: no suitable system package found for SPKG m4ri

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG brial...

checking whether any of gcc boost_cropped m4ri is installed as or will be
installed as SPKG... yes; install brial as well

configure: no suitable system package found for SPKG brial

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG bzip2...

checking bzlib.h usability... yes

checking bzlib.h presence... yes

checking for bzlib.h... yes

checking for library containing BZ2_bzCompress... -lbz2

checking for bzip2... /usr/bin/bzip2

configure: will use system package and not install SPKG bzip2

checking for Fortran flag needed to accept free-form source... -ffree-form

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfortran...

checking the version of gfortran... 11

configure: will use system package and not install SPKG gfortran

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openblas...

checking whether any of gfortran is installed as or will be installed as
SPKG... no

checking for OPENBLAS... no

checking for library containing openblas_get_config... no

checking for library containing cblas_dgemm... no

checking for library containing dgeqrf... no

checking for library containing dgeqrf_... no

checking for library containing DGEQRF... no

checking for library containing DGEQRF_... no

configure: no suitable system package found for SPKG openblas

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cbc...

checking whether any of openblas zlib bzip2 is installed as or will be
installed as SPKG... yes; install cbc as well

configure: no suitable system package found for SPKG cbc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cddlib...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install cddlib as well

configure: no suitable system package found for SPKG cddlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cliquer...

checking for library containing clique_unweighted_max_weight... no

configure: no suitable system package found for SPKG cliquer

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cmake...

checking for cmake >= 3.4... /opt/homebrew/bin/cmake

configure: will use system package and not install SPKG cmake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG coxeter3...

checking for library coxeter3... no

configure: no suitable system package found for SPKG coxeter3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG curl...

checking for curl 7.22... /usr/bin/curl

checking for gawk... (cached) awk

checking for curl-config... /usr/bin/curl-config

checking for the version of libcurl... 7.64.1

checking for libcurl >= version 7.22... yes

checking whether libcurl is usable... yes

checking for curl_free... yes

checking whether programs linking to libcurl can be executed... yes

configure: will use system package and not install SPKG curl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG distlib...

configure: SPKG distlib is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libatomic_ops...

checking for LIBATOMIC_OPS... yes

configure: will use system package and not install SPKG libatomic_ops

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gc...

checking whether any of libatomic_ops is installed as or will be installed
as SPKG... no

checking whether we run on WSL... no

checking for GC... no

checking for GC... yes

configure: will use system package and not install SPKG gc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecl...

checking whether any of gcc gc gmp is installed as or will be installed as
SPKG... yes; install ecl as well

configure: no suitable system package found for SPKG ecl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ncurses...

checking for NCURSES... no

checking ncurses.h usability... yes

checking ncurses.h presence... yes

checking for ncurses.h... yes

checking for library containing wresize... -lncurses

configure: will use system package and not install SPKG ncurses

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG readline...

checking Installing ncurses? ... No.

checking for READLINE... no

checking readline/readline.h usability... yes

checking readline/readline.h presence... yes

checking for readline/readline.h... yes

checking for library containing rl_bind_keyseq... no

configure: no suitable system package found for SPKG readline

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari...

checking whether any of gmp readline is installed as or will be installed
as SPKG... yes; install pari as well

configure: no suitable system package found for SPKG pari

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG eclib...

checking whether any of ntl pari flint is installed as or will be installed
as SPKG... yes; install eclib as well

configure: no suitable system package found for SPKG eclib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecm...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install ecm as well

configure: no suitable system package found for SPKG ecm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG givaro...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install givaro as well

configure: no suitable system package found for SPKG givaro

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fflas_ffpack...

checking whether any of givaro gmp openblas is installed as or will be
installed as SPKG... yes; install fflas_ffpack as well

configure: no suitable system package found for SPKG fflas_ffpack

checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq... yes

checking whether C++ compiler accepts -mfma... yes

checking whether C++ compiler accepts -mfma4... yes

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG filelock...

configure: SPKG filelock is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flintqs...

checking for QuadraticSieve... no

configure: no suitable system package found for SPKG flintqs

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fplll...

checking whether any of gcc mpfr is installed as or will be installed as
SPKG... yes; install fplll as well

configure: no suitable system package found for SPKG fplll

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG freetype...

checking whether any of gcc libpng is installed as or will be installed as
SPKG... no

checking for FREETYPE... yes

configure: will use system package and not install SPKG freetype

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gengetopt...

checking for gengetopt... no

configure: no suitable system package found for SPKG gengetopt

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gf2x...

checking for GF2X... no

checking gf2x.h usability... no

checking gf2x.h presence... no

checking for gf2x.h... no

checking for library containing gf2x_mul_r... no

configure: no suitable system package found for SPKG gf2x

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfan...

checking for gfan >= 0.6.2...

configure: no suitable system package found for SPKG gfan

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG giac...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install giac as well

configure: no suitable system package found for SPKG giac

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG git...

checking for git... /opt/homebrew/bin/git

configure: will use system package and not install SPKG git

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gp2c...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install gp2c as well

configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG graphviz...

checking for dot... dot

checking for neato... neato

checking for twopi... twopi

configure: will use system package and not install SPKG graphviz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gsl...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install gsl as well

configure: no suitable system package found for SPKG gsl

checking 32-bit host C ABI... no

checking for ELF binary format... no

checking for the common suffixes of directories in the library search
path... lib,lib,lib

checking for iconv... yes

checking for working iconv... yes

checking how to link with libiconv... -liconv

checking for iconv declaration...

extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iconv...

configure: will use system package and not install SPKG iconv

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG igraph...

checking whether any of glpk openblas gmp is installed as or will be
installed as SPKG... yes; install igraph as well

configure: no suitable system package found for SPKG igraph

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iml...

checking whether any of gmp openblas is installed as or will be installed
as SPKG... yes; install iml as well

configure: no suitable system package found for SPKG iml

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG info...

checking for info... /usr/bin/info

configure: will use system package and not install SPKG info

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG isl...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install isl as well

configure: no suitable system package found for SPKG isl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lcalc...

checking whether any of pari mpfr is installed as or will be installed as
SPKG... yes; install lcalc as well

configure: no suitable system package found for SPKG lcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libbraiding...

checking if we can link against libbraiding... no

configure: no suitable system package found for SPKG libbraiding

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libffi...

checking for LIBFFI... yes

configure: will use system package and not install SPKG libffi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libgd...

checking whether any of gcc libpng freetype is installed as or will be
installed as SPKG... no

checking for LIBGD... yes

configure: will use system package and not install SPKG libgd

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libhomfly...

checking whether any of gc is installed as or will be installed as SPKG...
no

checking homfly.h usability... no

checking homfly.h presence... no

checking for homfly.h... no

configure: no suitable system package found for SPKG libhomfly

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG xz...

Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: No module named lzma

checking for xz >= 4.999.0... /opt/homebrew/bin/xz

configure: will use system package and not install SPKG xz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG liblzma...

checking whether any of xz is installed as or will be installed as SPKG...
no

checking for lzma_raw_decoder in -llzma... yes

checking lzma.h usability... no

checking lzma.h presence... no

checking for lzma.h... no

configure: no suitable system package found for SPKG liblzma

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG nauty...

checking for geng... /opt/homebrew/bin/geng

checking for directg... /opt/homebrew/bin/directg

checking for gentourng... /opt/homebrew/bin/gentourng

checking for geng... /opt/homebrew/bin/geng

checking for genbg... /opt/homebrew/bin/genbg

checking for converseg... /opt/homebrew/bin/converseg

configure: will use system package and not install SPKG nauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libnauty...

checking whether any of nauty is installed as or will be installed as
SPKG... no

checking nauty/nauty.h usability... no

checking nauty/nauty.h presence... no

checking for nauty/nauty.h... no

checking for library containing densenauty... no

configure: no suitable system package found for SPKG libnauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libsemigroups...

checking for LIBSEMIGROUPS... no

configure: no suitable system package found for SPKG libsemigroups

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libxml2...

checking for xml2-config... /usr/bin/xml2-config

configure: will use system package and not install SPKG libxml2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG llvm...

configure: will use system package and not install SPKG llvm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrcalc...

checking for lrcalc/schublib.h... no

configure: no suitable system package found for SPKG lrcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrslib...

checking whether any of gmp flint is installed as or will be installed as
SPKG... yes; install lrslib as well

configure: no suitable system package found for SPKG lrslib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4rie...

checking whether any of m4ri is installed as or will be installed as
SPKG... yes; install m4rie as well

configure: no suitable system package found for SPKG m4rie

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpc...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpc as well

configure: no suitable system package found for SPKG mpc

using Sage's mpc SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfi...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpfi as well

configure: no suitable system package found for SPKG mpfi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ninja_build...

checking for ninja >= 1.7.2... /opt/homebrew/bin/ninja

configure: will use system package and not install SPKG ninja_build

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG python3...

checking whether any of bzip2 liblzma libffi is installed as or will be
installed as SPKG... yes; install python3 as well

configure: no suitable system package found for SPKG python3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openssl...

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking for openssl/ssl.h in /usr/local/ssl... no

checking for openssl/ssl.h in /usr/lib/ssl... no

checking for openssl/ssl.h in /usr/ssl... no

checking for openssl/ssl.h in /usr/pkg... no

checking for openssl/ssl.h in /usr/local... no

checking for openssl/ssl.h in /usr... no

checking whether compiling and linking against OpenSSL works... no

configure: no suitable system package found for SPKG openssl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG palp...

checking for poly.x... no

checking for poly-4d.x... no

checking for poly-5d.x... no

checking for poly-6d.x... no

checking for poly-11d.x... no

checking for class.x... no

checking for class-4d.x... no

checking for class-5d.x... no

checking for class-6d.x... no

checking for class-11d.x... no

checking for nef.x... no

checking for nef-4d.x... no

checking for nef-5d.x... no

checking for nef-6d.x... no

checking for nef-11d.x... no

checking for cws.x... no

checking for cws-4d.x... no

checking for cws-5d.x... no

checking for cws-6d.x... no

checking for cws-11d.x... no

configure: no suitable system package found for SPKG palp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pandoc...

checking for pandoc... /opt/homebrew/bin/pandoc

configure: will use system package and not install SPKG pandoc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_elldata...

checking installing pari? ... yes; install pari_elldata as well

configure: no suitable system package found for SPKG pari_elldata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galdata...

checking installing pari? ... yes; install pari_galdata as well

configure: no suitable system package found for SPKG pari_galdata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galpol...

checking installing pari? ... yes; install pari_galpol as well

configure: no suitable system package found for SPKG pari_galpol

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_nftables...

checking installing pari? ... yes; install pari_nftables as well

configure: no suitable system package found for SPKG pari_nftables

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata...

checking installing pari? ... yes; install pari_seadata as well

configure: no suitable system package found for SPKG pari_seadata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata_small...

checking installing pari? ... yes; install pari_seadata_small as well

configure: no suitable system package found for SPKG pari_seadata_small

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG patch...

checking for GNU patch >= 2.7.0... /opt/homebrew/bin/patch

configure: will use system package and not install SPKG patch

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pcre...

checking installing bzip2? ... no

checking for PCRE... yes

configure: will use system package and not install SPKG pcre

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pdf2svg...

checking for pdf2svg... no

configure: no suitable system package found for SPKG pdf2svg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...

checking for perl module XML::Writer... ok

checking for perl module XML::LibXML... ok

checking for perl module XML::LibXSLT... no

checking for perl module File::Slurp... ok

checking for perl module JSON... ok

checking for perl module SVG... no

checking for perl module Term::ReadKey... ok

configure: no suitable system package found for SPKG
perl_cpan_polymake_prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_mongodb...

checking for perl module MongoDB... no

configure: no suitable system package found for SPKG perl_mongodb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_term_readline_gnu...

checking for perl module Term::ReadLine... ok

checking Term::ReadLine module...... non-GNU

configure: no suitable system package found for SPKG perl_term_readline_gnu

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pkgconf...

using pkg-config from the system

configure: will use system package and not install SPKG pkgconf

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG planarity...

checking planarity/planarity.h usability... no

checking planarity/planarity.h presence... no

checking for planarity/planarity.h... no

configure: no suitable system package found for SPKG planarity

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG polymake...

checking for polymake-config >= 3.5...

configure: no suitable system package found for SPKG polymake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ppl...

checking whether any of gcc glpk gmp is installed as or will be installed
as SPKG... yes; install ppl as well

configure: no suitable system package found for SPKG ppl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _prereq...

configure: will use system package and not install SPKG _prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG qhull...

checking for qhull... no

configure: qhull not found. Installing qhull

configure: no suitable system package found for SPKG qhull

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG r...

checking whether any of openblas iconv readline bzip2 liblzma pcre curl is
installed as or will be installed as SPKG... yes; install r as well

configure: no suitable system package found for SPKG r

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _recommended...

configure: no suitable system package found for SPKG _recommended

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG rw...

checking rw.h usability... no

checking rw.h presence... no

checking for rw.h... no

checking for library containing calculate_level... no

configure: no suitable system package found for SPKG rw

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG singular...

checking whether any of gmp ntl flint readline mpfr cddlib is installed as
or will be installed as SPKG... yes; install singular as well

configure: no suitable system package found for SPKG singular

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sqlite...

checking libsqlite3 >= sqlite3_min_version... no

configure: no suitable system package found for SPKG sqlite

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG suitesparse...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install suitesparse as well

configure: no suitable system package found for SPKG suitesparse

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG symmetrica...

checking symmetrica/def.h usability... no

checking symmetrica/def.h presence... no

checking for symmetrica/def.h... no

configure: no suitable system package found for SPKG symmetrica

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sympow...

checking for sympow... no

configure: no suitable system package found for SPKG sympow

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tachyon...

checking for tachyon... no

configure: tachyon not found. Installing tachyon

configure: no suitable system package found for SPKG tachyon

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG toml...

configure: SPKG toml is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zeromq...

checking whether any of gcc is installed as or will be installed as SPKG...
no

checking zmq.h usability... no

checking zmq.h presence... no

checking for zmq.h... no

configure: WARNING: no valid ZMQ installation was found

configure: no suitable system package found for SPKG zeromq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zn_poly...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install zn_poly as well

configure: no suitable system package found for SPKG zn_poly

## -----------------------------------------------------------------------
##

## Build status for each package:
##

## -----------------------------------------------------------------------
##

4ti2-1.6.7.p0: no suitable system package;
optional, use "./configure --enable-4ti2" to install

admcycles-none: optional pip package; use
"./sage -i admcycles" to install

alabaster-0.7.12: standard, will be installed as
an SPKG

appdirs-1.4.4: not required on your platform;
SPKG will not be installed

appnope-0.1.2: standard, will be installed as
an SPKG

arb-2.19.0.p0: no suitable system package;
standard, will be installed as an SPKG

argcomplete-1.12.3: standard, will be installed as
an SPKG

argon2_cffi-20.1.0: standard, will be installed as
an SPKG

attrs-21.2.0: standard, will be installed as
an SPKG

awali-1.0.2-190218: experimental, use "./configure
--enable-awali" to install

babel-2.9.1: standard, will be installed as
an SPKG

backcall-0.2.0: standard, will be installed as
an SPKG

barvinok-0.41.1: optional, use "./configure
--enable-barvinok" to install

beautifulsoup4-none: optional pip package; use
"./sage -i beautifulsoup4" to install

benzene-20130630: optional, use "./configure
--enable-benzene" to install

biopython-none: optional pip package; use
"./sage -i biopython" to install

bleach-4.1.0: standard, will be installed as
an SPKG

bliss-0.73+debian-1+sage-2016-08-02.p0: optional, use "./configure
--enable-bliss" to install

boost_cropped-1.66.0.p0: no suitable system package;
standard, will be installed as an SPKG

brial-1.2.8: no suitable system package;
standard, will be installed as an SPKG

buckygen-1.1: optional, use "./configure
--enable-buckygen" to install

bzip2-1.0.6-20150304.p0: using system package; SPKG
will not be installed

cbc-2.9.4.p0: no suitable system package;
optional, use "./configure --enable-cbc" to install

ccache-3.3.4: optional, use "./configure
--enable-ccache" to install

cddlib-0.94m: no suitable system package;
standard, will be installed as an SPKG

certifi-2021.5.30: standard, will be installed as
an SPKG

cffi-1.14.6: standard, will be installed as
an SPKG

charset_normalizer-2.0.4: standard, will be installed as
an SPKG

cliquer-1.22: no suitable system package;
standard, will be installed as an SPKG

cmake-3.21.0: using system package; SPKG
will not be installed

cocoalib-0.99564: experimental, use "./configure
--enable-cocoalib" to install

combinatorial_designs-20140630.p0: standard, will be installed as
an SPKG

configure-cdb3614b34926cee3c4cc918313678d3deea4e8d:came preinstalled with
the SageMath tarball

conway_polynomials-0.5: standard, will be installed as
an SPKG

coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system
package; optional, use "./configure --enable-coxeter3" to install

cryptominisat-5.6.8: optional, use "./configure
--enable-cryptominisat" to install

csdp-6.2.p1: optional, use "./configure
--enable-csdp" to install

cunningham_tables-1.0: optional, use "./configure
--enable-cunningham_tables" to install

curl-7.62.0.p0: using system package; SPKG
will not be installed

cvxopt-1.2.7: standard, will be installed as
an SPKG

cycler-0.10.0.p0: standard, will be installed as
an SPKG

cypari-2.1.2: standard, will be installed as
an SPKG

cysignals-1.10.3: standard, will be installed as
an SPKG

cython-0.29.24: standard, will be installed as
an SPKG

d3js-3.4.8: optional, use "./configure
--enable-d3js" to install

database_cremona_ellcurve-20190911: optional, use "./configure
--enable-database_cremona_ellcurve" to install

database_jones_numfield-4: optional, use "./configure
--enable-database_jones_numfield" to install

database_knotinfo-2021.10.1: optional, use "./configure
--enable-database_knotinfo" to install

database_kohel-20160724: optional, use "./configure
--enable-database_kohel" to install

database_mutation_class-1.0: optional, use "./configure
--enable-database_mutation_class" to install

database_odlyzko_zeta-20061209: optional, use "./configure
--enable-database_odlyzko_zeta" to install

database_stein_watkins-20110713: optional, use "./configure
--enable-database_stein_watkins" to install

database_stein_watkins_mini-20070827: optional, use "./configure
--enable-database_stein_watkins_mini" to install

database_symbolic_data-20070206: optional, use "./configure
--enable-database_symbolic_data" to install

dateutil-2.8.1: standard, will be installed as
an SPKG

debugpy-1.4.1: standard, will be installed as
an SPKG

decorator-4.4.2: standard, will be installed as
an SPKG

deformation-20210503: experimental, use "./configure
--enable-deformation" to install

defusedxml-0.6.0: standard, will be installed as
an SPKG

distlib-0.3.2: not required on your platform;
SPKG will not be installed

docutils-0.17.1: standard, will be installed as
an SPKG

dot2tex-2.11.3.p0: optional, use "./configure
--enable-dot2tex" to install

e_antic-0.1.9: optional, use "./configure
--enable-e_antic" to install

ecl-21.2.1: no suitable system package;
standard, will be installed as an SPKG

eclib-20210625: no suitable system package;
standard, will be installed as an SPKG

ecm-7.0.4.p2: no suitable system package;
standard, will be installed as an SPKG

elliptic_curves-0.8.1: standard, will be installed as
an SPKG

entrypoints-0.3: standard, will be installed as
an SPKG

fflas_ffpack-2.4.3.p0: no suitable system package;
standard, will be installed as an SPKG

filelock-3.0.12: not required on your platform;
SPKG will not be installed

flint-2.7.1: no suitable system package;
standard, will be installed as an SPKG

flintqs-1.0.p0: no suitable system package;
standard, will be installed as an SPKG

flit_core-3.4.0: standard, will be installed as
an SPKG

fplll-5.4.1: no suitable system package;
standard, will be installed as an SPKG

fpylll-0.5.6: standard, will be installed as
an SPKG

freetype-2.10.4: using system package; SPKG
will not be installed

fricas-1.3.7.p1: optional, use "./configure
--enable-fricas" to install

frobby-0.9.0.p2: optional, use "./configure
--enable-frobby" to install

gambit-15.1.1.p0: experimental, use "./configure
--enable-gambit" to install

gap-4.11.1: standard, will be installed as
an SPKG

gap3-04jul17: experimental, use "./configure
--enable-gap3" to install

gap_jupyter-0.9: optional, use "./configure
--enable-gap_jupyter" to install

gap_packages-4.11.1: optional, use "./configure
--enable-gap_packages" to install

gc-8.0.4: using system package; SPKG
will not be installed

gcc-10.3.0: using system package; SPKG
will not be installed

gdb-8.2: experimental, use "./configure
--enable-gdb" to install

gengetopt-2.23: no suitable system package;
standard, will be installed as an SPKG

gf2x-1.3.0: no suitable system package;
standard, will be installed as an SPKG

gfan-0.6.2.p1: no suitable system package;
standard, will be installed as an SPKG

gfortran-10.3.0: using system package; SPKG
will not be installed

giac-1.6.0.47p3: no suitable system package;
standard, will be installed as an SPKG

git-none: using system package

givaro-4.1.1: no suitable system package;
standard, will be installed as an SPKG

glpk-5.0.p0: no suitable system package;
standard, will be installed as an SPKG

glucose-4.1: optional, use "./configure
--enable-glucose" to install

gmp-6.2.1: no suitable system package;
standard, will be installed as an SPKG

gmpy2-2.1.0b5: standard, will be installed as
an SPKG

gp2c-0.0.10.p0: no suitable system package;
optional, use "./configure --enable-gp2c" to install

graphs-20210214.p0: standard, will be installed as
an SPKG

graphviz-none: using system package

gsl-2.7: no suitable system package;
standard, will be installed as an SPKG

html5lib-1.1: standard, will be installed as
an SPKG

iconv-1.15: using system package; SPKG
will not be installed

idna-3.2: standard, will be installed as
an SPKG

igraph-0.8.3: no suitable system package;
optional, use "./configure --enable-igraph" to install

imagesize-1.2.0: standard, will be installed as
an SPKG

iml-1.0.4p1.p2: no suitable system package;
standard, will be installed as an SPKG

importlib_metadata-4.8.1: standard, will be installed as
an SPKG

importlib_resources-5.2.2: standard, will be installed as
an SPKG

info-6.8: using system package; SPKG
will not be installed

ipykernel-6.3.1: standard, will be installed as
an SPKG

ipympl-0.7.0: optional, use "./configure
--enable-ipympl" to install

ipython-7.27.0: standard, will be installed as
an SPKG

ipython_genutils-0.2.0: standard, will be installed as
an SPKG

ipywidgets-7.6.4.p0: standard, will be installed as
an SPKG

isl-0.20: no suitable system package;
optional, use "./configure --enable-isl" to install

jedi-0.18.0: standard, will be installed as
an SPKG

jinja2-2.11.2: standard, will be installed as
an SPKG

jmol-14.29.52: standard, will be installed as
an SPKG

jsonschema-3.2.0: standard, will be installed as
an SPKG

jupymake-0.9: optional, use "./configure
--enable-jupymake" to install

jupyter_client-7.0.2: standard, will be installed as
an SPKG

jupyter_core-4.7.1: standard, will be installed as
an SPKG

jupyter_jsmol-0.2.4: standard, will be installed as
an SPKG

jupyter_packaging-0.7.12: optional, use "./configure
--enable-jupyter_packaging" to install

jupyterlab-none: optional pip package; use
"./sage -i jupyterlab" to install

jupyterlab_pygments-0.1.2: standard, will be installed as
an SPKG

jupyterlab_widgets-2.0: optional, use "./configure
--enable-jupyterlab_widgets" to install

kenzo-1.1.10: optional, use "./configure
--enable-kenzo" to install

kiwisolver-1.0.1: standard, will be installed as
an SPKG

latte_int-1.7.6: optional, use "./configure
--enable-latte_int" to install

lcalc-1.23.p20: no suitable system package;
standard, will be installed as an SPKG

libatomic_ops-7.6.10: using system package; SPKG
will not be installed

libbraiding-1.1: no suitable system package;
standard, will be installed as an SPKG

libffi-3.2.1: using system package; SPKG
will not be installed

libgd-2.3.2: using system package; SPKG
will not be installed

libhomfly-1.02r6: no suitable system package;
standard, will be installed as an SPKG

liblzma-5.2.5: no suitable system package;
standard, will be installed as an SPKG

libnauty-none: no suitable system package;
optional, use "./configure --enable-libnauty" to install

libogg-1.3.1.p0: optional, use "./configure
--enable-libogg" to install

libpng-1.6.29.p1: using system package; SPKG
will not be installed

libsemigroups-1.1.0: no suitable system package;
optional, use "./configure --enable-libsemigroups" to install

libtheora-1.1.1: experimental, use "./configure
--enable-libtheora" to install

libxml2-none: using system package

lidia-2.3.0+latte-patches-2019-05-02: optional, use "./configure
--enable-lidia" to install

lie-2.2.2: experimental, use "./configure
--enable-lie" to install

linbox-1.6.3.p1: standard, will be installed as
an SPKG

llvm-none: not required on your platform

lrcalc-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

lrslib-071b+autotools-2021-07-13: no suitable system package;
optional, use "./configure --enable-lrslib" to install

m4ri-20200115: no suitable system package;
standard, will be installed as an SPKG

m4rie-20200115: no suitable system package;
standard, will be installed as an SPKG

markupsafe-1.1.1: standard, will be installed as
an SPKG

mathics-4.0.0: optional, use "./configure
--enable-mathics" to install

mathics_scanner-1.2.4: optional, use "./configure
--enable-mathics_scanner" to install

mathjax-2.7.4.p0: standard, will be installed as
an SPKG

matplotlib-3.3.4: standard, will be installed as
an SPKG

matplotlib_inline-0.1.2: standard, will be installed as
an SPKG

maxima-5.45.0.p0: standard, will be installed as
an SPKG

mcqd-1.0.p0: optional, use "./configure
--enable-mcqd" to install

meataxe-1.0.1: optional, use "./configure
--enable-meataxe" to install

memory_allocator-0.1.1: standard, will be installed as
an SPKG

mistune-0.8.4: standard, will be installed as
an SPKG

modular_decomposition-20100607: experimental, use "./configure
--enable-modular_decomposition" to install

mpc-1.1.0: no suitable system package;
standard, will be installed as an SPKG

mpfi-1.5.2: no suitable system package;
standard, will be installed as an SPKG

mpfr-4.0.1.p0: no suitable system package;
standard, will be installed as an SPKG

mpfrcx-0.5: optional, use "./configure
--enable-mpfrcx" to install

mpmath-1.2.1: standard, will be installed as
an SPKG

nauty-27r1.p1: using system package; SPKG
will not be installed

nbclient-0.5.4: standard, will be installed as
an SPKG

nbconvert-6.1.0: standard, will be installed as
an SPKG

nbformat-5.1.3: standard, will be installed as
an SPKG

ncurses-6.0.p0: using system package; SPKG
will not be installed

nest_asyncio-1.5.1: standard, will be installed as
an SPKG

networkx-2.6.3: standard, will be installed as
an SPKG

nibabel-none: optional pip package; use
"./sage -i nibabel" to install

ninja_build-1.8.2: using system package; SPKG
will not be installed

nodeenv-none: optional pip package; use
"./sage -i nodeenv" to install

nodejs-12.18.3: optional, use "./configure
--enable-nodejs" to install

normaliz-3.8.10: optional, use "./configure
--enable-normaliz" to install

notebook-6.4.3: standard, will be installed as
an SPKG

notedown-1.5.1: optional, use "./configure
--enable-notedown" to install

ntl-11.4.3: no suitable system package;
standard, will be installed as an SPKG

numpy-1.21.4: standard, will be installed as
an SPKG

openblas-0.3.18: no suitable system package;
standard, will be installed as an SPKG

openssl-3.0.0: no suitable system package;
standard, will be installed as an SPKG

ore_algebra-none: optional pip package; use
"./sage -i ore_algebra" to install

p_group_cohomology-3.3.2: optional, use "./configure
--enable-p_group_cohomology" to install

packaging-21.0: standard, will be installed as
an SPKG

palettable-3.3.0: optional, use "./configure
--enable-palettable" to install

palp-2.11: no suitable system package;
standard, will be installed as an SPKG

pandoc-none: using system package

pandoc_attributes-8bc82f6d: optional, use "./configure
--enable-pandoc_attributes" to install

pandocfilters-1.4.3: standard, will be installed as
an SPKG

pari-2.13.1: no suitable system package;
standard, will be installed as an SPKG

pari_elldata-20161017: no suitable system package;
optional, use "./configure --enable-pari_elldata" to install

pari_galdata-20080411.p0: no suitable system package;
standard, will be installed as an SPKG

pari_galpol-20180625: no suitable system package;
optional, use "./configure --enable-pari_galpol" to install

pari_nftables-20080929: no suitable system package;
optional, use "./configure --enable-pari_nftables" to install

pari_seadata-20090618: no suitable system package;
optional, use "./configure --enable-pari_seadata" to install

pari_seadata_small-20090618.p0: no suitable system package;
standard, will be installed as an SPKG

parso-0.8.2: standard, will be installed as
an SPKG

patch-2.7.5: using system package; SPKG
will not be installed

pcre-8.40.p2: using system package; SPKG
will not be installed

pdf2svg-none: no suitable system package;
optional

perl_cpan_polymake_prereq-none: no suitable system package;
optional

perl_mongodb-none: no suitable system package;
optional

perl_term_readline_gnu-1.35: no suitable system package;
optional, use "./configure --enable-perl_term_readline_gnu" to install

pexpect-4.8.0: standard, will be installed as
an SPKG

pickleshare-0.7.5: standard, will be installed as
an SPKG

pillow-8.1.2: standard, will be installed as
an SPKG

pint-0.17: optional, use "./configure
--enable-pint" to install

pip-21.2.4: standard, will be installed as
an SPKG

pkgconf-0.9.7.p2: using system package; SPKG
will not be installed

pkgconfig-1.5.5: standard, will be installed as
an SPKG

planarity-3.0.1.0: no suitable system package;
standard, will be installed as an SPKG

plantri-4.5: optional, use "./configure
--enable-plantri" to install

pluggy-1.0.0: standard, will be installed as
an SPKG

polylib-5.22.5: optional, use "./configure
--enable-polylib" to install

polymake-4.5: no suitable system package;
optional, use "./configure --enable-polymake" to install

polytopes_db-20170220.p0: standard, will be installed as
an SPKG

polytopes_db_4d-1.0: optional, use "./configure
--enable-polytopes_db_4d" to install

ppl-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

pplpy-0.8.6: standard, will be installed as
an SPKG

primecount-5.1: optional, use "./configure
--enable-primecount" to install

prometheus_client-0.11.0: standard, will be installed as
an SPKG

prompt_toolkit-3.0.20: standard, will be installed as
an SPKG

ptyprocess-0.5.1.p0: standard, will be installed as
an SPKG

py-1.10.0: standard, will be installed as
an SPKG

pybind11-2.7.1.p0: standard, will be installed as
an SPKG

pybtex-none: optional pip package; use
"./sage -i pybtex" to install

pycosat-0.6.3: optional, use "./configure
--enable-pycosat" to install

pycparser-2.20: standard, will be installed as
an SPKG

pycygwin-0.1: standard, will be installed as
an SPKG

pyflakes-none: optional pip package; use
"./sage -i pyflakes" to install

pygments-2.10.0: standard, will be installed as
an SPKG

pygraphviz-none: optional pip package; use
"./sage -i pygraphviz" to install

pynormaliz-2.14: optional, use "./configure
--enable-pynormaliz" to install

pyparsing-2.4.7: standard, will be installed as
an SPKG

pyrsistent-0.18.0: standard, will be installed as
an SPKG

pysingular-0.9.7: optional, use "./configure
--enable-pysingular" to install

pytest-none: optional pip package; use
"./sage -i pytest" to install

python3-3.9.7: no suitable system package;
standard, will be installed as an SPKG

python_igraph-0.8.3: optional, use "./configure
--enable-python_igraph" to install

pytz-2021.1: standard, will be installed as
an SPKG

pyx-none: optional pip package; use
"./sage -i pyx" to install

pyzmq-22.2.1: standard, will be installed as
an SPKG

qepcad-B.1.72: experimental, use "./configure
--enable-qepcad" to install

qhull-2020-src-8.0.2: no suitable system package;
optional, use "./configure --enable-qhull" to install

r-3.6.3: no suitable system package;
standard, will be installed as an SPKG

r_jupyter-none: optional, use "./configure
--enable-r_jupyter" to install

ratpoints-2.1.3.p5: standard, will be installed as
an SPKG

readline-8.0: no suitable system package;
standard, will be installed as an SPKG

requests-2.26.0: standard, will be installed as
an SPKG

rpy2-3.3.6: standard, will be installed as
an SPKG

rst2ipynb-0.2.3: optional, use "./configure
--enable-rst2ipynb" to install

rubiks-20070912.p21: optional, use "./configure
--enable-rubiks" to install

rw-0.9: no suitable system package;
standard, will be installed as an SPKG

saclib-2.2.7: optional, use "./configure
--enable-saclib" to install

sage_conf-9.5.beta7: standard, will be installed as
an SPKG

sage_docbuild-9.5.beta7: standard, will be installed as
an SPKG

sage_flatsurf-none: optional pip package; use
"./sage -i sage_flatsurf" to install

sage_numerical_backends_coin-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_coin" to install

sage_numerical_backends_cplex-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_cplex" to install

sage_numerical_backends_gurobi-9.3.1: optional, use "./configure
--enable-sage_numerical_backends_gurobi" to install

sage_setup-9.5.beta7: standard, will be installed as
an SPKG

sage_sws2rst-9.5.beta7: optional, use "./configure
--enable-sage_sws2rst" to install

sagelib-9.5.beta7: standard, will be installed as
an SPKG

sagemath_doc_html-none: standard, will be installed as
an SPKG

sagemath_doc_pdf-none: optional, use "./configure
--enable-sagemath_doc_pdf" to install

sagenb_export-3.3: standard, will be installed as
an SPKG

sagetex-3.5: standard, will be installed as
an SPKG

scipoptsuite-5.0.1: experimental, use "./configure
--enable-scipoptsuite" to install

scipy-1.6.3: standard, will be installed as
an SPKG

send2trash-1.8.0: standard, will be installed as
an SPKG

setuptools-58.2.0: standard, will be installed as
an SPKG

setuptools_scm-6.3.2: standard, will be installed as
an SPKG

setuptools_wheel-58.2.0: standard, will be installed as
an SPKG

simplegeneric-0.8.1.p0: standard, will be installed as
an SPKG

singular-4.2.1.p0: no suitable system package;
standard, will be installed as an SPKG

singular_jupyter-0.9.7: optional, use "./configure
--enable-singular_jupyter" to install

sip-4.18: optional, use "./configure
--enable-sip" to install

sirocco-2.1.0: optional, use "./configure
--enable-sirocco" to install

six-1.16.0: standard, will be installed as
an SPKG

slabbe-none: optional pip package; use
"./sage -i slabbe" to install

snappy-none: optional pip package; use
"./sage -i snappy" to install

snowballstemmer-2.1.0: standard, will be installed as
an SPKG

speaklater-1.3.p0: optional, use "./configure
--enable-speaklater" to install

sphinx-4.2.0: standard, will be installed as
an SPKG

sphinxcontrib_applehelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_devhelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_htmlhelp-2.0.0: standard, will be installed as
an SPKG

sphinxcontrib_jsmath-1.0.1: standard, will be installed as
an SPKG

sphinxcontrib_qthelp-1.0.3: standard, will be installed as
an SPKG

sphinxcontrib_serializinghtml-1.1.5: standard, will be installed as
an SPKG

sphinxcontrib_websupport-1.2.1: standard, will be installed as
an SPKG

sqlalchemy-none: optional pip package; use
"./sage -i sqlalchemy" to install

sqlite-3.36.0: no suitable system package;
standard, will be installed as an SPKG

suitesparse-5.10.1: no suitable system package;
standard, will be installed as an SPKG

surf-1.0.6-gcc6: experimental, use "./configure
--enable-surf" to install

surface_dynamics-none: optional pip package; use
"./sage -i surface_dynamics" to install

symengine-0.8.1: optional, use "./configure
--enable-symengine" to install

symengine_py-0.8.1.p0: optional, use "./configure
--enable-symengine_py" to install

symmetrica-3.0.1: no suitable system package;
standard, will be installed as an SPKG

sympow-2.023.6: no suitable system package;
standard, will be installed as an SPKG

sympy-1.8: standard, will be installed as
an SPKG

tachyon-0.98.9.p7: no suitable system package;
standard, will be installed as an SPKG

tdlib-0.3.1.p0: optional, use "./configure
--enable-tdlib" to install

terminado-0.11.1: standard, will be installed as
an SPKG

testpath-0.5.0: standard, will be installed as
an SPKG

texlive-none: optional, use "./configure
--enable-texlive" to install

texttable-1.6.3: optional, use "./configure
--enable-texttable" to install

thebe-9624e0a0.p0: standard, will be installed as
an SPKG

threejs-r122.p0: standard, will be installed as
an SPKG

tides-2.0.p0: optional, use "./configure
--enable-tides" to install

toml-0.10.2: not required on your platform;
SPKG will not be installed

tomli-1.2.1: standard, will be installed as
an SPKG

topcom-0.17.7: optional, use "./configure
--enable-topcom" to install

tornado-6.1: standard, will be installed as
an SPKG

tox-3.24.3: using system package; SPKG
will not be installed

traitlets-5.1.1: standard, will be installed as
an SPKG

typing_extensions-3.10.0.0: standard, will be installed as
an SPKG

tzlocal-2.1: standard, will be installed as
an SPKG

urllib3-1.26.6: standard, will be installed as
an SPKG

valgrind-3.14.0: experimental, use "./configure
--enable-valgrind" to install

vcversioner-2.16.0.0.p0: standard, will be installed as
an SPKG

virtualenv-20.7.2: not required on your platform;
SPKG will not be installed

wcwidth-0.2.5: standard, will be installed as
an SPKG

webencodings-0.5.1: standard, will be installed as
an SPKG

wheel-0.37.0: standard, will be installed as
an SPKG

widgetsnbextension-3.5.1.p0: standard, will be installed as
an SPKG

xz-5.2.5: using system package; SPKG
will not be installed

zeromq-4.2.5: no suitable system package;
standard, will be installed as an SPKG

zipp-3.5.0: standard, will be installed as
an SPKG

zlib-1.2.11.p0: using system package; SPKG
will not be installed

zn_poly-0.9.2: no suitable system package;
standard, will be installed as an SPKG

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating build/make/Makefile-auto

config.status: creating build/make/Makefile

config.status: creating src/bin/sage-env-config

config.status: creating src/bin/sage-src-env-config

config.status: creating build/bin/sage-build-env-config

config.status: creating pkgs/sage-conf/sage_conf.py

config.status: creating pkgs/sage-conf/setup.cfg

config.status: executing depfiles commands

config.status: executing mkdirs commands

config.status: creating directory /Applications/sage-9.5.beta7/logs/pkgs

config.status: creating directory /Applications/sage-9.5.beta7

config.status: creating directory /Applications/sage-9.5.beta7/bin

config.status: creating directory /Applications/sage-9.5.beta7/etc

config.status: creating directory /Applications/sage-9.5.beta7/include

config.status: creating directory /Applications/sage-9.5.beta7/lib

config.status: creating directory /Applications/sage-9.5.beta7/lib/pkgconfig

config.status: creating directory /Applications/sage-9.5.beta7/share

config.status: creating directory
/Applications/sage-9.5.beta7/var/lib/sage/installed

config.status: creating symbolic link lib64 -> lib

config.status: executing links commands

config.status: creating convenience symlink prefix ->
/Applications/sage-9.5.beta7

config.status: creating convenience symlink venv ->
/Applications/sage-9.5.beta7

configure:


notice: the following SPKGs did not find equivalent system packages:


arb boost_cropped brial cddlib cliquer ecl eclib ecm fflas_ffpack
flint flintqs fplll gengetopt gf2x gfan giac givaro glpk gmp gsl iml lcalc
libbraiding libhomfly liblzma lrcalc m4ri m4rie mpc mpfi mpfr ntl openblas
openssl palp pari pari_galdata pari_seadata_small planarity ppl python3 r
readline rw singular sqlite suitesparse symmetrica sympow tachyon zeromq
zn_poly 4ti2 _recommended cbc coxeter3 gp2c igraph isl libnauty
libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata
pdf2svg perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu
polymake qhull



checking for the package system in use... homebrew

configure:


hint: installing the following system packages, if not

already present, is recommended and may avoid having to

build them (though some may have to be built anyway):


$ brew install arb boost ecl flint fplll glpk gmp gsl xz libmpc mpfi
mpfr ntl openblas openssl pari pari-elldata pari-galdata pari-galpol
pari-seadata ppl python3 r readline singular sqlite suite-sparse zeromq



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: installing the following system packages, if not

already present, may provide additional optional features:


$ brew install ffmpeg imagemagick texinfo cbc igraph isl nauty
pdf2svg apaffenholz/polymake/polymake qhull



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: After installation, re-run configure using:


$ ./config.status --recheck && ./config.status

./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... config/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking whether make supports the include directive... yes (GNU style)

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking dependency style of gcc... none

checking build system type... arm-apple-darwin20.6.0

checking host system type... arm-apple-darwin20.6.0

checking for ld used by gcc...
/Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is
GNU ld... no

checking for shared library run path origin... done

checking for root user... no

checking for a sed that does not truncate output... /usr/bin/sed

checking for ar... yes

checking for m4... yes

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking pkg-config is at least version 0.29... yes

checking for ranlib... yes

checking for strip... yes

checking for GNU or BSD tar... /usr/bin/tar

checking for GNU make... /usr/bin/make

checking for Python...
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

checking for latex... yes

checking for perl... /usr/bin/perl

checking for Perl version 5.8.0 or later... yes

checking whether a conda environment is active... no

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking dependency style of gcc... (cached) none

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking for gfortran... gfortran

checking whether we are using the GNU Fortran compiler... yes

checking whether gfortran accepts -g... yes

checking for gcc... gcc

checking whether we are using the GNU Objective C compiler... yes

checking whether gcc accepts -g... yes

checking dependency style of gcc... none

checking for g++... g++

checking whether we are using the GNU Objective C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking how to run the C++ preprocessor... g++ -E

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking complex.h usability... yes

checking complex.h presence... yes

checking for complex.h... yes

checking for sqrt in -lm... yes

You are using OS X Lion (or later).

You are strongly advised to install Apple's latest Xcode

unless you already have it. You can install this using

the App Store. Also, make sure you install Xcode's

Command Line Tools -- see Sage's README.txt.

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gcc...

checking for C compiler vendor... clang

checking whether g++ supports C++11 features with -std=gnu++11... yes

checking if gcc accepts -dumpversion option... yes

checking gcc version... 13.0.0

checking if g++ accepts -dumpversion option... yes

checking g++ version... 13.0.0

checking whether C++ compiler accepts "-march=native"... no

checking for OpenMP flag of C compiler... unknown

checking for OpenMP flag of C++ compiler... unknown

configure: will use system package and not install SPKG gcc

checking for the location of crti.o...

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gmp...

checking gmp.h usability... no

checking gmp.h presence... no

checking for gmp.h... no

checking gmpxx.h usability... no

checking gmpxx.h presence... no

checking for gmpxx.h... no

checking for library containing __gmpq_cmp_z... no

configure: no suitable system package found for SPKG gmp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zlib...

checking for inflateEnd in -lz... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for LIBPNG... yes

configure: will use system package and not install SPKG zlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG glpk...

checking whether any of gmp zlib is installed as or will be installed as
SPKG... yes; install glpk as well

configure: no suitable system package found for SPKG glpk

using Sage's glpk SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG 4ti2...

checking whether any of gmp glpk zlib is installed as or will be installed
as SPKG... yes; install 4ti2 as well

configure: no suitable system package found for SPKG 4ti2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tox...

checking for tox >= 2.5.0... /opt/homebrew/bin/tox

configure: will use system package and not install SPKG tox

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG virtualenv...

configure: SPKG virtualenv is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG appdirs...

configure: SPKG appdirs is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfr...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install mpfr as well

configure: no suitable system package found for SPKG mpfr

using Sage's mpfr SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ntl...

checking whether any of gmp gcc is installed as or will be installed as
SPKG... yes; install ntl as well

configure: no suitable system package found for SPKG ntl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flint...

checking whether any of mpfr ntl is installed as or will be installed as
SPKG... yes; install flint as well

configure: no suitable system package found for SPKG flint

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG arb...

checking installing flint? ... yes; install arb as well

configure: no suitable system package found for SPKG arb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG boost_cropped...

checking for boostlib >= 1.66.0 (106600)... configure: We could not detect
the boost libraries (version 1.66.0 or higher). If you have a staged boost
library (still not installed) please specify $BOOST_ROOT in your
environment and do not give a PATH to --with-boost option. If you are sure
you have boost installed, then check your version number looking in
<boost/version.hpp>. See http://randspringer.de/boost for more
documentation.

configure: no suitable system package found for SPKG boost_cropped

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libpng...

checking installing zlib? ... no

checking for LIBPNG... yes

configure: will use system package and not install SPKG libpng

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4ri...

checking whether any of libpng is installed as or will be installed as
SPKG... no

checking for M4RI... no

configure: no suitable system package found for SPKG m4ri

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG brial...

checking whether any of gcc boost_cropped m4ri is installed as or will be
installed as SPKG... yes; install brial as well

configure: no suitable system package found for SPKG brial

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG bzip2...

checking bzlib.h usability... yes

checking bzlib.h presence... yes

checking for bzlib.h... yes

checking for library containing BZ2_bzCompress... -lbz2

checking for bzip2... /usr/bin/bzip2

configure: will use system package and not install SPKG bzip2

checking for Fortran flag needed to accept free-form source... -ffree-form

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfortran...

checking the version of gfortran... 11

configure: will use system package and not install SPKG gfortran

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openblas...

checking whether any of gfortran is installed as or will be installed as
SPKG... no

checking for OPENBLAS... no

checking for library containing openblas_get_config... no

checking for library containing cblas_dgemm... no

checking for library containing dgeqrf... no

checking for library containing dgeqrf_... no

checking for library containing DGEQRF... no

checking for library containing DGEQRF_... no

configure: no suitable system package found for SPKG openblas

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cbc...

checking whether any of openblas zlib bzip2 is installed as or will be
installed as SPKG... yes; install cbc as well

configure: no suitable system package found for SPKG cbc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cddlib...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install cddlib as well

configure: no suitable system package found for SPKG cddlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cliquer...

checking for library containing clique_unweighted_max_weight... no

configure: no suitable system package found for SPKG cliquer

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cmake...

checking for cmake >= 3.4... /opt/homebrew/bin/cmake

configure: will use system package and not install SPKG cmake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG coxeter3...

checking for library coxeter3... no

configure: no suitable system package found for SPKG coxeter3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG curl...

checking for curl 7.22... /usr/bin/curl

checking for gawk... (cached) awk

checking for curl-config... /usr/bin/curl-config

checking for the version of libcurl... 7.64.1

checking for libcurl >= version 7.22... yes

checking whether libcurl is usable... yes

checking for curl_free... yes

checking whether programs linking to libcurl can be executed... yes

configure: will use system package and not install SPKG curl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG distlib...

configure: SPKG distlib is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libatomic_ops...

checking for LIBATOMIC_OPS... yes

configure: will use system package and not install SPKG libatomic_ops

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gc...

checking whether any of libatomic_ops is installed as or will be installed
as SPKG... no

checking whether we run on WSL... no

checking for GC... no

checking for GC... yes

configure: will use system package and not install SPKG gc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecl...

checking whether any of gcc gc gmp is installed as or will be installed as
SPKG... yes; install ecl as well

configure: no suitable system package found for SPKG ecl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ncurses...

checking for NCURSES... no

checking ncurses.h usability... yes

checking ncurses.h presence... yes

checking for ncurses.h... yes

checking for library containing wresize... -lncurses

configure: will use system package and not install SPKG ncurses

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG readline...

checking Installing ncurses? ... No.

checking for READLINE... no

checking readline/readline.h usability... yes

checking readline/readline.h presence... yes

checking for readline/readline.h... yes

checking for library containing rl_bind_keyseq... no

configure: no suitable system package found for SPKG readline

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari...

checking whether any of gmp readline is installed as or will be installed
as SPKG... yes; install pari as well

configure: no suitable system package found for SPKG pari

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG eclib...

checking whether any of ntl pari flint is installed as or will be installed
as SPKG... yes; install eclib as well

configure: no suitable system package found for SPKG eclib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecm...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install ecm as well

configure: no suitable system package found for SPKG ecm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG givaro...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install givaro as well

configure: no suitable system package found for SPKG givaro

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fflas_ffpack...

checking whether any of givaro gmp openblas is installed as or will be
installed as SPKG... yes; install fflas_ffpack as well

configure: no suitable system package found for SPKG fflas_ffpack

checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq... yes

checking whether C++ compiler accepts -mfma... yes

checking whether C++ compiler accepts -mfma4... yes

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG filelock...

configure: SPKG filelock is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flintqs...

checking for QuadraticSieve... no

configure: no suitable system package found for SPKG flintqs

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fplll...

checking whether any of gcc mpfr is installed as or will be installed as
SPKG... yes; install fplll as well

configure: no suitable system package found for SPKG fplll

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG freetype...

checking whether any of gcc libpng is installed as or will be installed as
SPKG... no

checking for FREETYPE... yes

configure: will use system package and not install SPKG freetype

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gengetopt...

checking for gengetopt... no

configure: no suitable system package found for SPKG gengetopt

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gf2x...

checking for GF2X... no

checking gf2x.h usability... no

checking gf2x.h presence... no

checking for gf2x.h... no

checking for library containing gf2x_mul_r... no

configure: no suitable system package found for SPKG gf2x

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfan...

checking for gfan >= 0.6.2...

configure: no suitable system package found for SPKG gfan

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG giac...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install giac as well

configure: no suitable system package found for SPKG giac

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG git...

checking for git... /opt/homebrew/bin/git

configure: will use system package and not install SPKG git

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gp2c...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install gp2c as well

configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG graphviz...

checking for dot... dot

checking for neato... neato

checking for twopi... twopi

configure: will use system package and not install SPKG graphviz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gsl...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install gsl as well

configure: no suitable system package found for SPKG gsl

checking 32-bit host C ABI... no

checking for ELF binary format... no

checking for the common suffixes of directories in the library search
path... lib,lib,lib

checking for iconv... yes

checking for working iconv... yes

checking how to link with libiconv... -liconv

checking for iconv declaration...

extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iconv...

configure: will use system package and not install SPKG iconv

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG igraph...

checking whether any of glpk openblas gmp is installed as or will be
installed as SPKG... yes; install igraph as well

configure: no suitable system package found for SPKG igraph

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iml...

checking whether any of gmp openblas is installed as or will be installed
as SPKG... yes; install iml as well

configure: no suitable system package found for SPKG iml

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG info...

checking for info... /usr/bin/info

configure: will use system package and not install SPKG info

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG isl...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install isl as well

configure: no suitable system package found for SPKG isl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lcalc...

checking whether any of pari mpfr is installed as or will be installed as
SPKG... yes; install lcalc as well

configure: no suitable system package found for SPKG lcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libbraiding...

checking if we can link against libbraiding... no

configure: no suitable system package found for SPKG libbraiding

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libffi...

checking for LIBFFI... yes

configure: will use system package and not install SPKG libffi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libgd...

checking whether any of gcc libpng freetype is installed as or will be
installed as SPKG... no

checking for LIBGD... yes

configure: will use system package and not install SPKG libgd

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libhomfly...

checking whether any of gc is installed as or will be installed as SPKG...
no

checking homfly.h usability... no

checking homfly.h presence... no

checking for homfly.h... no

configure: no suitable system package found for SPKG libhomfly

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG xz...

Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: No module named lzma

checking for xz >= 4.999.0... /opt/homebrew/bin/xz

configure: will use system package and not install SPKG xz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG liblzma...

checking whether any of xz is installed as or will be installed as SPKG...
no

checking for lzma_raw_decoder in -llzma... yes

checking lzma.h usability... no

checking lzma.h presence... no

checking for lzma.h... no

configure: no suitable system package found for SPKG liblzma

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG nauty...

checking for geng... /opt/homebrew/bin/geng

checking for directg... /opt/homebrew/bin/directg

checking for gentourng... /opt/homebrew/bin/gentourng

checking for geng... /opt/homebrew/bin/geng

checking for genbg... /opt/homebrew/bin/genbg

checking for converseg... /opt/homebrew/bin/converseg

configure: will use system package and not install SPKG nauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libnauty...

checking whether any of nauty is installed as or will be installed as
SPKG... no

checking nauty/nauty.h usability... no

checking nauty/nauty.h presence... no

checking for nauty/nauty.h... no

checking for library containing densenauty... no

configure: no suitable system package found for SPKG libnauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libsemigroups...

checking for LIBSEMIGROUPS... no

configure: no suitable system package found for SPKG libsemigroups

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libxml2...

checking for xml2-config... /usr/bin/xml2-config

configure: will use system package and not install SPKG libxml2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG llvm...

configure: will use system package and not install SPKG llvm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrcalc...

checking for lrcalc/schublib.h... no

configure: no suitable system package found for SPKG lrcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrslib...

checking whether any of gmp flint is installed as or will be installed as
SPKG... yes; install lrslib as well

configure: no suitable system package found for SPKG lrslib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4rie...

checking whether any of m4ri is installed as or will be installed as
SPKG... yes; install m4rie as well

configure: no suitable system package found for SPKG m4rie

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpc...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpc as well

configure: no suitable system package found for SPKG mpc

using Sage's mpc SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfi...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpfi as well

configure: no suitable system package found for SPKG mpfi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ninja_build...

checking for ninja >= 1.7.2... /opt/homebrew/bin/ninja

configure: will use system package and not install SPKG ninja_build

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG python3...

checking whether any of bzip2 liblzma libffi is installed as or will be
installed as SPKG... yes; install python3 as well

configure: no suitable system package found for SPKG python3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openssl...

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking for openssl/ssl.h in /usr/local/ssl... no

checking for openssl/ssl.h in /usr/lib/ssl... no

checking for openssl/ssl.h in /usr/ssl... no

checking for openssl/ssl.h in /usr/pkg... no

checking for openssl/ssl.h in /usr/local... no

checking for openssl/ssl.h in /usr... no

checking whether compiling and linking against OpenSSL works... no

configure: no suitable system package found for SPKG openssl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG palp...

checking for poly.x... no

checking for poly-4d.x... no

checking for poly-5d.x... no

checking for poly-6d.x... no

checking for poly-11d.x... no

checking for class.x... no

checking for class-4d.x... no

checking for class-5d.x... no

checking for class-6d.x... no

checking for class-11d.x... no

checking for nef.x... no

checking for nef-4d.x... no

checking for nef-5d.x... no

checking for nef-6d.x... no

checking for nef-11d.x... no

checking for cws.x... no

checking for cws-4d.x... no

checking for cws-5d.x... no

checking for cws-6d.x... no

checking for cws-11d.x... no

configure: no suitable system package found for SPKG palp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pandoc...

checking for pandoc... /opt/homebrew/bin/pandoc

configure: will use system package and not install SPKG pandoc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_elldata...

checking installing pari? ... yes; install pari_elldata as well

configure: no suitable system package found for SPKG pari_elldata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galdata...

checking installing pari? ... yes; install pari_galdata as well

configure: no suitable system package found for SPKG pari_galdata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galpol...

checking installing pari? ... yes; install pari_galpol as well

configure: no suitable system package found for SPKG pari_galpol

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_nftables...

checking installing pari? ... yes; install pari_nftables as well

configure: no suitable system package found for SPKG pari_nftables

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata...

checking installing pari? ... yes; install pari_seadata as well

configure: no suitable system package found for SPKG pari_seadata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata_small...

checking installing pari? ... yes; install pari_seadata_small as well

configure: no suitable system package found for SPKG pari_seadata_small

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG patch...

checking for GNU patch >= 2.7.0... /opt/homebrew/bin/patch

configure: will use system package and not install SPKG patch

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pcre...

checking installing bzip2? ... no

checking for PCRE... yes

configure: will use system package and not install SPKG pcre

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pdf2svg...

checking for pdf2svg... no

configure: no suitable system package found for SPKG pdf2svg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...

checking for perl module XML::Writer... ok

checking for perl module XML::LibXML... ok

checking for perl module XML::LibXSLT... no

checking for perl module File::Slurp... ok

checking for perl module JSON... ok

checking for perl module SVG... no

checking for perl module Term::ReadKey... ok

configure: no suitable system package found for SPKG
perl_cpan_polymake_prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_mongodb...

checking for perl module MongoDB... no

configure: no suitable system package found for SPKG perl_mongodb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_term_readline_gnu...

checking for perl module Term::ReadLine... ok

checking Term::ReadLine module...... non-GNU

configure: no suitable system package found for SPKG perl_term_readline_gnu

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pkgconf...

using pkg-config from the system

configure: will use system package and not install SPKG pkgconf

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG planarity...

checking planarity/planarity.h usability... no

checking planarity/planarity.h presence... no

checking for planarity/planarity.h... no

configure: no suitable system package found for SPKG planarity

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG polymake...

checking for polymake-config >= 3.5...

configure: no suitable system package found for SPKG polymake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ppl...

checking whether any of gcc glpk gmp is installed as or will be installed
as SPKG... yes; install ppl as well

configure: no suitable system package found for SPKG ppl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _prereq...

configure: will use system package and not install SPKG _prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG qhull...

checking for qhull... no

configure: qhull not found. Installing qhull

configure: no suitable system package found for SPKG qhull

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG r...

checking whether any of openblas iconv readline bzip2 liblzma pcre curl is
installed as or will be installed as SPKG... yes; install r as well

configure: no suitable system package found for SPKG r

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _recommended...

configure: no suitable system package found for SPKG _recommended

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG rw...

checking rw.h usability... no

checking rw.h presence... no

checking for rw.h... no

checking for library containing calculate_level... no

configure: no suitable system package found for SPKG rw

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG singular...

checking whether any of gmp ntl flint readline mpfr cddlib is installed as
or will be installed as SPKG... yes; install singular as well

configure: no suitable system package found for SPKG singular

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sqlite...

checking libsqlite3 >= sqlite3_min_version... no

configure: no suitable system package found for SPKG sqlite

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG suitesparse...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install suitesparse as well

configure: no suitable system package found for SPKG suitesparse

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG symmetrica...

checking symmetrica/def.h usability... no

checking symmetrica/def.h presence... no

checking for symmetrica/def.h... no

configure: no suitable system package found for SPKG symmetrica

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sympow...

checking for sympow... no

configure: no suitable system package found for SPKG sympow

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tachyon...

checking for tachyon... no

configure: tachyon not found. Installing tachyon

configure: no suitable system package found for SPKG tachyon

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG toml...

configure: SPKG toml is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zeromq...

checking whether any of gcc is installed as or will be installed as SPKG...
no

checking zmq.h usability... no

checking zmq.h presence... no

checking for zmq.h... no

configure: WARNING: no valid ZMQ installation was found

configure: no suitable system package found for SPKG zeromq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zn_poly...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install zn_poly as well

configure: no suitable system package found for SPKG zn_poly

## -----------------------------------------------------------------------
##

## Build status for each package:
##

## -----------------------------------------------------------------------
##

4ti2-1.6.7.p0: no suitable system package;
optional, use "./configure --enable-4ti2" to install

admcycles-none: optional pip package; use
"./sage -i admcycles" to install

alabaster-0.7.12: standard, will be installed as
an SPKG

appdirs-1.4.4: not required on your platform;
SPKG will not be installed

appnope-0.1.2: standard, will be installed as
an SPKG

arb-2.19.0.p0: no suitable system package;
standard, will be installed as an SPKG

argcomplete-1.12.3: standard, will be installed as
an SPKG

argon2_cffi-20.1.0: standard, will be installed as
an SPKG

attrs-21.2.0: standard, will be installed as
an SPKG

awali-1.0.2-190218: experimental, use "./configure
--enable-awali" to install

babel-2.9.1: standard, will be installed as
an SPKG

backcall-0.2.0: standard, will be installed as
an SPKG

barvinok-0.41.1: optional, use "./configure
--enable-barvinok" to install

beautifulsoup4-none: optional pip package; use
"./sage -i beautifulsoup4" to install

benzene-20130630: optional, use "./configure
--enable-benzene" to install

biopython-none: optional pip package; use
"./sage -i biopython" to install

bleach-4.1.0: standard, will be installed as
an SPKG

bliss-0.73+debian-1+sage-2016-08-02.p0: optional, use "./configure
--enable-bliss" to install

boost_cropped-1.66.0.p0: no suitable system package;
standard, will be installed as an SPKG

brial-1.2.8: no suitable system package;
standard, will be installed as an SPKG

buckygen-1.1: optional, use "./configure
--enable-buckygen" to install

bzip2-1.0.6-20150304.p0: using system package; SPKG
will not be installed

cbc-2.9.4.p0: no suitable system package;
optional, use "./configure --enable-cbc" to install

ccache-3.3.4: optional, use "./configure
--enable-ccache" to install

cddlib-0.94m: no suitable system package;
standard, will be installed as an SPKG

certifi-2021.5.30: standard, will be installed as
an SPKG

cffi-1.14.6: standard, will be installed as
an SPKG

charset_normalizer-2.0.4: standard, will be installed as
an SPKG

cliquer-1.22: no suitable system package;
standard, will be installed as an SPKG

cmake-3.21.0: using system package; SPKG
will not be installed

cocoalib-0.99564: experimental, use "./configure
--enable-cocoalib" to install

combinatorial_designs-20140630.p0: standard, will be installed as
an SPKG

configure-cdb3614b34926cee3c4cc918313678d3deea4e8d:came preinstalled with
the SageMath tarball

conway_polynomials-0.5: standard, will be installed as
an SPKG

coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system
package; optional, use "./configure --enable-coxeter3" to install

cryptominisat-5.6.8: optional, use "./configure
--enable-cryptominisat" to install

csdp-6.2.p1: optional, use "./configure
--enable-csdp" to install

cunningham_tables-1.0: optional, use "./configure
--enable-cunningham_tables" to install

curl-7.62.0.p0: using system package; SPKG
will not be installed

cvxopt-1.2.7: standard, will be installed as
an SPKG

cycler-0.10.0.p0: standard, will be installed as
an SPKG

cypari-2.1.2: standard, will be installed as
an SPKG

cysignals-1.10.3: standard, will be installed as
an SPKG

cython-0.29.24: standard, will be installed as
an SPKG

d3js-3.4.8: optional, use "./configure
--enable-d3js" to install

database_cremona_ellcurve-20190911: optional, use "./configure
--enable-database_cremona_ellcurve" to install

database_jones_numfield-4: optional, use "./configure
--enable-database_jones_numfield" to install

database_knotinfo-2021.10.1: optional, use "./configure
--enable-database_knotinfo" to install

database_kohel-20160724: optional, use "./configure
--enable-database_kohel" to install

database_mutation_class-1.0: optional, use "./configure
--enable-database_mutation_class" to install

database_odlyzko_zeta-20061209: optional, use "./configure
--enable-database_odlyzko_zeta" to install

database_stein_watkins-20110713: optional, use "./configure
--enable-database_stein_watkins" to install

database_stein_watkins_mini-20070827: optional, use "./configure
--enable-database_stein_watkins_mini" to install

database_symbolic_data-20070206: optional, use "./configure
--enable-database_symbolic_data" to install

dateutil-2.8.1: standard, will be installed as
an SPKG

debugpy-1.4.1: standard, will be installed as
an SPKG

decorator-4.4.2: standard, will be installed as
an SPKG

deformation-20210503: experimental, use "./configure
--enable-deformation" to install

defusedxml-0.6.0: standard, will be installed as
an SPKG

distlib-0.3.2: not required on your platform;
SPKG will not be installed

docutils-0.17.1: standard, will be installed as
an SPKG

dot2tex-2.11.3.p0: optional, use "./configure
--enable-dot2tex" to install

e_antic-0.1.9: optional, use "./configure
--enable-e_antic" to install

ecl-21.2.1: no suitable system package;
standard, will be installed as an SPKG

eclib-20210625: no suitable system package;
standard, will be installed as an SPKG

ecm-7.0.4.p2: no suitable system package;
standard, will be installed as an SPKG

elliptic_curves-0.8.1: standard, will be installed as
an SPKG

entrypoints-0.3: standard, will be installed as
an SPKG

fflas_ffpack-2.4.3.p0: no suitable system package;
standard, will be installed as an SPKG

filelock-3.0.12: not required on your platform;
SPKG will not be installed

flint-2.7.1: no suitable system package;
standard, will be installed as an SPKG

flintqs-1.0.p0: no suitable system package;
standard, will be installed as an SPKG

flit_core-3.4.0: standard, will be installed as
an SPKG

fplll-5.4.1: no suitable system package;
standard, will be installed as an SPKG

fpylll-0.5.6: standard, will be installed as
an SPKG

freetype-2.10.4: using system package; SPKG
will not be installed

fricas-1.3.7.p1: optional, use "./configure
--enable-fricas" to install

frobby-0.9.0.p2: optional, use "./configure
--enable-frobby" to install

gambit-15.1.1.p0: experimental, use "./configure
--enable-gambit" to install

gap-4.11.1: standard, will be installed as
an SPKG

gap3-04jul17: experimental, use "./configure
--enable-gap3" to install

gap_jupyter-0.9: optional, use "./configure
--enable-gap_jupyter" to install

gap_packages-4.11.1: optional, use "./configure
--enable-gap_packages" to install

gc-8.0.4: using system package; SPKG
will not be installed

gcc-10.3.0: using system package; SPKG
will not be installed

gdb-8.2: experimental, use "./configure
--enable-gdb" to install

gengetopt-2.23: no suitable system package;
standard, will be installed as an SPKG

gf2x-1.3.0: no suitable system package;
standard, will be installed as an SPKG

gfan-0.6.2.p1: no suitable system package;
standard, will be installed as an SPKG

gfortran-10.3.0: using system package; SPKG
will not be installed

giac-1.6.0.47p3: no suitable system package;
standard, will be installed as an SPKG

git-none: using system package

givaro-4.1.1: no suitable system package;
standard, will be installed as an SPKG

glpk-5.0.p0: no suitable system package;
standard, will be installed as an SPKG

glucose-4.1: optional, use "./configure
--enable-glucose" to install

gmp-6.2.1: no suitable system package;
standard, will be installed as an SPKG

gmpy2-2.1.0b5: standard, will be installed as
an SPKG

gp2c-0.0.10.p0: no suitable system package;
optional, use "./configure --enable-gp2c" to install

graphs-20210214.p0: standard, will be installed as
an SPKG

graphviz-none: using system package

gsl-2.7: no suitable system package;
standard, will be installed as an SPKG

html5lib-1.1: standard, will be installed as
an SPKG

iconv-1.15: using system package; SPKG
will not be installed

idna-3.2: standard, will be installed as
an SPKG

igraph-0.8.3: no suitable system package;
optional, use "./configure --enable-igraph" to install

imagesize-1.2.0: standard, will be installed as
an SPKG

iml-1.0.4p1.p2: no suitable system package;
standard, will be installed as an SPKG

importlib_metadata-4.8.1: standard, will be installed as
an SPKG

importlib_resources-5.2.2: standard, will be installed as
an SPKG

info-6.8: using system package; SPKG
will not be installed

ipykernel-6.3.1: standard, will be installed as
an SPKG

ipympl-0.7.0: optional, use "./configure
--enable-ipympl" to install

ipython-7.27.0: standard, will be installed as
an SPKG

ipython_genutils-0.2.0: standard, will be installed as
an SPKG

ipywidgets-7.6.4.p0: standard, will be installed as
an SPKG

isl-0.20: no suitable system package;
optional, use "./configure --enable-isl" to install

jedi-0.18.0: standard, will be installed as
an SPKG

jinja2-2.11.2: standard, will be installed as
an SPKG

jmol-14.29.52: standard, will be installed as
an SPKG

jsonschema-3.2.0: standard, will be installed as
an SPKG

jupymake-0.9: optional, use "./configure
--enable-jupymake" to install

jupyter_client-7.0.2: standard, will be installed as
an SPKG

jupyter_core-4.7.1: standard, will be installed as
an SPKG

jupyter_jsmol-0.2.4: standard, will be installed as
an SPKG

jupyter_packaging-0.7.12: optional, use "./configure
--enable-jupyter_packaging" to install

jupyterlab-none: optional pip package; use
"./sage -i jupyterlab" to install

jupyterlab_pygments-0.1.2: standard, will be installed as
an SPKG

jupyterlab_widgets-2.0: optional, use "./configure
--enable-jupyterlab_widgets" to install

kenzo-1.1.10: optional, use "./configure
--enable-kenzo" to install

kiwisolver-1.0.1: standard, will be installed as
an SPKG

latte_int-1.7.6: optional, use "./configure
--enable-latte_int" to install

lcalc-1.23.p20: no suitable system package;
standard, will be installed as an SPKG

libatomic_ops-7.6.10: using system package; SPKG
will not be installed

libbraiding-1.1: no suitable system package;
standard, will be installed as an SPKG

libffi-3.2.1: using system package; SPKG
will not be installed

libgd-2.3.2: using system package; SPKG
will not be installed

libhomfly-1.02r6: no suitable system package;
standard, will be installed as an SPKG

liblzma-5.2.5: no suitable system package;
standard, will be installed as an SPKG

libnauty-none: no suitable system package;
optional, use "./configure --enable-libnauty" to install

libogg-1.3.1.p0: optional, use "./configure
--enable-libogg" to install

libpng-1.6.29.p1: using system package; SPKG
will not be installed

libsemigroups-1.1.0: no suitable system package;
optional, use "./configure --enable-libsemigroups" to install

libtheora-1.1.1: experimental, use "./configure
--enable-libtheora" to install

libxml2-none: using system package

lidia-2.3.0+latte-patches-2019-05-02: optional, use "./configure
--enable-lidia" to install

lie-2.2.2: experimental, use "./configure
--enable-lie" to install

linbox-1.6.3.p1: standard, will be installed as
an SPKG

llvm-none: not required on your platform

lrcalc-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

lrslib-071b+autotools-2021-07-13: no suitable system package;
optional, use "./configure --enable-lrslib" to install

m4ri-20200115: no suitable system package;
standard, will be installed as an SPKG

m4rie-20200115: no suitable system package;
standard, will be installed as an SPKG

markupsafe-1.1.1: standard, will be installed as
an SPKG

mathics-4.0.0: optional, use "./configure
--enable-mathics" to install

mathics_scanner-1.2.4: optional, use "./configure
--enable-mathics_scanner" to install

mathjax-2.7.4.p0: standard, will be installed as
an SPKG

matplotlib-3.3.4: standard, will be installed as
an SPKG

matplotlib_inline-0.1.2: standard, will be installed as
an SPKG

maxima-5.45.0.p0: standard, will be installed as
an SPKG

mcqd-1.0.p0: optional, use "./configure
--enable-mcqd" to install

meataxe-1.0.1: optional, use "./configure
--enable-meataxe" to install

memory_allocator-0.1.1: standard, will be installed as
an SPKG

mistune-0.8.4: standard, will be installed as
an SPKG

modular_decomposition-20100607: experimental, use "./configure
--enable-modular_decomposition" to install

mpc-1.1.0: no suitable system package;
standard, will be installed as an SPKG

mpfi-1.5.2: no suitable system package;
standard, will be installed as an SPKG

mpfr-4.0.1.p0: no suitable system package;
standard, will be installed as an SPKG

mpfrcx-0.5: optional, use "./configure
--enable-mpfrcx" to install

mpmath-1.2.1: standard, will be installed as
an SPKG

nauty-27r1.p1: using system package; SPKG
will not be installed

nbclient-0.5.4: standard, will be installed as
an SPKG

nbconvert-6.1.0: standard, will be installed as
an SPKG

nbformat-5.1.3: standard, will be installed as
an SPKG

ncurses-6.0.p0: using system package; SPKG
will not be installed

nest_asyncio-1.5.1: standard, will be installed as
an SPKG

networkx-2.6.3: standard, will be installed as
an SPKG

nibabel-none: optional pip package; use
"./sage -i nibabel" to install

ninja_build-1.8.2: using system package; SPKG
will not be installed

nodeenv-none: optional pip package; use
"./sage -i nodeenv" to install

nodejs-12.18.3: optional, use "./configure
--enable-nodejs" to install

normaliz-3.8.10: optional, use "./configure
--enable-normaliz" to install

notebook-6.4.3: standard, will be installed as
an SPKG

notedown-1.5.1: optional, use "./configure
--enable-notedown" to install

ntl-11.4.3: no suitable system package;
standard, will be installed as an SPKG

numpy-1.21.4: standard, will be installed as
an SPKG

openblas-0.3.18: no suitable system package;
standard, will be installed as an SPKG

openssl-3.0.0: no suitable system package;
standard, will be installed as an SPKG

ore_algebra-none: optional pip package; use
"./sage -i ore_algebra" to install

p_group_cohomology-3.3.2: optional, use "./configure
--enable-p_group_cohomology" to install

packaging-21.0: standard, will be installed as
an SPKG

palettable-3.3.0: optional, use "./configure
--enable-palettable" to install

palp-2.11: no suitable system package;
standard, will be installed as an SPKG

pandoc-none: using system package

pandoc_attributes-8bc82f6d: optional, use "./configure
--enable-pandoc_attributes" to install

pandocfilters-1.4.3: standard, will be installed as
an SPKG

pari-2.13.1: no suitable system package;
standard, will be installed as an SPKG

pari_elldata-20161017: no suitable system package;
optional, use "./configure --enable-pari_elldata" to install

pari_galdata-20080411.p0: no suitable system package;
standard, will be installed as an SPKG

pari_galpol-20180625: no suitable system package;
optional, use "./configure --enable-pari_galpol" to install

pari_nftables-20080929: no suitable system package;
optional, use "./configure --enable-pari_nftables" to install

pari_seadata-20090618: no suitable system package;
optional, use "./configure --enable-pari_seadata" to install

pari_seadata_small-20090618.p0: no suitable system package;
standard, will be installed as an SPKG

parso-0.8.2: standard, will be installed as
an SPKG

patch-2.7.5: using system package; SPKG
will not be installed

pcre-8.40.p2: using system package; SPKG
will not be installed

pdf2svg-none: no suitable system package;
optional

perl_cpan_polymake_prereq-none: no suitable system package;
optional

perl_mongodb-none: no suitable system package;
optional

perl_term_readline_gnu-1.35: no suitable system package;
optional, use "./configure --enable-perl_term_readline_gnu" to install

pexpect-4.8.0: standard, will be installed as
an SPKG

pickleshare-0.7.5: standard, will be installed as
an SPKG

pillow-8.1.2: standard, will be installed as
an SPKG

pint-0.17: optional, use "./configure
--enable-pint" to install

pip-21.2.4: standard, will be installed as
an SPKG

pkgconf-0.9.7.p2: using system package; SPKG
will not be installed

pkgconfig-1.5.5: standard, will be installed as
an SPKG

planarity-3.0.1.0: no suitable system package;
standard, will be installed as an SPKG

plantri-4.5: optional, use "./configure
--enable-plantri" to install

pluggy-1.0.0: standard, will be installed as
an SPKG

polylib-5.22.5: optional, use "./configure
--enable-polylib" to install

polymake-4.5: no suitable system package;
optional, use "./configure --enable-polymake" to install

polytopes_db-20170220.p0: standard, will be installed as
an SPKG

polytopes_db_4d-1.0: optional, use "./configure
--enable-polytopes_db_4d" to install

ppl-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

pplpy-0.8.6: standard, will be installed as
an SPKG

primecount-5.1: optional, use "./configure
--enable-primecount" to install

prometheus_client-0.11.0: standard, will be installed as
an SPKG

prompt_toolkit-3.0.20: standard, will be installed as
an SPKG

ptyprocess-0.5.1.p0: standard, will be installed as
an SPKG

py-1.10.0: standard, will be installed as
an SPKG

pybind11-2.7.1.p0: standard, will be installed as
an SPKG

pybtex-none: optional pip package; use
"./sage -i pybtex" to install

pycosat-0.6.3: optional, use "./configure
--enable-pycosat" to install

pycparser-2.20: standard, will be installed as
an SPKG

pycygwin-0.1: standard, will be installed as
an SPKG

pyflakes-none: optional pip package; use
"./sage -i pyflakes" to install

pygments-2.10.0: standard, will be installed as
an SPKG

pygraphviz-none: optional pip package; use
"./sage -i pygraphviz" to install

pynormaliz-2.14: optional, use "./configure
--enable-pynormaliz" to install

pyparsing-2.4.7: standard, will be installed as
an SPKG

pyrsistent-0.18.0: standard, will be installed as
an SPKG

pysingular-0.9.7: optional, use "./configure
--enable-pysingular" to install

pytest-none: optional pip package; use
"./sage -i pytest" to install

python3-3.9.7: no suitable system package;
standard, will be installed as an SPKG

python_igraph-0.8.3: optional, use "./configure
--enable-python_igraph" to install

pytz-2021.1: standard, will be installed as
an SPKG

pyx-none: optional pip package; use
"./sage -i pyx" to install

pyzmq-22.2.1: standard, will be installed as
an SPKG

qepcad-B.1.72: experimental, use "./configure
--enable-qepcad" to install

qhull-2020-src-8.0.2: no suitable system package;
optional, use "./configure --enable-qhull" to install

r-3.6.3: no suitable system package;
standard, will be installed as an SPKG

r_jupyter-none: optional, use "./configure
--enable-r_jupyter" to install

ratpoints-2.1.3.p5: standard, will be installed as
an SPKG

readline-8.0: no suitable system package;
standard, will be installed as an SPKG

requests-2.26.0: standard, will be installed as
an SPKG

rpy2-3.3.6: standard, will be installed as
an SPKG

rst2ipynb-0.2.3: optional, use "./configure
--enable-rst2ipynb" to install

rubiks-20070912.p21: optional, use "./configure
--enable-rubiks" to install

rw-0.9: no suitable system package;
standard, will be installed as an SPKG

saclib-2.2.7: optional, use "./configure
--enable-saclib" to install

sage_conf-9.5.beta7: standard, will be installed as
an SPKG

sage_docbuild-9.5.beta7: standard, will be installed as
an SPKG

sage_flatsurf-none: optional pip package; use
"./sage -i sage_flatsurf" to install

sage_numerical_backends_coin-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_coin" to install

sage_numerical_backends_cplex-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_cplex" to install

sage_numerical_backends_gurobi-9.3.1: optional, use "./configure
--enable-sage_numerical_backends_gurobi" to install

sage_setup-9.5.beta7: standard, will be installed as
an SPKG

sage_sws2rst-9.5.beta7: optional, use "./configure
--enable-sage_sws2rst" to install

sagelib-9.5.beta7: standard, will be installed as
an SPKG

sagemath_doc_html-none: standard, will be installed as
an SPKG

sagemath_doc_pdf-none: optional, use "./configure
--enable-sagemath_doc_pdf" to install

sagenb_export-3.3: standard, will be installed as
an SPKG

sagetex-3.5: standard, will be installed as
an SPKG

scipoptsuite-5.0.1: experimental, use "./configure
--enable-scipoptsuite" to install

scipy-1.6.3: standard, will be installed as
an SPKG

send2trash-1.8.0: standard, will be installed as
an SPKG

setuptools-58.2.0: standard, will be installed as
an SPKG

setuptools_scm-6.3.2: standard, will be installed as
an SPKG

setuptools_wheel-58.2.0: standard, will be installed as
an SPKG

simplegeneric-0.8.1.p0: standard, will be installed as
an SPKG

singular-4.2.1.p0: no suitable system package;
standard, will be installed as an SPKG

singular_jupyter-0.9.7: optional, use "./configure
--enable-singular_jupyter" to install

sip-4.18: optional, use "./configure
--enable-sip" to install

sirocco-2.1.0: optional, use "./configure
--enable-sirocco" to install

six-1.16.0: standard, will be installed as
an SPKG

slabbe-none: optional pip package; use
"./sage -i slabbe" to install

snappy-none: optional pip package; use
"./sage -i snappy" to install

snowballstemmer-2.1.0: standard, will be installed as
an SPKG

speaklater-1.3.p0: optional, use "./configure
--enable-speaklater" to install

sphinx-4.2.0: standard, will be installed as
an SPKG

sphinxcontrib_applehelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_devhelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_htmlhelp-2.0.0: standard, will be installed as
an SPKG

sphinxcontrib_jsmath-1.0.1: standard, will be installed as
an SPKG

sphinxcontrib_qthelp-1.0.3: standard, will be installed as
an SPKG

sphinxcontrib_serializinghtml-1.1.5: standard, will be installed as
an SPKG

sphinxcontrib_websupport-1.2.1: standard, will be installed as
an SPKG

sqlalchemy-none: optional pip package; use
"./sage -i sqlalchemy" to install

sqlite-3.36.0: no suitable system package;
standard, will be installed as an SPKG

suitesparse-5.10.1: no suitable system package;
standard, will be installed as an SPKG

surf-1.0.6-gcc6: experimental, use "./configure
--enable-surf" to install

surface_dynamics-none: optional pip package; use
"./sage -i surface_dynamics" to install

symengine-0.8.1: optional, use "./configure
--enable-symengine" to install

symengine_py-0.8.1.p0: optional, use "./configure
--enable-symengine_py" to install

symmetrica-3.0.1: no suitable system package;
standard, will be installed as an SPKG

sympow-2.023.6: no suitable system package;
standard, will be installed as an SPKG

sympy-1.8: standard, will be installed as
an SPKG

tachyon-0.98.9.p7: no suitable system package;
standard, will be installed as an SPKG

tdlib-0.3.1.p0: optional, use "./configure
--enable-tdlib" to install

terminado-0.11.1: standard, will be installed as
an SPKG

testpath-0.5.0: standard, will be installed as
an SPKG

texlive-none: optional, use "./configure
--enable-texlive" to install

texttable-1.6.3: optional, use "./configure
--enable-texttable" to install

thebe-9624e0a0.p0: standard, will be installed as
an SPKG

threejs-r122.p0: standard, will be installed as
an SPKG

tides-2.0.p0: optional, use "./configure
--enable-tides" to install

toml-0.10.2: not required on your platform;
SPKG will not be installed

tomli-1.2.1: standard, will be installed as
an SPKG

topcom-0.17.7: optional, use "./configure
--enable-topcom" to install

tornado-6.1: standard, will be installed as
an SPKG

tox-3.24.3: using system package; SPKG
will not be installed

traitlets-5.1.1: standard, will be installed as
an SPKG

typing_extensions-3.10.0.0: standard, will be installed as
an SPKG

tzlocal-2.1: standard, will be installed as
an SPKG

urllib3-1.26.6: standard, will be installed as
an SPKG

valgrind-3.14.0: experimental, use "./configure
--enable-valgrind" to install

vcversioner-2.16.0.0.p0: standard, will be installed as
an SPKG

virtualenv-20.7.2: not required on your platform;
SPKG will not be installed

wcwidth-0.2.5: standard, will be installed as
an SPKG

webencodings-0.5.1: standard, will be installed as
an SPKG

wheel-0.37.0: standard, will be installed as
an SPKG

widgetsnbextension-3.5.1.p0: standard, will be installed as
an SPKG

xz-5.2.5: using system package; SPKG
will not be installed

zeromq-4.2.5: no suitable system package;
standard, will be installed as an SPKG

zipp-3.5.0: standard, will be installed as
an SPKG

zlib-1.2.11.p0: using system package; SPKG
will not be installed

zn_poly-0.9.2: no suitable system package;
standard, will be installed as an SPKG

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating build/make/Makefile-auto

config.status: creating build/make/Makefile

config.status: creating src/bin/sage-env-config

config.status: creating src/bin/sage-src-env-config

config.status: creating build/bin/sage-build-env-config

config.status: creating pkgs/sage-conf/sage_conf.py

config.status: creating pkgs/sage-conf/setup.cfg

config.status: executing depfiles commands

config.status: executing mkdirs commands

config.status: creating directory /Applications/sage-9.5.beta7/logs/pkgs

config.status: creating directory local

config.status: creating directory local/bin

config.status: creating directory local/etc

config.status: creating directory local/include

config.status: creating directory local/lib

config.status: creating directory local/lib/pkgconfig

config.status: creating directory local/share

config.status: creating directory local/var/lib/sage/installed

config.status: creating symbolic link lib64 -> lib

config.status: executing links commands

config.status: creating convenience symlink prefix -> local

config.status: creating convenience symlink venv ->
local/var/lib/sage/venv-python3.9.7

configure:


notice: the following SPKGs did not find equivalent system packages:


arb boost_cropped brial cddlib cliquer ecl eclib ecm fflas_ffpack
flint flintqs fplll gengetopt gf2x gfan giac givaro glpk gmp gsl iml lcalc
libbraiding libhomfly liblzma lrcalc m4ri m4rie mpc mpfi mpfr ntl openblas
openssl palp pari pari_galdata pari_seadata_small planarity ppl python3 r
readline rw singular sqlite suitesparse symmetrica sympow tachyon zeromq
zn_poly 4ti2 _recommended cbc coxeter3 gp2c igraph isl libnauty
libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata
pdf2svg perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu
polymake qhull



checking for the package system in use... homebrew

configure:


hint: installing the following system packages, if not

already present, is recommended and may avoid having to

build them (though some may have to be built anyway):


$ brew install arb boost ecl flint fplll glpk gmp gsl xz libmpc mpfi
mpfr ntl openblas openssl pari pari-elldata pari-galdata pari-galpol
pari-seadata ppl python3 r readline singular sqlite suite-sparse zeromq



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: installing the following system packages, if not

already present, may provide additional optional features:


$ brew install ffmpeg imagemagick texinfo cbc igraph isl nauty
pdf2svg apaffenholz/polymake/polymake qhull



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: After installation, re-run configure using:


$ ./config.status --recheck && ./config.status



neelimaborade@Neelimas-MacBook-Air sage-9.5.beta7 % ./configure
--prefix=SAGE_LOCAL

configure: error: expected an absolute directory name for --prefix:
SAGE_LOCAL

neelimaborade@Neelimas-MacBook-Air sage-9.5.beta7 % ./configure
--prefix=/Applications/sage-9.5.beta7

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... config/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking whether make supports the include directive... yes (GNU style)

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking dependency style of gcc... none

checking build system type... arm-apple-darwin20.6.0

checking host system type... arm-apple-darwin20.6.0

checking for ld used by gcc...
/Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is
GNU ld... no

checking for shared library run path origin... done

checking for root user... no

checking for a sed that does not truncate output... /usr/bin/sed

checking for ar... yes

checking for m4... yes

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking pkg-config is at least version 0.29... yes

checking for ranlib... yes

checking for strip... yes

checking for GNU or BSD tar... /usr/bin/tar

checking for GNU make... /usr/bin/make

checking for Python...
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

checking for latex... yes

checking for perl... /usr/bin/perl

checking for Perl version 5.8.0 or later... yes

checking whether a conda environment is active... no

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking dependency style of gcc... (cached) none

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking for gfortran... gfortran

checking whether we are using the GNU Fortran compiler... yes

checking whether gfortran accepts -g... yes

checking for gcc... gcc

checking whether we are using the GNU Objective C compiler... yes

checking whether gcc accepts -g... yes

checking dependency style of gcc... none

checking for g++... g++

checking whether we are using the GNU Objective C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... none

checking how to run the C++ preprocessor... g++ -E

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking complex.h usability... yes

checking complex.h presence... yes

checking for complex.h... yes

checking for sqrt in -lm... yes

You are using OS X Lion (or later).

You are strongly advised to install Apple's latest Xcode

unless you already have it. You can install this using

the App Store. Also, make sure you install Xcode's

Command Line Tools -- see Sage's README.txt.

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gcc...

checking for C compiler vendor... clang

checking whether g++ supports C++11 features with -std=gnu++11... yes

checking if gcc accepts -dumpversion option... yes

checking gcc version... 13.0.0

checking if g++ accepts -dumpversion option... yes

checking g++ version... 13.0.0

checking whether C++ compiler accepts "-march=native"... no

checking for OpenMP flag of C compiler... unknown

checking for OpenMP flag of C++ compiler... unknown

configure: will use system package and not install SPKG gcc

checking for the location of crti.o...

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gmp...

checking gmp.h usability... no

checking gmp.h presence... no

checking for gmp.h... no

checking gmpxx.h usability... no

checking gmpxx.h presence... no

checking for gmpxx.h... no

checking for library containing __gmpq_cmp_z... no

configure: no suitable system package found for SPKG gmp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zlib...

checking for inflateEnd in -lz... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for LIBPNG... yes

configure: will use system package and not install SPKG zlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG glpk...

checking whether any of gmp zlib is installed as or will be installed as
SPKG... yes; install glpk as well

configure: no suitable system package found for SPKG glpk

using Sage's glpk SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG 4ti2...

checking whether any of gmp glpk zlib is installed as or will be installed
as SPKG... yes; install 4ti2 as well

configure: no suitable system package found for SPKG 4ti2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tox...

checking for tox >= 2.5.0... /opt/homebrew/bin/tox

configure: will use system package and not install SPKG tox

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG virtualenv...

configure: SPKG virtualenv is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG appdirs...

configure: SPKG appdirs is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfr...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install mpfr as well

configure: no suitable system package found for SPKG mpfr

using Sage's mpfr SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ntl...

checking whether any of gmp gcc is installed as or will be installed as
SPKG... yes; install ntl as well

configure: no suitable system package found for SPKG ntl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flint...

checking whether any of mpfr ntl is installed as or will be installed as
SPKG... yes; install flint as well

configure: no suitable system package found for SPKG flint

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG arb...

checking installing flint? ... yes; install arb as well

configure: no suitable system package found for SPKG arb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG boost_cropped...

checking for boostlib >= 1.66.0 (106600)... configure: We could not detect
the boost libraries (version 1.66.0 or higher). If you have a staged boost
library (still not installed) please specify $BOOST_ROOT in your
environment and do not give a PATH to --with-boost option. If you are sure
you have boost installed, then check your version number looking in
<boost/version.hpp>. See http://randspringer.de/boost for more
documentation.

configure: no suitable system package found for SPKG boost_cropped

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libpng...

checking installing zlib? ... no

checking for LIBPNG... yes

configure: will use system package and not install SPKG libpng

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4ri...

checking whether any of libpng is installed as or will be installed as
SPKG... no

checking for M4RI... no

configure: no suitable system package found for SPKG m4ri

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG brial...

checking whether any of gcc boost_cropped m4ri is installed as or will be
installed as SPKG... yes; install brial as well

configure: no suitable system package found for SPKG brial

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG bzip2...

checking bzlib.h usability... yes

checking bzlib.h presence... yes

checking for bzlib.h... yes

checking for library containing BZ2_bzCompress... -lbz2

checking for bzip2... /usr/bin/bzip2

configure: will use system package and not install SPKG bzip2

checking for Fortran flag needed to accept free-form source... -ffree-form

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfortran...

checking the version of gfortran... 11

configure: will use system package and not install SPKG gfortran

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openblas...

checking whether any of gfortran is installed as or will be installed as
SPKG... no

checking for OPENBLAS... no

checking for library containing openblas_get_config... no

checking for library containing cblas_dgemm... no

checking for library containing dgeqrf... no

checking for library containing dgeqrf_... no

checking for library containing DGEQRF... no

checking for library containing DGEQRF_... no

configure: no suitable system package found for SPKG openblas

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cbc...

checking whether any of openblas zlib bzip2 is installed as or will be
installed as SPKG... yes; install cbc as well

configure: no suitable system package found for SPKG cbc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cddlib...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install cddlib as well

configure: no suitable system package found for SPKG cddlib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cliquer...

checking for library containing clique_unweighted_max_weight... no

configure: no suitable system package found for SPKG cliquer

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG cmake...

checking for cmake >= 3.4... /opt/homebrew/bin/cmake

configure: will use system package and not install SPKG cmake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG coxeter3...

checking for library coxeter3... no

configure: no suitable system package found for SPKG coxeter3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG curl...

checking for curl 7.22... /usr/bin/curl

checking for gawk... (cached) awk

checking for curl-config... /usr/bin/curl-config

checking for the version of libcurl... 7.64.1

checking for libcurl >= version 7.22... yes

checking whether libcurl is usable... yes

checking for curl_free... yes

checking whether programs linking to libcurl can be executed... yes

configure: will use system package and not install SPKG curl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG distlib...

configure: SPKG distlib is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libatomic_ops...

checking for LIBATOMIC_OPS... yes

configure: will use system package and not install SPKG libatomic_ops

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gc...

checking whether any of libatomic_ops is installed as or will be installed
as SPKG... no

checking whether we run on WSL... no

checking for GC... no

checking for GC... yes

configure: will use system package and not install SPKG gc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecl...

checking whether any of gcc gc gmp is installed as or will be installed as
SPKG... yes; install ecl as well

configure: no suitable system package found for SPKG ecl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ncurses...

checking for NCURSES... no

checking ncurses.h usability... yes

checking ncurses.h presence... yes

checking for ncurses.h... yes

checking for library containing wresize... -lncurses

configure: will use system package and not install SPKG ncurses

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG readline...

checking Installing ncurses? ... No.

checking for READLINE... no

checking readline/readline.h usability... yes

checking readline/readline.h presence... yes

checking for readline/readline.h... yes

checking for library containing rl_bind_keyseq... no

configure: no suitable system package found for SPKG readline

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari...

checking whether any of gmp readline is installed as or will be installed
as SPKG... yes; install pari as well

configure: no suitable system package found for SPKG pari

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG eclib...

checking whether any of ntl pari flint is installed as or will be installed
as SPKG... yes; install eclib as well

configure: no suitable system package found for SPKG eclib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ecm...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install ecm as well

configure: no suitable system package found for SPKG ecm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG givaro...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install givaro as well

configure: no suitable system package found for SPKG givaro

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fflas_ffpack...

checking whether any of givaro gmp openblas is installed as or will be
installed as SPKG... yes; install fflas_ffpack as well

configure: no suitable system package found for SPKG fflas_ffpack

checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq... yes

checking whether C++ compiler accepts -mfma... yes

checking whether C++ compiler accepts -mfma4... yes

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG filelock...

configure: SPKG filelock is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG flintqs...

checking for QuadraticSieve... no

configure: no suitable system package found for SPKG flintqs

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG fplll...

checking whether any of gcc mpfr is installed as or will be installed as
SPKG... yes; install fplll as well

configure: no suitable system package found for SPKG fplll

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG freetype...

checking whether any of gcc libpng is installed as or will be installed as
SPKG... no

checking for FREETYPE... yes

configure: will use system package and not install SPKG freetype

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gengetopt...

checking for gengetopt... no

configure: no suitable system package found for SPKG gengetopt

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gf2x...

checking for GF2X... no

checking gf2x.h usability... no

checking gf2x.h presence... no

checking for gf2x.h... no

checking for library containing gf2x_mul_r... no

configure: no suitable system package found for SPKG gf2x

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gfan...

checking for gfan >= 0.6.2...

configure: no suitable system package found for SPKG gfan

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG giac...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install giac as well

configure: no suitable system package found for SPKG giac

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG git...

checking for git... /opt/homebrew/bin/git

configure: will use system package and not install SPKG git

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gp2c...

checking whether any of pari is installed as or will be installed as
SPKG... yes; install gp2c as well

configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG graphviz...

checking for dot... dot

checking for neato... neato

checking for twopi... twopi

configure: will use system package and not install SPKG graphviz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG gsl...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install gsl as well

configure: no suitable system package found for SPKG gsl

checking 32-bit host C ABI... no

checking for ELF binary format... no

checking for the common suffixes of directories in the library search
path... lib,lib,lib

checking for iconv... yes

checking for working iconv... yes

checking how to link with libiconv... -liconv

checking for iconv declaration...

extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iconv...

configure: will use system package and not install SPKG iconv

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG igraph...

checking whether any of glpk openblas gmp is installed as or will be
installed as SPKG... yes; install igraph as well

configure: no suitable system package found for SPKG igraph

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG iml...

checking whether any of gmp openblas is installed as or will be installed
as SPKG... yes; install iml as well

configure: no suitable system package found for SPKG iml

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG info...

checking for info... /usr/bin/info

configure: will use system package and not install SPKG info

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG isl...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install isl as well

configure: no suitable system package found for SPKG isl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lcalc...

checking whether any of pari mpfr is installed as or will be installed as
SPKG... yes; install lcalc as well

configure: no suitable system package found for SPKG lcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libbraiding...

checking if we can link against libbraiding... no

configure: no suitable system package found for SPKG libbraiding

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libffi...

checking for LIBFFI... yes

configure: will use system package and not install SPKG libffi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libgd...

checking whether any of gcc libpng freetype is installed as or will be
installed as SPKG... no

checking for LIBGD... yes

configure: will use system package and not install SPKG libgd

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libhomfly...

checking whether any of gc is installed as or will be installed as SPKG...
no

checking homfly.h usability... no

checking homfly.h presence... no

checking for homfly.h... no

configure: no suitable system package found for SPKG libhomfly

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG xz...

Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: No module named lzma

checking for xz >= 4.999.0... /opt/homebrew/bin/xz

configure: will use system package and not install SPKG xz

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG liblzma...

checking whether any of xz is installed as or will be installed as SPKG...
no

checking for lzma_raw_decoder in -llzma... yes

checking lzma.h usability... no

checking lzma.h presence... no

checking for lzma.h... no

configure: no suitable system package found for SPKG liblzma

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG nauty...

checking for geng... /opt/homebrew/bin/geng

checking for directg... /opt/homebrew/bin/directg

checking for gentourng... /opt/homebrew/bin/gentourng

checking for geng... /opt/homebrew/bin/geng

checking for genbg... /opt/homebrew/bin/genbg

checking for converseg... /opt/homebrew/bin/converseg

configure: will use system package and not install SPKG nauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libnauty...

checking whether any of nauty is installed as or will be installed as
SPKG... no

checking nauty/nauty.h usability... no

checking nauty/nauty.h presence... no

checking for nauty/nauty.h... no

checking for library containing densenauty... no

configure: no suitable system package found for SPKG libnauty

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libsemigroups...

checking for LIBSEMIGROUPS... no

configure: no suitable system package found for SPKG libsemigroups

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG libxml2...

checking for xml2-config... /usr/bin/xml2-config

configure: will use system package and not install SPKG libxml2

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG llvm...

configure: will use system package and not install SPKG llvm

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrcalc...

checking for lrcalc/schublib.h... no

configure: no suitable system package found for SPKG lrcalc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG lrslib...

checking whether any of gmp flint is installed as or will be installed as
SPKG... yes; install lrslib as well

configure: no suitable system package found for SPKG lrslib

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG m4rie...

checking whether any of m4ri is installed as or will be installed as
SPKG... yes; install m4rie as well

configure: no suitable system package found for SPKG m4rie

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpc...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpc as well

configure: no suitable system package found for SPKG mpc

using Sage's mpc SPKG

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG mpfi...

checking whether any of mpfr is installed as or will be installed as
SPKG... yes; install mpfi as well

configure: no suitable system package found for SPKG mpfi

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ninja_build...

checking for ninja >= 1.7.2... /opt/homebrew/bin/ninja

configure: will use system package and not install SPKG ninja_build

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG python3...

checking whether any of bzip2 liblzma libffi is installed as or will be
installed as SPKG... yes; install python3 as well

configure: no suitable system package found for SPKG python3

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG openssl...

checking for pkg-config... /opt/homebrew/bin/pkg-config

checking for openssl/ssl.h in /usr/local/ssl... no

checking for openssl/ssl.h in /usr/lib/ssl... no

checking for openssl/ssl.h in /usr/ssl... no

checking for openssl/ssl.h in /usr/pkg... no

checking for openssl/ssl.h in /usr/local... no

checking for openssl/ssl.h in /usr... no

checking whether compiling and linking against OpenSSL works... no

configure: no suitable system package found for SPKG openssl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG palp...

checking for poly.x... no

checking for poly-4d.x... no

checking for poly-5d.x... no

checking for poly-6d.x... no

checking for poly-11d.x... no

checking for class.x... no

checking for class-4d.x... no

checking for class-5d.x... no

checking for class-6d.x... no

checking for class-11d.x... no

checking for nef.x... no

checking for nef-4d.x... no

checking for nef-5d.x... no

checking for nef-6d.x... no

checking for nef-11d.x... no

checking for cws.x... no

checking for cws-4d.x... no

checking for cws-5d.x... no

checking for cws-6d.x... no

checking for cws-11d.x... no

configure: no suitable system package found for SPKG palp

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pandoc...

checking for pandoc... /opt/homebrew/bin/pandoc

configure: will use system package and not install SPKG pandoc

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_elldata...

checking installing pari? ... yes; install pari_elldata as well

configure: no suitable system package found for SPKG pari_elldata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galdata...

checking installing pari? ... yes; install pari_galdata as well

configure: no suitable system package found for SPKG pari_galdata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_galpol...

checking installing pari? ... yes; install pari_galpol as well

configure: no suitable system package found for SPKG pari_galpol

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_nftables...

checking installing pari? ... yes; install pari_nftables as well

configure: no suitable system package found for SPKG pari_nftables

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata...

checking installing pari? ... yes; install pari_seadata as well

configure: no suitable system package found for SPKG pari_seadata

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pari_seadata_small...

checking installing pari? ... yes; install pari_seadata_small as well

configure: no suitable system package found for SPKG pari_seadata_small

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG patch...

checking for GNU patch >= 2.7.0... /opt/homebrew/bin/patch

configure: will use system package and not install SPKG patch

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pcre...

checking installing bzip2? ... no

checking for PCRE... yes

configure: will use system package and not install SPKG pcre

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pdf2svg...

checking for pdf2svg... no

configure: no suitable system package found for SPKG pdf2svg

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...

checking for perl module XML::Writer... ok

checking for perl module XML::LibXML... ok

checking for perl module XML::LibXSLT... no

checking for perl module File::Slurp... ok

checking for perl module JSON... ok

checking for perl module SVG... no

checking for perl module Term::ReadKey... ok

configure: no suitable system package found for SPKG
perl_cpan_polymake_prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_mongodb...

checking for perl module MongoDB... no

configure: no suitable system package found for SPKG perl_mongodb

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG perl_term_readline_gnu...

checking for perl module Term::ReadLine... ok

checking Term::ReadLine module...... non-GNU

configure: no suitable system package found for SPKG perl_term_readline_gnu

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG pkgconf...

using pkg-config from the system

configure: will use system package and not install SPKG pkgconf

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG planarity...

checking planarity/planarity.h usability... no

checking planarity/planarity.h presence... no

checking for planarity/planarity.h... no

configure: no suitable system package found for SPKG planarity

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG polymake...

checking for polymake-config >= 3.5...

configure: no suitable system package found for SPKG polymake

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG ppl...

checking whether any of gcc glpk gmp is installed as or will be installed
as SPKG... yes; install ppl as well

configure: no suitable system package found for SPKG ppl

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _prereq...

configure: will use system package and not install SPKG _prereq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG qhull...

checking for qhull... no

configure: qhull not found. Installing qhull

configure: no suitable system package found for SPKG qhull

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG r...

checking whether any of openblas iconv readline bzip2 liblzma pcre curl is
installed as or will be installed as SPKG... yes; install r as well

configure: no suitable system package found for SPKG r

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG _recommended...

configure: no suitable system package found for SPKG _recommended

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG rw...

checking rw.h usability... no

checking rw.h presence... no

checking for rw.h... no

checking for library containing calculate_level... no

configure: no suitable system package found for SPKG rw

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG singular...

checking whether any of gmp ntl flint readline mpfr cddlib is installed as
or will be installed as SPKG... yes; install singular as well

configure: no suitable system package found for SPKG singular

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sqlite...

checking libsqlite3 >= sqlite3_min_version... no

configure: no suitable system package found for SPKG sqlite

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG suitesparse...

checking whether any of openblas is installed as or will be installed as
SPKG... yes; install suitesparse as well

configure: no suitable system package found for SPKG suitesparse

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG symmetrica...

checking symmetrica/def.h usability... no

checking symmetrica/def.h presence... no

checking for symmetrica/def.h... no

configure: no suitable system package found for SPKG symmetrica

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG sympow...

checking for sympow... no

configure: no suitable system package found for SPKG sympow

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG tachyon...

checking for tachyon... no

configure: tachyon not found. Installing tachyon

configure: no suitable system package found for SPKG tachyon

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG toml...

configure: SPKG toml is not required on this system

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zeromq...

checking whether any of gcc is installed as or will be installed as SPKG...
no

checking zmq.h usability... no

checking zmq.h presence... no

checking for zmq.h... no

configure: WARNING: no valid ZMQ installation was found

configure: no suitable system package found for SPKG zeromq

-----------------------------------------------------------------------------

Checking whether SageMath should install SPKG zn_poly...

checking whether any of gmp is installed as or will be installed as SPKG...
yes; install zn_poly as well

configure: no suitable system package found for SPKG zn_poly

## -----------------------------------------------------------------------
##

## Build status for each package:
##

## -----------------------------------------------------------------------
##

4ti2-1.6.7.p0: no suitable system package;
optional, use "./configure --enable-4ti2" to install

admcycles-none: optional pip package; use
"./sage -i admcycles" to install

alabaster-0.7.12: standard, will be installed as
an SPKG

appdirs-1.4.4: not required on your platform;
SPKG will not be installed

appnope-0.1.2: standard, will be installed as
an SPKG

arb-2.19.0.p0: no suitable system package;
standard, will be installed as an SPKG

argcomplete-1.12.3: standard, will be installed as
an SPKG

argon2_cffi-20.1.0: standard, will be installed as
an SPKG

attrs-21.2.0: standard, will be installed as
an SPKG

awali-1.0.2-190218: experimental, use "./configure
--enable-awali" to install

babel-2.9.1: standard, will be installed as
an SPKG

backcall-0.2.0: standard, will be installed as
an SPKG

barvinok-0.41.1: optional, use "./configure
--enable-barvinok" to install

beautifulsoup4-none: optional pip package; use
"./sage -i beautifulsoup4" to install

benzene-20130630: optional, use "./configure
--enable-benzene" to install

biopython-none: optional pip package; use
"./sage -i biopython" to install

bleach-4.1.0: standard, will be installed as
an SPKG

bliss-0.73+debian-1+sage-2016-08-02.p0: optional, use "./configure
--enable-bliss" to install

boost_cropped-1.66.0.p0: no suitable system package;
standard, will be installed as an SPKG

brial-1.2.8: no suitable system package;
standard, will be installed as an SPKG

buckygen-1.1: optional, use "./configure
--enable-buckygen" to install

bzip2-1.0.6-20150304.p0: using system package; SPKG
will not be installed

cbc-2.9.4.p0: no suitable system package;
optional, use "./configure --enable-cbc" to install

ccache-3.3.4: optional, use "./configure
--enable-ccache" to install

cddlib-0.94m: no suitable system package;
standard, will be installed as an SPKG

certifi-2021.5.30: standard, will be installed as
an SPKG

cffi-1.14.6: standard, will be installed as
an SPKG

charset_normalizer-2.0.4: standard, will be installed as
an SPKG

cliquer-1.22: no suitable system package;
standard, will be installed as an SPKG

cmake-3.21.0: using system package; SPKG
will not be installed

cocoalib-0.99564: experimental, use "./configure
--enable-cocoalib" to install

combinatorial_designs-20140630.p0: standard, will be installed as
an SPKG

configure-cdb3614b34926cee3c4cc918313678d3deea4e8d:came preinstalled with
the SageMath tarball

conway_polynomials-0.5: standard, will be installed as
an SPKG

coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system
package; optional, use "./configure --enable-coxeter3" to install

cryptominisat-5.6.8: optional, use "./configure
--enable-cryptominisat" to install

csdp-6.2.p1: optional, use "./configure
--enable-csdp" to install

cunningham_tables-1.0: optional, use "./configure
--enable-cunningham_tables" to install

curl-7.62.0.p0: using system package; SPKG
will not be installed

cvxopt-1.2.7: standard, will be installed as
an SPKG

cycler-0.10.0.p0: standard, will be installed as
an SPKG

cypari-2.1.2: standard, will be installed as
an SPKG

cysignals-1.10.3: standard, will be installed as
an SPKG

cython-0.29.24: standard, will be installed as
an SPKG

d3js-3.4.8: optional, use "./configure
--enable-d3js" to install

database_cremona_ellcurve-20190911: optional, use "./configure
--enable-database_cremona_ellcurve" to install

database_jones_numfield-4: optional, use "./configure
--enable-database_jones_numfield" to install

database_knotinfo-2021.10.1: optional, use "./configure
--enable-database_knotinfo" to install

database_kohel-20160724: optional, use "./configure
--enable-database_kohel" to install

database_mutation_class-1.0: optional, use "./configure
--enable-database_mutation_class" to install

database_odlyzko_zeta-20061209: optional, use "./configure
--enable-database_odlyzko_zeta" to install

database_stein_watkins-20110713: optional, use "./configure
--enable-database_stein_watkins" to install

database_stein_watkins_mini-20070827: optional, use "./configure
--enable-database_stein_watkins_mini" to install

database_symbolic_data-20070206: optional, use "./configure
--enable-database_symbolic_data" to install

dateutil-2.8.1: standard, will be installed as
an SPKG

debugpy-1.4.1: standard, will be installed as
an SPKG

decorator-4.4.2: standard, will be installed as
an SPKG

deformation-20210503: experimental, use "./configure
--enable-deformation" to install

defusedxml-0.6.0: standard, will be installed as
an SPKG

distlib-0.3.2: not required on your platform;
SPKG will not be installed

docutils-0.17.1: standard, will be installed as
an SPKG

dot2tex-2.11.3.p0: optional, use "./configure
--enable-dot2tex" to install

e_antic-0.1.9: optional, use "./configure
--enable-e_antic" to install

ecl-21.2.1: no suitable system package;
standard, will be installed as an SPKG

eclib-20210625: no suitable system package;
standard, will be installed as an SPKG

ecm-7.0.4.p2: no suitable system package;
standard, will be installed as an SPKG

elliptic_curves-0.8.1: standard, will be installed as
an SPKG

entrypoints-0.3: standard, will be installed as
an SPKG

fflas_ffpack-2.4.3.p0: no suitable system package;
standard, will be installed as an SPKG

filelock-3.0.12: not required on your platform;
SPKG will not be installed

flint-2.7.1: no suitable system package;
standard, will be installed as an SPKG

flintqs-1.0.p0: no suitable system package;
standard, will be installed as an SPKG

flit_core-3.4.0: standard, will be installed as
an SPKG

fplll-5.4.1: no suitable system package;
standard, will be installed as an SPKG

fpylll-0.5.6: standard, will be installed as
an SPKG

freetype-2.10.4: using system package; SPKG
will not be installed

fricas-1.3.7.p1: optional, use "./configure
--enable-fricas" to install

frobby-0.9.0.p2: optional, use "./configure
--enable-frobby" to install

gambit-15.1.1.p0: experimental, use "./configure
--enable-gambit" to install

gap-4.11.1: standard, will be installed as
an SPKG

gap3-04jul17: experimental, use "./configure
--enable-gap3" to install

gap_jupyter-0.9: optional, use "./configure
--enable-gap_jupyter" to install

gap_packages-4.11.1: optional, use "./configure
--enable-gap_packages" to install

gc-8.0.4: using system package; SPKG
will not be installed

gcc-10.3.0: using system package; SPKG
will not be installed

gdb-8.2: experimental, use "./configure
--enable-gdb" to install

gengetopt-2.23: no suitable system package;
standard, will be installed as an SPKG

gf2x-1.3.0: no suitable system package;
standard, will be installed as an SPKG

gfan-0.6.2.p1: no suitable system package;
standard, will be installed as an SPKG

gfortran-10.3.0: using system package; SPKG
will not be installed

giac-1.6.0.47p3: no suitable system package;
standard, will be installed as an SPKG

git-none: using system package

givaro-4.1.1: no suitable system package;
standard, will be installed as an SPKG

glpk-5.0.p0: no suitable system package;
standard, will be installed as an SPKG

glucose-4.1: optional, use "./configure
--enable-glucose" to install

gmp-6.2.1: no suitable system package;
standard, will be installed as an SPKG

gmpy2-2.1.0b5: standard, will be installed as
an SPKG

gp2c-0.0.10.p0: no suitable system package;
optional, use "./configure --enable-gp2c" to install

graphs-20210214.p0: standard, will be installed as
an SPKG

graphviz-none: using system package

gsl-2.7: no suitable system package;
standard, will be installed as an SPKG

html5lib-1.1: standard, will be installed as
an SPKG

iconv-1.15: using system package; SPKG
will not be installed

idna-3.2: standard, will be installed as
an SPKG

igraph-0.8.3: no suitable system package;
optional, use "./configure --enable-igraph" to install

imagesize-1.2.0: standard, will be installed as
an SPKG

iml-1.0.4p1.p2: no suitable system package;
standard, will be installed as an SPKG

importlib_metadata-4.8.1: standard, will be installed as
an SPKG

importlib_resources-5.2.2: standard, will be installed as
an SPKG

info-6.8: using system package; SPKG
will not be installed

ipykernel-6.3.1: standard, will be installed as
an SPKG

ipympl-0.7.0: optional, use "./configure
--enable-ipympl" to install

ipython-7.27.0: standard, will be installed as
an SPKG

ipython_genutils-0.2.0: standard, will be installed as
an SPKG

ipywidgets-7.6.4.p0: standard, will be installed as
an SPKG

isl-0.20: no suitable system package;
optional, use "./configure --enable-isl" to install

jedi-0.18.0: standard, will be installed as
an SPKG

jinja2-2.11.2: standard, will be installed as
an SPKG

jmol-14.29.52: standard, will be installed as
an SPKG

jsonschema-3.2.0: standard, will be installed as
an SPKG

jupymake-0.9: optional, use "./configure
--enable-jupymake" to install

jupyter_client-7.0.2: standard, will be installed as
an SPKG

jupyter_core-4.7.1: standard, will be installed as
an SPKG

jupyter_jsmol-0.2.4: standard, will be installed as
an SPKG

jupyter_packaging-0.7.12: optional, use "./configure
--enable-jupyter_packaging" to install

jupyterlab-none: optional pip package; use
"./sage -i jupyterlab" to install

jupyterlab_pygments-0.1.2: standard, will be installed as
an SPKG

jupyterlab_widgets-2.0: optional, use "./configure
--enable-jupyterlab_widgets" to install

kenzo-1.1.10: optional, use "./configure
--enable-kenzo" to install

kiwisolver-1.0.1: standard, will be installed as
an SPKG

latte_int-1.7.6: optional, use "./configure
--enable-latte_int" to install

lcalc-1.23.p20: no suitable system package;
standard, will be installed as an SPKG

libatomic_ops-7.6.10: using system package; SPKG
will not be installed

libbraiding-1.1: no suitable system package;
standard, will be installed as an SPKG

libffi-3.2.1: using system package; SPKG
will not be installed

libgd-2.3.2: using system package; SPKG
will not be installed

libhomfly-1.02r6: no suitable system package;
standard, will be installed as an SPKG

liblzma-5.2.5: no suitable system package;
standard, will be installed as an SPKG

libnauty-none: no suitable system package;
optional, use "./configure --enable-libnauty" to install

libogg-1.3.1.p0: optional, use "./configure
--enable-libogg" to install

libpng-1.6.29.p1: using system package; SPKG
will not be installed

libsemigroups-1.1.0: no suitable system package;
optional, use "./configure --enable-libsemigroups" to install

libtheora-1.1.1: experimental, use "./configure
--enable-libtheora" to install

libxml2-none: using system package

lidia-2.3.0+latte-patches-2019-05-02: optional, use "./configure
--enable-lidia" to install

lie-2.2.2: experimental, use "./configure
--enable-lie" to install

linbox-1.6.3.p1: standard, will be installed as
an SPKG

llvm-none: not required on your platform

lrcalc-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

lrslib-071b+autotools-2021-07-13: no suitable system package;
optional, use "./configure --enable-lrslib" to install

m4ri-20200115: no suitable system package;
standard, will be installed as an SPKG

m4rie-20200115: no suitable system package;
standard, will be installed as an SPKG

markupsafe-1.1.1: standard, will be installed as
an SPKG

mathics-4.0.0: optional, use "./configure
--enable-mathics" to install

mathics_scanner-1.2.4: optional, use "./configure
--enable-mathics_scanner" to install

mathjax-2.7.4.p0: standard, will be installed as
an SPKG

matplotlib-3.3.4: standard, will be installed as
an SPKG

matplotlib_inline-0.1.2: standard, will be installed as
an SPKG

maxima-5.45.0.p0: standard, will be installed as
an SPKG

mcqd-1.0.p0: optional, use "./configure
--enable-mcqd" to install

meataxe-1.0.1: optional, use "./configure
--enable-meataxe" to install

memory_allocator-0.1.1: standard, will be installed as
an SPKG

mistune-0.8.4: standard, will be installed as
an SPKG

modular_decomposition-20100607: experimental, use "./configure
--enable-modular_decomposition" to install

mpc-1.1.0: no suitable system package;
standard, will be installed as an SPKG

mpfi-1.5.2: no suitable system package;
standard, will be installed as an SPKG

mpfr-4.0.1.p0: no suitable system package;
standard, will be installed as an SPKG

mpfrcx-0.5: optional, use "./configure
--enable-mpfrcx" to install

mpmath-1.2.1: standard, will be installed as
an SPKG

nauty-27r1.p1: using system package; SPKG
will not be installed

nbclient-0.5.4: standard, will be installed as
an SPKG

nbconvert-6.1.0: standard, will be installed as
an SPKG

nbformat-5.1.3: standard, will be installed as
an SPKG

ncurses-6.0.p0: using system package; SPKG
will not be installed

nest_asyncio-1.5.1: standard, will be installed as
an SPKG

networkx-2.6.3: standard, will be installed as
an SPKG

nibabel-none: optional pip package; use
"./sage -i nibabel" to install

ninja_build-1.8.2: using system package; SPKG
will not be installed

nodeenv-none: optional pip package; use
"./sage -i nodeenv" to install

nodejs-12.18.3: optional, use "./configure
--enable-nodejs" to install

normaliz-3.8.10: optional, use "./configure
--enable-normaliz" to install

notebook-6.4.3: standard, will be installed as
an SPKG

notedown-1.5.1: optional, use "./configure
--enable-notedown" to install

ntl-11.4.3: no suitable system package;
standard, will be installed as an SPKG

numpy-1.21.4: standard, will be installed as
an SPKG

openblas-0.3.18: no suitable system package;
standard, will be installed as an SPKG

openssl-3.0.0: no suitable system package;
standard, will be installed as an SPKG

ore_algebra-none: optional pip package; use
"./sage -i ore_algebra" to install

p_group_cohomology-3.3.2: optional, use "./configure
--enable-p_group_cohomology" to install

packaging-21.0: standard, will be installed as
an SPKG

palettable-3.3.0: optional, use "./configure
--enable-palettable" to install

palp-2.11: no suitable system package;
standard, will be installed as an SPKG

pandoc-none: using system package

pandoc_attributes-8bc82f6d: optional, use "./configure
--enable-pandoc_attributes" to install

pandocfilters-1.4.3: standard, will be installed as
an SPKG

pari-2.13.1: no suitable system package;
standard, will be installed as an SPKG

pari_elldata-20161017: no suitable system package;
optional, use "./configure --enable-pari_elldata" to install

pari_galdata-20080411.p0: no suitable system package;
standard, will be installed as an SPKG

pari_galpol-20180625: no suitable system package;
optional, use "./configure --enable-pari_galpol" to install

pari_nftables-20080929: no suitable system package;
optional, use "./configure --enable-pari_nftables" to install

pari_seadata-20090618: no suitable system package;
optional, use "./configure --enable-pari_seadata" to install

pari_seadata_small-20090618.p0: no suitable system package;
standard, will be installed as an SPKG

parso-0.8.2: standard, will be installed as
an SPKG

patch-2.7.5: using system package; SPKG
will not be installed

pcre-8.40.p2: using system package; SPKG
will not be installed

pdf2svg-none: no suitable system package;
optional

perl_cpan_polymake_prereq-none: no suitable system package;
optional

perl_mongodb-none: no suitable system package;
optional

perl_term_readline_gnu-1.35: no suitable system package;
optional, use "./configure --enable-perl_term_readline_gnu" to install

pexpect-4.8.0: standard, will be installed as
an SPKG

pickleshare-0.7.5: standard, will be installed as
an SPKG

pillow-8.1.2: standard, will be installed as
an SPKG

pint-0.17: optional, use "./configure
--enable-pint" to install

pip-21.2.4: standard, will be installed as
an SPKG

pkgconf-0.9.7.p2: using system package; SPKG
will not be installed

pkgconfig-1.5.5: standard, will be installed as
an SPKG

planarity-3.0.1.0: no suitable system package;
standard, will be installed as an SPKG

plantri-4.5: optional, use "./configure
--enable-plantri" to install

pluggy-1.0.0: standard, will be installed as
an SPKG

polylib-5.22.5: optional, use "./configure
--enable-polylib" to install

polymake-4.5: no suitable system package;
optional, use "./configure --enable-polymake" to install

polytopes_db-20170220.p0: standard, will be installed as
an SPKG

polytopes_db_4d-1.0: optional, use "./configure
--enable-polytopes_db_4d" to install

ppl-1.2.p1: no suitable system package;
standard, will be installed as an SPKG

pplpy-0.8.6: standard, will be installed as
an SPKG

primecount-5.1: optional, use "./configure
--enable-primecount" to install

prometheus_client-0.11.0: standard, will be installed as
an SPKG

prompt_toolkit-3.0.20: standard, will be installed as
an SPKG

ptyprocess-0.5.1.p0: standard, will be installed as
an SPKG

py-1.10.0: standard, will be installed as
an SPKG

pybind11-2.7.1.p0: standard, will be installed as
an SPKG

pybtex-none: optional pip package; use
"./sage -i pybtex" to install

pycosat-0.6.3: optional, use "./configure
--enable-pycosat" to install

pycparser-2.20: standard, will be installed as
an SPKG

pycygwin-0.1: standard, will be installed as
an SPKG

pyflakes-none: optional pip package; use
"./sage -i pyflakes" to install

pygments-2.10.0: standard, will be installed as
an SPKG

pygraphviz-none: optional pip package; use
"./sage -i pygraphviz" to install

pynormaliz-2.14: optional, use "./configure
--enable-pynormaliz" to install

pyparsing-2.4.7: standard, will be installed as
an SPKG

pyrsistent-0.18.0: standard, will be installed as
an SPKG

pysingular-0.9.7: optional, use "./configure
--enable-pysingular" to install

pytest-none: optional pip package; use
"./sage -i pytest" to install

python3-3.9.7: no suitable system package;
standard, will be installed as an SPKG

python_igraph-0.8.3: optional, use "./configure
--enable-python_igraph" to install

pytz-2021.1: standard, will be installed as
an SPKG

pyx-none: optional pip package; use
"./sage -i pyx" to install

pyzmq-22.2.1: standard, will be installed as
an SPKG

qepcad-B.1.72: experimental, use "./configure
--enable-qepcad" to install

qhull-2020-src-8.0.2: no suitable system package;
optional, use "./configure --enable-qhull" to install

r-3.6.3: no suitable system package;
standard, will be installed as an SPKG

r_jupyter-none: optional, use "./configure
--enable-r_jupyter" to install

ratpoints-2.1.3.p5: standard, will be installed as
an SPKG

readline-8.0: no suitable system package;
standard, will be installed as an SPKG

requests-2.26.0: standard, will be installed as
an SPKG

rpy2-3.3.6: standard, will be installed as
an SPKG

rst2ipynb-0.2.3: optional, use "./configure
--enable-rst2ipynb" to install

rubiks-20070912.p21: optional, use "./configure
--enable-rubiks" to install

rw-0.9: no suitable system package;
standard, will be installed as an SPKG

saclib-2.2.7: optional, use "./configure
--enable-saclib" to install

sage_conf-9.5.beta7: standard, will be installed as
an SPKG

sage_docbuild-9.5.beta7: standard, will be installed as
an SPKG

sage_flatsurf-none: optional pip package; use
"./sage -i sage_flatsurf" to install

sage_numerical_backends_coin-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_coin" to install

sage_numerical_backends_cplex-9.0b12: optional, use "./configure
--enable-sage_numerical_backends_cplex" to install

sage_numerical_backends_gurobi-9.3.1: optional, use "./configure
--enable-sage_numerical_backends_gurobi" to install

sage_setup-9.5.beta7: standard, will be installed as
an SPKG

sage_sws2rst-9.5.beta7: optional, use "./configure
--enable-sage_sws2rst" to install

sagelib-9.5.beta7: standard, will be installed as
an SPKG

sagemath_doc_html-none: standard, will be installed as
an SPKG

sagemath_doc_pdf-none: optional, use "./configure
--enable-sagemath_doc_pdf" to install

sagenb_export-3.3: standard, will be installed as
an SPKG

sagetex-3.5: standard, will be installed as
an SPKG

scipoptsuite-5.0.1: experimental, use "./configure
--enable-scipoptsuite" to install

scipy-1.6.3: standard, will be installed as
an SPKG

send2trash-1.8.0: standard, will be installed as
an SPKG

setuptools-58.2.0: standard, will be installed as
an SPKG

setuptools_scm-6.3.2: standard, will be installed as
an SPKG

setuptools_wheel-58.2.0: standard, will be installed as
an SPKG

simplegeneric-0.8.1.p0: standard, will be installed as
an SPKG

singular-4.2.1.p0: no suitable system package;
standard, will be installed as an SPKG

singular_jupyter-0.9.7: optional, use "./configure
--enable-singular_jupyter" to install

sip-4.18: optional, use "./configure
--enable-sip" to install

sirocco-2.1.0: optional, use "./configure
--enable-sirocco" to install

six-1.16.0: standard, will be installed as
an SPKG

slabbe-none: optional pip package; use
"./sage -i slabbe" to install

snappy-none: optional pip package; use
"./sage -i snappy" to install

snowballstemmer-2.1.0: standard, will be installed as
an SPKG

speaklater-1.3.p0: optional, use "./configure
--enable-speaklater" to install

sphinx-4.2.0: standard, will be installed as
an SPKG

sphinxcontrib_applehelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_devhelp-1.0.2: standard, will be installed as
an SPKG

sphinxcontrib_htmlhelp-2.0.0: standard, will be installed as
an SPKG

sphinxcontrib_jsmath-1.0.1: standard, will be installed as
an SPKG

sphinxcontrib_qthelp-1.0.3: standard, will be installed as
an SPKG

sphinxcontrib_serializinghtml-1.1.5: standard, will be installed as
an SPKG

sphinxcontrib_websupport-1.2.1: standard, will be installed as
an SPKG

sqlalchemy-none: optional pip package; use
"./sage -i sqlalchemy" to install

sqlite-3.36.0: no suitable system package;
standard, will be installed as an SPKG

suitesparse-5.10.1: no suitable system package;
standard, will be installed as an SPKG

surf-1.0.6-gcc6: experimental, use "./configure
--enable-surf" to install

surface_dynamics-none: optional pip package; use
"./sage -i surface_dynamics" to install

symengine-0.8.1: optional, use "./configure
--enable-symengine" to install

symengine_py-0.8.1.p0: optional, use "./configure
--enable-symengine_py" to install

symmetrica-3.0.1: no suitable system package;
standard, will be installed as an SPKG

sympow-2.023.6: no suitable system package;
standard, will be installed as an SPKG

sympy-1.8: standard, will be installed as
an SPKG

tachyon-0.98.9.p7: no suitable system package;
standard, will be installed as an SPKG

tdlib-0.3.1.p0: optional, use "./configure
--enable-tdlib" to install

terminado-0.11.1: standard, will be installed as
an SPKG

testpath-0.5.0: standard, will be installed as
an SPKG

texlive-none: optional, use "./configure
--enable-texlive" to install

texttable-1.6.3: optional, use "./configure
--enable-texttable" to install

thebe-9624e0a0.p0: standard, will be installed as
an SPKG

threejs-r122.p0: standard, will be installed as
an SPKG

tides-2.0.p0: optional, use "./configure
--enable-tides" to install

toml-0.10.2: not required on your platform;
SPKG will not be installed

tomli-1.2.1: standard, will be installed as
an SPKG

topcom-0.17.7: optional, use "./configure
--enable-topcom" to install

tornado-6.1: standard, will be installed as
an SPKG

tox-3.24.3: using system package; SPKG
will not be installed

traitlets-5.1.1: standard, will be installed as
an SPKG

typing_extensions-3.10.0.0: standard, will be installed as
an SPKG

tzlocal-2.1: standard, will be installed as
an SPKG

urllib3-1.26.6: standard, will be installed as
an SPKG

valgrind-3.14.0: experimental, use "./configure
--enable-valgrind" to install

vcversioner-2.16.0.0.p0: standard, will be installed as
an SPKG

virtualenv-20.7.2: not required on your platform;
SPKG will not be installed

wcwidth-0.2.5: standard, will be installed as
an SPKG

webencodings-0.5.1: standard, will be installed as
an SPKG

wheel-0.37.0: standard, will be installed as
an SPKG

widgetsnbextension-3.5.1.p0: standard, will be installed as
an SPKG

xz-5.2.5: using system package; SPKG
will not be installed

zeromq-4.2.5: no suitable system package;
standard, will be installed as an SPKG

zipp-3.5.0: standard, will be installed as
an SPKG

zlib-1.2.11.p0: using system package; SPKG
will not be installed

zn_poly-0.9.2: no suitable system package;
standard, will be installed as an SPKG

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating build/make/Makefile-auto

config.status: creating build/make/Makefile

config.status: creating src/bin/sage-env-config

config.status: creating src/bin/sage-src-env-config

config.status: creating build/bin/sage-build-env-config

config.status: creating pkgs/sage-conf/sage_conf.py

config.status: creating pkgs/sage-conf/setup.cfg

config.status: executing depfiles commands

config.status: executing mkdirs commands

config.status: creating directory /Applications/sage-9.5.beta7/logs/pkgs

config.status: creating directory /Applications/sage-9.5.beta7

config.status: creating directory /Applications/sage-9.5.beta7/bin

config.status: creating directory /Applications/sage-9.5.beta7/etc

config.status: creating directory /Applications/sage-9.5.beta7/include

config.status: creating directory /Applications/sage-9.5.beta7/lib

config.status: creating directory /Applications/sage-9.5.beta7/lib/pkgconfig

config.status: creating directory /Applications/sage-9.5.beta7/share

config.status: creating directory
/Applications/sage-9.5.beta7/var/lib/sage/installed

config.status: creating symbolic link lib64 -> lib

config.status: executing links commands

config.status: creating convenience symlink prefix ->
/Applications/sage-9.5.beta7

config.status: creating convenience symlink venv ->
/Applications/sage-9.5.beta7

configure:


notice: the following SPKGs did not find equivalent system packages:


arb boost_cropped brial cddlib cliquer ecl eclib ecm fflas_ffpack
flint flintqs fplll gengetopt gf2x gfan giac givaro glpk gmp gsl iml lcalc
libbraiding libhomfly liblzma lrcalc m4ri m4rie mpc mpfi mpfr ntl openblas
openssl palp pari pari_galdata pari_seadata_small planarity ppl python3 r
readline rw singular sqlite suitesparse symmetrica sympow tachyon zeromq
zn_poly 4ti2 _recommended cbc coxeter3 gp2c igraph isl libnauty
libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata
pdf2svg perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu
polymake qhull



checking for the package system in use... homebrew

configure:


hint: installing the following system packages, if not

already present, is recommended and may avoid having to

build them (though some may have to be built anyway):


$ brew install arb boost ecl flint fplll glpk gmp gsl xz libmpc mpfi
mpfr ntl openblas openssl pari pari-elldata pari-galdata pari-galpol
pari-seadata ppl python3 r readline singular sqlite suite-sparse zeromq



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: installing the following system packages, if not

already present, may provide additional optional features:


$ brew install ffmpeg imagemagick texinfo cbc igraph isl nauty
pdf2svg apaffenholz/polymake/polymake qhull



Homebrew can issue suggestions regarding keg-only packages.

The following command is to automatically apply these suggestions

for packages relevant for Sage to make them available for the build.

Run it once to apply the suggestions for the current session.

Add it to your shell profile to apply them for all future sessions.



$ source /Applications/sage-9.5.beta7/.homebrew-build-env


configure:


hint: After installation, re-run configure using:


$ ./config.status --recheck && ./config.status

Best regards,
Neelima
> https://groups.google.com/d/msgid/sage-support/CA%2B8J_uhcUXm%3D91UyHv_OZQpt5tGOvG3QpFkF9B9FhbTV2La20Q%40mail.gmail.com
> .
> >> >
> >> > --
> >> > You received this message because you are subscribed to a topic in
> the Google Groups "sage-support" group.
> >> > To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-support/XwGF584P7EY/unsubscribe.
> >> > To unsubscribe from this group and all its topics, send an email to
> sage-support...@googlegroups.com.
> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2mPzDGkbL4vKC4q0JFCygsjp0cvUGgKjXWWU325nAvPw%40mail.gmail.com
> .
> >>
> > --
> > You received this message because you are subscribed to the Google
> Groups "sage-support" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-support...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CA%2B8J_ug2sqLsxbVYbnzi1od6nPE7Usa9Fe%3DH6qWm9MZ0Ns-Zhw%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-support/XwGF584P7EY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> sage-support...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2d4LU%2BL9HzGZbLCTZXnwnE%3DJSm5VNAGWSx%3D5L%2B-tzdHw%40mail.gmail.com
> .
>

Dima Pasechnik

unread,
Dec 10, 2021, 6:15:56 AM12/10/21
to sage-support
Thanks.
In your log I see

Checking whether SageMath should install SPKG openblas...
checking whether any of gfortran is installed as or will be installed
as SPKG... no
checking for OPENBLAS... no

which means that pkg-config does not find OpenBLAS.


Could you change into the Sage directory and run

source .homebrew-build-env
pkg-config --modversion openblas

on an Intel macbook I get the output from the latter command:
0.3.18

Do you get this too?
If you see this too, this means you didn't source .homebrew-build-env
in your previous attempts, and at this point if you run ./configure again then
OpenBLAS will be recognised (there are still more checks in
./configure it has to pass, though)

If you don't see it, it means that for some reason pkg-config
configuration for OpenBLAS is not installed
by HomeBrew on your machine.
To double-check, please run

find `brew --prefix` -name openblas.pc

on my Intel macbook this gives
/usr/local/Cellar/openblas/0.3.18/lib/pkgconfig/openblas.pc

HTH
Dima
>> >> >> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CA%2B8J_uhcUXm%3D91UyHv_OZQpt5tGOvG3QpFkF9B9FhbTV2La20Q%40mail.gmail.com.
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to a topic in the Google Groups "sage-support" group.
>> >> > To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-support/XwGF584P7EY/unsubscribe.
>> >> > To unsubscribe from this group and all its topics, send an email to sage-support...@googlegroups.com.
>> >> > To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq2mPzDGkbL4vKC4q0JFCygsjp0cvUGgKjXWWU325nAvPw%40mail.gmail.com.
>> >>
>> > --
>> > You received this message because you are subscribed to the Google Groups "sage-support" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
>> > To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CA%2B8J_ug2sqLsxbVYbnzi1od6nPE7Usa9Fe%3DH6qWm9MZ0Ns-Zhw%40mail.gmail.com.
>>
>> --
>> You received this message because you are subscribed to a topic in the Google Groups "sage-support" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-support/XwGF584P7EY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to sage-support...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq2d4LU%2BL9HzGZbLCTZXnwnE%3DJSm5VNAGWSx%3D5L%2B-tzdHw%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CA%2B8J_ug%2BJ6tpnsb5firMzWjommNHdQd16%3Ds1HQXDdjz4wqU5Cw%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages