Dear All,
It was asked before. It is hoped that it does not hurt to ask again
Which of these advanced options should be seriously considered as real at this stage, post './configure' and pre 'make'
Please find appended below the scenario.
Especially, the advanced option "-p auto" looks really challenging!!!
Thank you for your help.
Regards,
~/sage-9.7/b2/b2.0$ ./configure --prefix=/mnt/g/Maths/sage-9.7/b2.0
[...]
~/sage-9.7/b2/b2.0$ ln -s $(pwd)/sage ~/bin/root.b2.0
~/sage-9.7/b2/b2.0$ root.b2.0 --advancedSageMath version 9.7.beta2, Release Date: 2022-06-12
Running Sage, the most common options:
file.[sage|py|spyx] -- run given .sage, .py or .spyx file
-c cmd -- evaluate cmd as sage code. For example,
"sage -c 'print(factor(35))'" will
print "5 * 7".
Running Sage, other options:
--preparse file.sage -- preparse "file.sage", and produce
the corresponding Python file
"
file.sage.py"
-q -- quiet; start with no banner
--min -- do not populate global namespace
(must be first option)
--nodotsage -- run Sage without using the user's
.sage directory: create and use a temporary
.sage directory instead.
--gthread, --qthread, --q4thread, --wthread, --pylab
-- pass the option through to IPython
--simple-prompt -- pass the option through to IPython: use
this option with sage-shell mode in emacs
--gdb -- run Sage under the control of gdb
--gdb-ipython -- run Sage's IPython under the control of gdb
Running external programs:
--cython [...] -- run Cython with the given arguments
(not installed, run sage --pip install cython)
--ecl [...], --lisp [...] -- run Sage's copy of ECL (Embeddable
Common Lisp) with the given arguments
--gap [...] -- run Sage's Gap with the given arguments
--gap3 [...] -- run Sage's Gap3 with the given arguments
(not installed currently, run sage -i gap3)
--git [...] -- run Sage's Git with the given arguments
--gp [...] -- run Sage's PARI/GP calculator with the
given arguments
--ipython [...], --ipython3 [...]
-- run Sage's IPython using the default
environment (not Sage), passing additional
additional options to IPython
--jupyter [...] -- run Sage's Jupyter with given arguments
--kash [...] -- run Sage's Kash with the given arguments
(not installed currently, run sage -i kash)
--M2 [...] -- run Sage's Macaulay2 with the given arguments
(not installed currently, run sage -i macaulay2)
--maxima [...] -- run Sage's Maxima with the given arguments
--mwrank [...] -- run Sage's mwrank with the given arguments
--pip [...] -- invoke pip, the Python package manager
--polymake [...] -- run Sage's Polymake with given arguments
--python [...], --python3 [...]
-- run the Python 3 interpreter
-R [...] -- run Sage's R with the given arguments
--singular [...] -- run Sage's singular with the given arguments
--sqlite3 [...] -- run Sage's sqlite3 with given arguments
Running the notebook:
-n [...], --notebook=[...]
-- start the notebook; valid options include
'default', 'jupyter', 'jupyterlab', and 'export'.
Current default is 'jupyter'.
Run "sage --notebook --help" for more details.
Testing files:
-t [options] <files|dir> -- test examples in .py, .pyx, .sage
or .tex files. Options:
--long -- include lines with the phrase 'long time'
--verbose -- print debugging output during the test
--all -- test all files
--optional -- also test all examples labeled "# optional"
--only-optional[=tags]
-- if no 'tags' are specified, only run
blocks of tests containing a line labeled
"# optional". If a comma-separated
list of tags is specified, only run block
containing a line labeled "# optional tag"
for any of the tags given, and in these blocks
only run the lines which are unlabeled or
labeled "# optional" or labeled
"# optional tag" for any of the tags given.
--randorder[=seed] -- randomize order of tests
--random-seed[=seed] -- random seed (integer) for fuzzing doctests
--new -- only test files modified since last commit
--initial -- only show the first failure per block
--debug -- drop into PDB after an unexpected error
--failed -- only test files that failed last test
--warn-long [timeout] -- warning if doctest is slow
--only-errors -- only output failures, not successes
--gc=GC -- control garbarge collection (ALWAYS:
collect garbage before every test; NEVER:
disable gc; DEFAULT: Python default)
--short[=secs] -- run as many doctests as possible in about 300
seconds (or the number of seconds given.) This runs
the tests for each module from the top of the file
and skips tests once it exceeds the budget
allocated for that file.
--help -- show all doctesting options
--tnew [...] -- equivalent to -t --new
-tp <N> [...] -- like -t above, but tests in parallel using
N threads, with 0 interpreted as min(8, cpu_count())
--testall [options] -- equivalent to -t --all
--coverage <files> -- give information about doctest coverage of files
--coverageall -- give summary info about doctest coverage of
all files in the Sage library
--startuptime [module] -- display how long each component of Sage takes to
start up; optionally specify a module to get more
details about that particular module
--tox [options] <files|dirs> -- general entry point for testing
and linting of the Sage library
-e <envlist> -- run specific test environments
(default: run all except full pycodestyle)
doctest -- run the Sage doctester
(same as "sage -t")
coverage -- give information about doctest coverage of files
(same as "sage --coverage[all]")
startuptime -- display how long each component of Sage takes to start up
(same as "sage --startuptime")
pycodestyle-minimal -- check against Sage's minimal style conventions
relint -- check whether some forbidden patterns appear
(includes all patchbot pattern-exclusion plugins)
codespell -- check for misspelled words in source code
pyright -- run the static typing checker pyright
pycodestyle -- check against the Python style conventions of PEP8
-p auto -- run test environments in parallel
--help -- show tox help
--pytest [options] <files|dirs> -- run pytest on the Sage library
--help -- show pytest help
Some developer utilities:
--grep [options] <string>
-- regular expression search through the Sage
library for "string". Any options will
get passed to the "grep" command.
--grepdoc [options] <string>
-- regular expression search through the
Sage documentation for "string".
--search_src ... -- same as --grep
--search_doc ... -- same as --grepdoc
--sh [...] -- run a shell with Sage environment variables
as they are set in the runtime of Sage
--cleaner -- run the Sage cleaner. This cleans up after Sage,
removing temporary directories and spawned processes.
(This gets run by Sage automatically, so it is usually
not necessary to run it separately.)
File conversion:
--rst2ipynb [...] -- Generates Jupyter notebook (.ipynb) from standalone
reStructuredText source.
(not installed currently, run sage -i rst2ipynb)
--ipynb2rst [...] -- Generates a reStructuredText source file from
a Jupyter notebook (.ipynb).
--sws2rst <sws doc> -- Generates a reStructuredText source file from
a Sage worksheet (.sws) document.
(not installed currently, run sage -i sage_sws2rst)
Valgrind memory debugging:
--cachegrind -- run Sage using Valgrind's cachegrind tool. The log
files are named sage-cachegrind.PID can be found in
$DOT_SAGE
--callgrind -- run Sage using Valgrind's callgrind tool. The log
files are named sage-callgrind.PID can be found in
$DOT_SAGE
--massif -- run Sage using Valgrind's massif tool. The log
files are named sage-massif.PID can be found in
$DOT_SAGE
--memcheck -- run Sage using Valgrind's memcheck tool. The log
files are named sage-memcheck.PID can be found in
$DOT_SAGE
--omega -- run Sage using Valgrind's omega tool. The log
files are named sage-omega.PID can be found in
$DOT_SAGE
--valgrind -- this is an alias for --memcheck
Getting help:
-v, --version -- display Sage version information
--dumpversion -- print brief Sage version
-h, -?, --help -- print a short help message
--advanced -- list all command line options
Building the Sage library:
-b -- build Sage library -- do this if you have
modified any source code files in SAGE_ROOT/src/sage/
-ba -- same as -b, but rebuild *all* Cython
code.
-br -- build and run Sage
-bt [...] -- build Sage and test; same options as -t
-btp <N> [...] -- build Sage and test in parallel; same options as -tp
-btnew [...] -- build Sage and test modified files, as in -t --new
-bn [...], --build-and-notebook [...]
-- build the Sage library (as by running "sage -b")
and then start the notebook
Package handling:
--package [args] -- call the package manager with given arguments.
Run without arguments for help.
--experimental -- list all experimental packages that can be installed
-i [opts] [pkgs] -- install the given Sage packages. Options:
-c -- run the packages' test suites,
overriding the settings of
SAGE_CHECK and SAGE_CHECK_PACKAGES
-d -- only download, do not install packages
-f -- force build: install the packages even
if they are already installed
-s -- do not delete the temporary build directories
after a successful build
-y -- reply yes to prompts about experimental
and old-style packages; warning: there
is no guarantee that these packages will
build correctly; use at your own risk
-n -- reply no to prompts about experimental
and old-style packages
-f [opts] [pkgs] -- shortcut for -i -f: force build of the given Sage
packages
-p [opts] [packages]-- install the given Sage packages, without dependency
checking. Options are the same as for the -i command.
--optional -- list all optional packages that can be installed
--standard -- list all standard packages that can be installed
--installed -- list all installed packages
Making Sage distributions:
--sdist -- build a source distribution of Sage
Building the documentation:
--docbuild [lang/]<document> <html|pdf|...> -- Build the Sage documentation
Other developer tools:
--root -- print the Sage root directory
--git-branch -- print the current git branch
--buildsh [...] -- run a shell with Sage environment variables
as they are set while building Sage and its packages
~/sage-9.7/b2/b2.0$ root.b2.0 -p auto
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/mnt/g/Maths/sage-9.7/b2.0 --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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... /usr/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... /usr/bin/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 the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (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 the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... none
checking for gfortran... gfortran
checking whether the compiler supports GNU Fortran... yes
checking whether gfortran accepts -g... yes
checking for gcc... gcc
checking whether the compiler supports GNU Objective C... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking for g++... g++
checking whether the compiler supports GNU Objective C++... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for complex.h... yes
checking for sqrt in -lm... yes
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gcc...
checking whether gcc is already installed in SAGE_LOCAL... no
checking for C compiler vendor... gnu
checking whether g++ supports C++11 features with -std=gnu++11... yes
checking if gcc accepts -dumpversion option... yes
checking gcc version... 9
checking if g++ accepts -dumpversion option... yes
checking g++ version... 9
checking whether C++ compiler accepts "-march=native"... yes
checking for OpenMP flag of C compiler... -fopenmp
checking for OpenMP flag of C++ compiler... -fopenmp
configure: will use system package and not install SPKG gcc
checking for the location of crti.o... /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gmp...
checking for gmp.h... yes
checking for gmpxx.h... yes
checking for library containing __gmpq_cmp_z... -lgmp
configure: will use system package and not install SPKG gmp
checking absolute name of <gmp.h>... checking for gmp.h... (cached) yes
///usr/include/x86_64-linux-gnu/gmp.h
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zlib...
checking for inflateEnd in -lz... 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... no
checking for glpsol... /usr/bin/glpsol
checking for glpk.h... yes
checking for library containing glp_config... -lglpk
yes. Use system's glpk
configure: will use system package and not install SPKG glpk
using glpk from the system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG 4ti2...
checking whether any of gmp glpk zlib is installed as or will be installed as SPKG... no
checking for hilbert... no
checking for 4ti2-hilbert... 4ti2-hilbert
checking for markov... no
checking for 4ti2-markov... 4ti2-markov
checking for graver... no
checking for 4ti2-graver... 4ti2-graver
checking for zsolve... no
checking for 4ti2-zsolve... 4ti2-zsolve
checking for qsolve... no
checking for 4ti2-qsolve... 4ti2-qsolve
checking for rays... no
checking for 4ti2-rays... 4ti2-rays
checking for ppi... no
checking for 4ti2-ppi... 4ti2-ppi
checking for circuits... no
checking for 4ti2-circuits... 4ti2-circuits
checking for groebner... no
checking for 4ti2-groebner... 4ti2-groebner
checking for library 4ti2gmp... no
configure: no suitable system package found for SPKG 4ti2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tox...
checking for tox >= 2.5.0... /usr/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... no
checking for mpfr.h... yes
checking for library containing mpfr_free_pool... -lmpfr
configure: will use system package and not install SPKG mpfr
using mpfr library from the system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ntl...
checking whether any of gmp gcc is installed as or will be installed as SPKG... no
checking for NTL/ZZ.h... yes
checking whether we can link a program using NTL... yes
checking NTL version >= 10.3... yes
configure: will use system package and not install SPKG ntl
checking absolute name of <NTL/ZZ.h>... checking for NTL/ZZ.h... (cached) yes
///usr/include/NTL/ZZ.h
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG flint...
checking whether any of mpfr ntl is installed as or will be installed as SPKG... no
checking for flint/flint.h... yes
checking for library containing fmpz_mod_ctx_init... no
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)... yes
configure: will use system package and not install 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... yes
configure: will use system package and not install 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... no
checking if we can link against brial libraries and run... checking version not equal to 1.2.5... yes
configure: will use system package and not install SPKG brial
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG bzip2...
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... 9
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... yes
checking for cblas_dgemm... yes
checking for dgeqrf... no
checking for dgeqrf_... yes
checking for DGEQRF... no
checking for DGEQRF_... no
configure: will use system package and not install 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... no
checking for CBC... yes
configure: will use system package and not install SPKG cbc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cddlib...
checking whether any of gmp is installed as or will be installed as SPKG... no
checking for cddexec... cddexec
checking for cddexec_gmp... cddexec_gmp
checking for redcheck_gmp... no
checking for scdd_gmp... no
checking for scdd... no
checking whether cddexec --redcheck works correctly for real input... no
checking for cddlib/cdd.h... no
checking for library containing dd_abs... -lcddgmp
configure: no suitable system package found for SPKG cddlib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cliquer...
checking for library containing clique_unweighted_max_weight... -lcliquer
checking for cliquer/cliquer.h... yes
checking for cl... no
configure: cl (cliquer's CLI) is not found.
configure: No action, as Sage does not need it. cl might be named cliquer on this system.
configure: will use system package and not install SPKG cliquer
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cmake...
checking for cmake >= 3.4... /usr/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) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.68.0
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... yes; disabling using of system gc
configure: no suitable system package found for 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... yes
configure: will use system package and not install SPKG ncurses
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG readline...
checking Installing ncurses? ... No.
checking for READLINE... yes
configure: will use system package and not install SPKG readline
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari...
checking whether any of gmp readline is installed as or will be installed as SPKG... no
checking for gp... /usr/bin/gp
checking for gphelp... /usr/bin/gphelp
checking whether gphelp has access to the documentation... yes
checking is pari_elldata installed? ... yes
checking is pari_galdata installed? ... yes
checking is pari_galpol installed? ... yes
checking is pari_seadata installed? ... yes
checking whether rnfdisc bug of pari 2.13.1 is fixed... yes
checking for pari/pari.h... yes
checking for library containing matpermanent... -lpari
checking getting GP's version ... 133890
checking comparing GP and libpari versions... libpari's and GP's versions match. Good
checking is GP's version good enough? ... no
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... no
checking for ecm.h... yes
checking absolute name of <ecm.h>... checking for ecm.h... (cached) yes
///usr/include/ecm.h
checking for library containing ecm_factor... -lecm
checking for ecm... /usr/bin/ecm
configure: will use system package and not install SPKG ecm
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG givaro...
checking whether any of gmp is installed as or will be installed as SPKG... no
checking for givaro-config... /usr/bin/givaro-config
checking is givaro's version acceptable? ... yes
configure: will use system package and not install 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... no
checking for FFLAS_FFPACK... yes
configure: will use system package and not install SPKG fflas_ffpack
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ffmpeg...
checking for ffmpeg... /usr/bin/ffmpeg
configure: will use system package and not install SPKG ffmpeg
-----------------------------------------------------------------------------
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... yes
configure: will use system package and not install SPKG flintqs
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fplll...
checking whether any of gcc mpfr is installed as or will be installed as SPKG... no
checking for FPLLL... no
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... /usr/bin/gengetopt
configure: will use system package and not install SPKG gengetopt
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gf2x...
checking for GF2X... yes
configure: will use system package and not install SPKG gf2x
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gfan...
checking for gfan >= 0.6.2...
configure: will use system package and not install 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... /usr/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... no
checking for GSL... yes
configure: will use system package and not install SPKG gsl
checking 32-bit host C ABI... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib64
checking for iconv... yes
checking for working iconv... yes
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... no
checking for IGRAPH... no
configure: no suitable system package found for SPKG igraph
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG imagemagick...
checking for convert... /usr/bin/convert
configure: will use system package and not install SPKG imagemagick
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG iml...
checking whether any of gmp openblas is installed as or will be installed as SPKG... no
checking for iml.h... yes
checking for library containing nonsingSolvLlhsMM... -liml
configure: will use system package and not install 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... no
checking for ISL... yes
configure: will use system package and not install SPKG isl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lcalc...
checking whether any of pari 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... yes
configure: will use system package and not install 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 libgraphviz...
checking for graphviz/cgraph.h... yes
configure: will use system package and not install SPKG libgraphviz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libhomfly...
checking whether any of gc is installed as or will be installed as SPKG... yes; install libhomfly as well
configure: no suitable system package found for SPKG libhomfly
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG xz...
configure: SPKG xz is not required on this system
-----------------------------------------------------------------------------
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 for lzma.h... yes
configure: will use system package and not install SPKG liblzma
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG nauty...
checking for geng... no
checking for nauty-geng... /usr/bin/nauty-geng
checking for nauty-directg... /usr/bin/nauty-directg
checking for nauty-gentourng... /usr/bin/nauty-gentourng
checking for nauty-geng... /usr/bin/nauty-geng
checking for nauty-genbg... /usr/bin/nauty-genbg
checking for nauty-gentreeg... /usr/bin/nauty-gentreeg
checking for nauty-converseg... /usr/bin/nauty-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 for nauty/nauty.h... yes
checking for library containing densenauty... -lnauty
configure: will use system package and not install 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 m4rie...
checking whether any of m4ri is installed as or will be installed as SPKG... no
checking for m4rie/m4rie.h... yes
checking for library containing gf2e_init... -lm4rie
configure: will use system package and not install SPKG m4rie
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG linbox...
checking whether any of fflas_ffpack flint fplll givaro gmp iml m4ri m4rie mpfr ntl is installed as or will be installed as SPKG... yes; install linbox as well
configure: no suitable system package found for SPKG linbox
-----------------------------------------------------------------------------
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
checking for lrcalc/lrcoef.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 mpc...
checking whether any of mpfr is installed as or will be installed as SPKG... no
checking for mpc.h... yes
checking for library containing mpc_cmp_abs... -lmpc
configure: will use system package and not install SPKG mpc
using mpc library from the system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpfi...
checking whether any of mpfr is installed as or will be installed as SPKG... no
checking for mpfi.h... yes
checking for library containing mpfi_diam_abs... -lmpfi
checking MPFI version >= 1.5... yes
configure: will use system package and not install SPKG mpfi
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ninja_build...
checking for ninja >= 1.7.2... /usr/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... no
checking for python3 >= 3.8.0, < 3.11.0 with modules sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip...
checking ... whether /usr/bin/python3 is good... no, the version is in the supported range but cannot import one of the required modules: sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip
checking ... whether /bin/python3 is good... no, the version is in the supported range but cannot import one of the required modules: sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip
configure: to try to use a different system python, use ./configure --with-python=/path/to/python
configure: no suitable system package found for SPKG python3
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG openssl...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether OpenSSL >= 1.1.1, as required by PEP 644... yes
configure: will use system package and not install SPKG openssl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG palp...
checking for poly.x... /usr/bin/poly.x
checking for poly-4d.x... /usr/bin/poly-4d.x
checking for poly-5d.x... /usr/bin/poly-5d.x
checking for poly-6d.x... /usr/bin/poly-6d.x
checking for poly-11d.x... /usr/bin/poly-11d.x
checking for class.x... /usr/bin/class.x
checking for class-4d.x... /usr/bin/class-4d.x
checking for class-5d.x... /usr/bin/class-5d.x
checking for class-6d.x... /usr/bin/class-6d.x
checking for class-11d.x... /usr/bin/class-11d.x
checking for nef.x... /usr/bin/nef.x
checking for nef-4d.x... /usr/bin/nef-4d.x
checking for nef-5d.x... /usr/bin/nef-5d.x
checking for nef-6d.x... /usr/bin/nef-6d.x
checking for nef-11d.x... /usr/bin/nef-11d.x
checking for cws.x... /usr/bin/cws.x
checking for cws-4d.x... /usr/bin/cws-4d.x
checking for cws-5d.x... /usr/bin/cws-5d.x
checking for cws-6d.x... /usr/bin/cws-6d.x
checking for cws-11d.x... /usr/bin/cws-11d.x
configure: will use system package and not install SPKG palp
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pandoc...
checking for pandoc... /usr/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... /usr/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... /usr/bin/pdf2svg
configure: will use system package and not install 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... ok
checking for perl module File::Slurp... ok
checking for perl module JSON... ok
checking for perl module SVG... ok
checking for perl module Term::ReadKey... ok
configure: will use system package and not install SPKG perl_cpan_polymake_prereq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_mongodb...
checking for perl module MongoDB... ok
configure: will use system package and not install SPKG perl_mongodb
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_term_readline_gnu...
checking for perl module Term::ReadLine... ok
checking Term::ReadLine module...... GNU
configure: will use system package and not install 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 for planarity/planarity.h... yes
checking for gp_InitGraph in -lplanarity... yes
checking for planarity version 3.0 or later... yes
configure: will use system package and not install SPKG planarity
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG polymake...
checking for polymake-config >= 3.5... /bin/polymake-config
checking whether libpolymake works... no
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... no
checking for ppl-config... /usr/bin/ppl-config
checking for the Parma Polyhedra Library, version >= 1.2... yes
configure: will use system package and not install 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 primesieve...
checking for PRIMESIEVE... no
configure: no suitable system package found for SPKG primesieve
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG primecount...
checking whether any of primesieve is installed as or will be installed as SPKG... yes; install primecount as well
configure: no suitable system package found for SPKG primecount
-----------------------------------------------------------------------------
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... no
checking for R... yes
checking for R... /usr/bin/R
configure: will use system package and not install 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 for rw.h... yes
checking for library containing calculate_level... -lrw
configure: will use system package and not install 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... yes
configure: will use system package and not install SPKG sqlite
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG suitesparse...
checking whether any of openblas is installed as or will be installed as SPKG... no
checking for library containing cholmod_speye... -lcholmod
checking for library containing umfpack_di_solve... -lumfpack
checking for library containing SuiteSparse_version... -lsuitesparseconfig
checking for suitesparse/SuiteSparse_config.h... yes
checking for suitesparse/amd.h... yes
configure: will use system package and not install SPKG suitesparse
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG symmetrica...
checking for symmetrica/def.h... yes
checking for library containing zykelind_tetraeder_edges_extended... -lsymmetrica
checking whether we have a properly patched Symmetrica version... appears to be a well-patched version.
configure: will use system package and not install SPKG symmetrica
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sympow...
checking for sympow... /usr/bin/sympow
checking whether sympow works well (cf. :trac:30147 and :trac:30633)... yes; use system sympow
configure: will use system package and not install SPKG sympow
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tachyon...
checking for tachyon... /usr/bin/tachyon
configure: will use system package and not install SPKG tachyon
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG texlive...
checking for pdflatex... /usr/bin/pdflatex
checking for latexmk... /usr/bin/latexmk
checking for dvipng... /usr/bin/dvipng
checking for latex package fontspec... yes
checking for latex package xunicode... yes
checking for latex package xltxtra... yes
checking for latex package amssymb... yes
checking for latex package amsfonts... yes
checking for latex package graphicx... yes
checking for latex package mathrsfs... yes
checking for latex package textcomp... yes
checking for latex package tikz... yes
checking for latex package tikz-qtree... yes
checking for latex package iftex... yes
checking for latex package tkz-berge... yes
checking for latex package tkz-graph... yes
checking for latex package xy... yes
checking for latex package babel... yes
checking for latex package subfigure... yes
checking for latex package hyperref... yes
checking for latex package hypcap... yes
checking for latex package xr... yes
checking for latex package tgtermes... yes
checking for latex package fncychap... yes
configure: will use system package and not install SPKG texlive
-----------------------------------------------------------------------------
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 for zmq.h... yes
checking for ZMQ version >= 4.2.5... yes
configure: will use system package and not install SPKG zeromq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zn_poly...
checking whether any of gmp is installed as or will be installed as SPKG... no
checking for zn_poly/zn_poly.h... yes
checking for library containing zn_mod_init... -lzn_poly
configure: will use system package and not install 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.22.1: 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-4.10.0: standard, will be installed as an SPKG
beniget-0.4.1: standard, will be installed as an SPKG
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: using system package; SPKG will not be installed
brial-1.2.8: using system package; SPKG will not be installed
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: using system package; SPKG will not be installed
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.10.8: standard, will be installed as an SPKG
cffi-1.15.0: standard, will be installed as an SPKG
charset_normalizer-2.0.4: standard, will be installed as an SPKG
cliquer-1.22: using system package; SPKG will not be installed
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-b95c1659af1d26926ddf421d28b2d1f76dbc4810:base, use "./configure --enable-configure" to install
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
cppy-1.1.0: standard, will be installed as an SPKG
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.11.0: standard, will be installed as an SPKG
cylp-0.91.4: optional, use "./configure --enable-cylp" to install
cypari-2.1.2: standard, will be installed as an SPKG
cysignals-1.11.2: standard, will be installed as an SPKG
cython-0.29.30: 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.2: standard, will be installed as an SPKG
debugpy-1.5.1: optional, use "./configure --enable-debugpy" to install
decorator-5.0.9: standard, will be installed as an SPKG
deformation-20210503: experimental, use "./configure --enable-deformation" to install
defusedxml-0.7.1: standard, will be installed as an SPKG
distlib-0.3.4: 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.5: using system package; SPKG will not be installed
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: using system package; SPKG will not be installed
ffmpeg-none: using system package
filelock-3.6.0: not required on your platform; SPKG will not be installed
flint-2.8.4: no suitable system package; standard, will be installed as an SPKG
flintqs-1.0.p0: using system package; SPKG will not be installed
flit_core-3.4.0: standard, will be installed as an SPKG
fonttools-4.28.4: standard, will be installed as an SPKG
fplll-5.4.2: no suitable system package; standard, will be installed as an SPKG
fpylll-0.5.7: 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
furo-none: optional pip package; use "./sage -i furo" 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
gast-0.5.2: standard, will be installed as an SPKG
gc-8.0.4: no suitable system package; standard, will be installed as an SPKG
gcc-11.3.0: using system package; SPKG will not be installed
gdb-8.2: experimental, use "./configure --enable-gdb" to install
gengetopt-2.23: using system package; SPKG will not be installed
gf2x-1.3.0: using system package; SPKG will not be installed
gfan-0.6.2.p1: using system package; SPKG will not be installed
gfortran-11.3.0: using system package; SPKG will not be installed
giac-1.6.0.47p3.p0: no suitable system package; standard, will be installed as an SPKG
git-none: using system package
givaro-4.1.1: using system package; SPKG will not be installed
glpk-5.0.p0: using system package; SPKG will not be installed
glucose-4.1: optional, use "./configure --enable-glucose" to install
gmp-6.2.1: using system package; SPKG will not be installed
gmpy2-2.1.1: 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: using system package; SPKG will not be installed
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.9.7: no suitable system package; optional, use "./configure --enable-igraph" to install
imagemagick-none: using system package
imagesize-1.2.0: standard, will be installed as an SPKG
iml-1.0.4p2.p2: using system package; SPKG will not be installed
importlib_metadata-4.8.2: 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.6.0: standard, will be installed as an SPKG
ipympl-none: optional pip package; use "./sage -i ipympl" to install
ipython-7.29.0: standard, will be installed as an SPKG
ipython_genutils-0.2.0: standard, will be installed as an SPKG
ipywidgets-7.6.5: standard, will be installed as an SPKG
isl-0.20: using system package; SPKG will not be installed
jedi-0.18.1: standard, will be installed as an SPKG
jinja2-3.1.2: standard, will be installed as an SPKG
jmol-14.29.52: standard, will be installed as an SPKG
jsonschema-4.3.2: standard, will be installed as an SPKG
jupymake-0.9: optional, use "./configure --enable-jupymake" to install
jupyter_client-7.1.0: standard, will be installed as an SPKG
jupyter_core-4.9.1: standard, will be installed as an SPKG
jupyter_jsmol-0.2.4: standard, will be installed as an SPKG
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-none: optional pip package; use "./sage -i jupyterlab_widgets" to install
jupyter_packaging-none: optional pip package; use "./sage -i jupyter_packaging" to install
jupyter_sphinx-0.3.2: standard, will be installed as an SPKG
kenzo-1.1.10: optional, use "./configure --enable-kenzo" to install
kiwisolver-1.3.2: standard, will be installed as an SPKG
latte_int-1.7.6: optional, use "./configure --enable-latte_int" to install
lcalc-2.0.5: 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: using system package; SPKG will not be installed
libffi-3.2.1: using system package; SPKG will not be installed
libgd-2.3.2: using system package; SPKG will not be installed
libgraphviz-none: using system package
libhomfly-1.02r6: no suitable system package; standard, will be installed as an SPKG
liblzma-5.2.5: using system package; SPKG will not be installed
libnauty-none: using system package; SPKG will not be installed
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: no suitable system package; standard, will be installed as an SPKG
llvm-none: not required on your platform
lrcalc-2.1: no suitable system package; standard, will be installed as an SPKG
lrcalc_python-2.1: 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: using system package; SPKG will not be installed
m4rie-20200115: using system package; SPKG will not be installed
markupsafe-2.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-3.2.0: standard, will be installed as an SPKG
matplotlib-3.5.1: 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: using system package; SPKG will not be installed
mpfi-1.5.2: using system package; SPKG will not be installed
mpfr-4.0.1.p0: using system package; SPKG will not be installed
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.9: standard, will be installed as an SPKG
nbconvert-6.4.4: standard, will be installed as an SPKG
nbformat-5.1.3: standard, will be installed as an SPKG
ncurses-6.3: using system package; SPKG will not be installed
nest_asyncio-1.5.4: 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.10: standard, will be installed as an SPKG
notedown-1.5.1: optional, use "./configure --enable-notedown" to install
ntl-11.4.3: using system package; SPKG will not be installed
numpy-1.21.4: standard, will be installed as an SPKG
openblas-0.3.20: using system package; SPKG will not be installed
openssl-3.0.3: using system package; SPKG will not be installed
ore_algebra-none: optional pip package; use "./sage -i ore_algebra" to install
packaging-21.3: standard, will be installed as an SPKG
palettable-3.3.0: optional, use "./configure --enable-palettable" to install
palp-2.11: using system package; SPKG will not be installed
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.3: 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_jupyter-1.4.0: optional, use "./configure --enable-pari_jupyter" 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: using system package
perl_cpan_polymake_prereq-none: using system package
perl_mongodb-none: using system package
perl_term_readline_gnu-1.35: using system package; SPKG will not be installed
pexpect-4.8.0: standard, will be installed as an SPKG
p_group_cohomology-3.3.2: optional, use "./configure --enable-p_group_cohomology" to install
phitigra-none: optional pip package; use "./sage -i phitigra" to install
pickleshare-0.7.5: standard, will be installed as an SPKG
pillow-9.0.1: standard, will be installed as an SPKG
pint-0.17: optional, use "./configure --enable-pint" to install
pip-22.0.2: 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: using system package; SPKG will not be installed
plantri-5.2: optional, use "./configure --enable-plantri" to install
platformdirs-2.5.1: standard, will be installed as an SPKG
pluggy-1.0.0: standard, will be installed as an SPKG
ply-3.11: standard, will be installed as an SPKG
polylib-5.22.5: optional, use "./configure --enable-polylib" to install
polymake-4.6: 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: using system package; SPKG will not be installed
pplpy-0.8.6: standard, will be installed as an SPKG
pplpy_doc-0.8.6: standard, will be installed as an SPKG
primecount-7.1: no suitable system package; standard, will be installed as an SPKG
primecountpy-0.1.0: standard, will be installed as an SPKG
primesieve-7.6: no suitable system package; standard, will be installed as an SPKG
prometheus_client-0.12.0: standard, will be installed as an SPKG
prompt_toolkit-3.0.22: 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.8.1: 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.21: standard, will be installed as an SPKG
pycryptosat-5.6.8: optional, use "./configure --enable-pycryptosat" to install
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-3.0.6: standard, will be installed as an SPKG
pyppeteer-none: optional pip package; use "./sage -i pyppeteer" to install
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
pytest_xdist-none: optional pip package; use "./sage -i pytest_xdist" to install
python3-3.10.3: no suitable system package; standard, will be installed as an SPKG
python_igraph-0.9.9: optional, use "./configure --enable-python_igraph" to install
pythran-0.11.0: standard, will be installed as an SPKG
pytz-2021.3: standard, will be installed as an SPKG
pyx-none: optional pip package; use "./sage -i pyx" to install
pyzmq-22.3.0: 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; standard, will be installed as an SPKG
r-3.6.3: using system package; SPKG will not be installed
readline-8.1.2: using system package; SPKG will not be installed
requests-2.26.0: standard, will be installed as an SPKG
retrolab-none: optional pip package; use "./sage -i retrolab" to install
r_jupyter-none: optional, use "./configure --enable-r_jupyter" to install
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: using system package; SPKG will not be installed
saclib-2.2.7: optional, use "./configure --enable-saclib" to install
sage_conf-9.7.beta2: standard, will be installed as an SPKG
sage_docbuild-9.7.beta2: standard, will be installed as an SPKG
sage_flatsurf-none: optional pip package; use "./sage -i sage_flatsurf" to install
sagelib-9.7.beta2: standard, will be installed as an SPKG
sagemath_categories-9.7.beta2: experimental, use "./configure --enable-sagemath_categories" to install
sagemath_doc_html-none: standard, will be installed as an SPKG
sagemath_doc_pdf-none: optional, use "./configure --enable-sagemath_doc_pdf" to install
sagemath_environment-9.7.beta2: experimental, use "./configure --enable-sagemath_environment" to install
sagemath_objects-9.7.beta2: experimental, use "./configure --enable-sagemath_objects" to install
sagemath_repl-9.7.beta2: experimental, use "./configure --enable-sagemath_repl" to install
sagenb_export-3.3: standard, will be installed as an SPKG
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.7.beta2: standard, will be installed as an SPKG
sage_sws2rst-9.7.beta2: optional, use "./configure --enable-sage_sws2rst" to install
sagetex-3.5: standard, will be installed as an SPKG
scipoptsuite-5.0.1: experimental, use "./configure --enable-scipoptsuite" to install
scipy-1.7.3: standard, will be installed as an SPKG
send2trash-1.8.0: standard, will be installed as an SPKG
setuptools-59.8.0: standard, will be installed as an SPKG
setuptools_scm-6.3.2: standard, will be installed as an SPKG
setuptools_scm_git_archive-1.1: standard, will be installed as an SPKG
setuptools_wheel-59.8.0: standard, will be installed as an SPKG
simplegeneric-0.8.1.p0: standard, will be installed as an SPKG
singular-4.2.1p3: 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
soupsieve-2.3.1: standard, will be installed as an SPKG
sphinx-4.4.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: using system package; SPKG will not be installed
suitesparse-5.10.1: using system package; SPKG will not be installed
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: using system package; SPKG will not be installed
sympow-2.023.6: using system package; SPKG will not be installed
sympy-1.10.1: standard, will be installed as an SPKG
tachyon-0.98.9.p7: using system package; SPKG will not be installed
tdlib-0.3.1.p0: optional, use "./configure --enable-tdlib" to install
terminado-0.12.1: standard, will be installed as an SPKG
testpath-0.5.0: standard, will be installed as an SPKG
texlive-none: using system package; SPKG will not be installed
texttable-1.6.3: optional, use "./configure --enable-texttable" to install
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.14.1: 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.2: standard, will be installed as an SPKG
xz-5.2.5: not required on your platform; SPKG will not be installed
zeromq-4.3.4: using system package; SPKG will not be installed
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: using system package; SPKG will not be installed
checking that generated files are newer than configure... done
configure: creating ./config.status
configure:
notice: the following SPKGs did not find equivalent system packages:
arb cddlib ecl eclib flint fplll gc giac lcalc libhomfly linbox lrcalc pari pari_galdata pari_seadata_small primecount primesieve python3 qhull singular 4ti2 coxeter3 gp2c igraph libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata polymake _recommended
checking for the package system in use... (ignoring conda because no environment is active) debian
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):
$ sudo apt-get update
$ sudo apt-get install libflint-arb-dev libcdd-dev libcdd-tools ecl libec-dev eclib-tools libflint-dev libfplll-dev libgc-dev libgiac-dev xcas lcalc liblfunction-dev libhomfly-dev liblinbox-dev liblrcalc-dev pari-gp2c libpari-dev pari-doc pari-elldata pari-galdata pari-galpol pari-seadata libprimesieve-dev python3 libpython3-dev python3-distutils python3-venv libqhull-dev singular singular-doc libsingular4-dev
configure:
hint: installing the following system packages, if not
already present, may provide additional optional features:
$ sudo apt-get update
$ sudo apt-get install 4ti2 pari-gp2c libigraph-dev lrslib polymake libpolymake-dev default-jdk libavdevice-dev
configure:
hint: After installation, re-run configure using:
$ ./config.status --recheck && ./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 /home/hph/sage-9.7/b2/b2.0/logs/pkgs
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/bin
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/etc
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/include
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/lib
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/lib/pkgconfig
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/share
config.status: creating directory /mnt/g/Maths/sage-9.7/b2.0/var/lib/sage/installed
config.status: executing links commands
config.status: creating convenience symlink prefix -> /mnt/g/Maths/sage-9.7/b2.0
config.status: creating convenience symlink venv -> /mnt/g/Maths/sage-9.7/b2.0
Error: package 'auto' not found
Note: if it is an old-style package, installing these is no longer supported
~/sage-9.7/b2/b2.0$