Skip to content

Instantly share code, notes, and snippets.

@edgarcosta
Created May 21, 2024 12:38
Show Gist options
  • Save edgarcosta/eb74c28b2c3309cbd9a1e77a3f1fbf28 to your computer and use it in GitHub Desktop.
Save edgarcosta/eb74c28b2c3309cbd9a1e77a3f1fbf28 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Sage configure 10.4.beta6, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ ./configure --with-system-givaro=no --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = omega.local
uname -m = x86_64
uname -r = 21.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 21.6.0: Wed Oct 4 23:55:28 PDT 2023; root:xnu-8020.240.18.704.15~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 21.6.0: Wed Oct 4 23:55:28 PDT 2023; root:xnu-8020.240.18.704.15~1/RELEASE_X86_64
Kernel configured for up to 12 processors.
6 processors are physically available.
12 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
Primary memory available: 64.00 gigabytes
Default processor set: 788 tasks, 5014 threads, 12 processors
Load average: 4.17, Mach factor: 7.82
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/share/google-cloud-sdk/bin/
PATH: /Users/edgarcosta/.elan/bin/
PATH: /usr/local/opt/ruby/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /Library/TeX/texbin/
PATH: /Applications/Little Snitch.app/Contents/Components/
PATH: /Applications/Magma/
PATH: /usr/local/opt/fzf/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:5552: looking for aux files: config.guess config.sub compile config.rpath missing install-sh
configure:5565: trying ./config/
configure:5594: ./config/config.guess found
configure:5594: ./config/config.sub found
configure:5594: ./config/compile found
configure:5594: ./config/config.rpath found
configure:5594: ./config/missing found
configure:5576: ./config/install-sh found
configure:5732: checking for a BSD-compatible install
configure:5806: result: /usr/local/bin/ginstall -c
configure:5817: checking whether build environment is sane
configure:5872: result: yes
configure:6033: checking for a race-free mkdir -p
configure:6076: result: /usr/local/bin/gmkdir -p
configure:6083: checking for gawk
configure:6104: found /usr/local/bin/gawk
configure:6116: result: gawk
configure:6127: checking whether make sets $(MAKE)
configure:6151: result: yes
configure:6181: checking whether make supports nested variables
configure:6200: result: yes
configure:6339: checking whether to enable maintainer-specific portions of Makefiles
configure:6350: result: yes
configure:6379: checking whether make supports the include directive
configure:6394: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:6397: $? = 0
configure:6416: result: yes (GNU style)
configure:6493: checking for gcc
configure:6514: found /usr/bin/gcc
configure:6526: result: gcc
configure:6885: checking for C compiler version
configure:6894: gcc --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:6905: $? = 0
configure:6894: gcc -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:6905: $? = 0
configure:6894: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:6905: $? = 1
configure:6894: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:6905: $? = 1
configure:6894: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:6905: $? = 1
configure:6925: checking whether the C compiler works
configure:6947: gcc conftest.c >&5
configure:6951: $? = 0
configure:7002: result: yes
configure:7006: checking for C compiler default output file name
configure:7008: result: a.out
configure:7014: checking for suffix of executables
configure:7021: gcc -o conftest conftest.c >&5
configure:7025: $? = 0
configure:7049: result:
configure:7073: checking whether we are cross compiling
configure:7081: gcc -o conftest conftest.c >&5
configure:7085: $? = 0
configure:7092: ./conftest
configure:7096: $? = 0
configure:7111: result: no
configure:7117: checking for suffix of object files
configure:7140: gcc -c conftest.c >&5
configure:7144: $? = 0
configure:7168: result: o
configure:7172: checking whether the compiler supports GNU C
configure:7192: gcc -c conftest.c >&5
configure:7192: $? = 0
configure:7204: result: yes
configure:7215: checking whether gcc accepts -g
configure:7236: gcc -c -g conftest.c >&5
configure:7236: $? = 0
configure:7283: result: yes
configure:7303: checking for gcc option to enable C11 features
configure:7318: gcc -c -g -O2 conftest.c >&5
configure:7318: $? = 0
configure:7337: result: none needed
configure:7461: checking whether gcc understands -c and -o together
configure:7484: gcc -c conftest.c -o conftest2.o
configure:7487: $? = 0
configure:7484: gcc -c conftest.c -o conftest2.o
configure:7487: $? = 0
configure:7500: result: yes
configure:7519: checking dependency style of gcc
configure:7632: result: none
configure:7653: checking build system type
configure:7669: result: x86_64-apple-darwin21.6.0
configure:7689: checking host system type
configure:7704: result: x86_64-apple-darwin21.6.0
configure:7753: checking for ld used by gcc
configure:7883: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:7890: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:7907: result: no
configure:7915: checking for shared library run path origin
configure:7930: result: done
configure:8007: checking for root user
configure:8016: result: no
configure:8083: checking for a sed that does not truncate output
configure:8155: result: /usr/local/bin/gsed
configure:8163: checking for ar
configure:8184: found /usr/bin/ar
configure:8197: result: yes
configure:8218: checking for m4
configure:8239: found /usr/bin/m4
configure:8252: result: yes
configure:8333: checking for pkg-config
configure:8356: found /usr/local/bin/pkg-config
configure:8369: result: /usr/local/bin/pkg-config
configure:8394: checking pkg-config is at least version 0.29
configure:8397: result: yes
configure:8408: checking for ranlib
configure:8429: found /usr/bin/ranlib
configure:8442: result: yes
configure:8463: checking for strip
configure:8484: found /usr/bin/strip
configure:8497: result: yes
configure:8517: checking for GNU or BSD tar
configure:8572: result: /usr/bin/tar
configure:8584: checking for GNU make
configure:8633: result: /usr/bin/make
configure:8644: checking for Python
configure:8647: result: /usr/local/opt/python@3.12/bin/python3.12
configure:8659: checking for perl
configure:8682: found /usr/local/bin/perl
configure:8695: result: /usr/local/bin/perl
configure:8703: checking for Perl version 5.8.0 or later
configure:8718: result: yes
configure:8750: checking whether a conda environment is active
configure:8759: result: no
configure:8867: checking for gcc
configure:8900: result: gcc
configure:9259: checking for C compiler version
configure:9268: gcc --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:9279: $? = 0
configure:9268: gcc -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:9279: $? = 0
configure:9268: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:9279: $? = 1
configure:9268: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:9279: $? = 1
configure:9268: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:9279: $? = 1
configure:9283: checking whether the compiler supports GNU C
configure:9315: result: yes
configure:9326: checking whether gcc accepts -g
configure:9394: result: yes
configure:9414: checking for gcc option to enable C11 features
configure:9448: result: none needed
configure:9572: checking whether gcc understands -c and -o together
configure:9611: result: yes
configure:9630: checking dependency style of gcc
configure:9743: result: none
configure:9763: checking how to run the C preprocessor
configure:9789: gcc -E conftest.c
configure:9789: $? = 0
configure:9805: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:9805: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9834: result: gcc -E
configure:9848: gcc -E conftest.c
configure:9848: $? = 0
configure:9864: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:9864: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9966: checking for g++
configure:9987: found /usr/bin/g++
configure:9999: result: g++
configure:10026: checking for C++ compiler version
configure:10035: g++ --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:10046: $? = 0
configure:10035: g++ -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:10046: $? = 0
configure:10035: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:10046: $? = 1
configure:10035: g++ -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:10046: $? = 1
configure:10050: checking whether the compiler supports GNU C++
configure:10070: g++ -c conftest.cpp >&5
configure:10070: $? = 0
configure:10082: result: yes
configure:10093: checking whether g++ accepts -g
configure:10114: g++ -c -g conftest.cpp >&5
configure:10114: $? = 0
configure:10161: result: yes
configure:10181: checking for g++ option to enable C++11 features
configure:10196: g++ -c conftest.cpp >&5
conftest.cpp:57:3: error: "Compiler does not advertise C++11 conformance"
# error "Compiler does not advertise C++11 conformance"
^
conftest.cpp:62:3: error: unknown type name 'constexpr'
constexpr int get_val() { return 20; }
^
conftest.cpp:74:17: error: delegating constructors are permitted only in C++11
delegate(): delegate(2354) {}
^~~~~~~~
conftest.cpp:85:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
virtual int getval() override final { return this->n * 2; }
^
conftest.cpp:85:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
virtual int getval() override final { return this->n * 2; }
^
conftest.cpp:92:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy() = default;
^
conftest.cpp:93:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy(const nocopy&) = delete;
^
conftest.cpp:94:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy & operator=(const nocopy&) = delete;
^
conftest.cpp:106:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
template <typename V> auto sum(V first) -> V
^
conftest.cpp:106:25: error: 'auto' not allowed in function return type
template <typename V> auto sum(V first) -> V
^~~~
conftest.cpp:106:42: error: expected ';' at end of declaration
template <typename V> auto sum(V first) -> V
^
;
conftest.cpp:106:43: error: cannot use arrow operator on a type
template <typename V> auto sum(V first) -> V
^
conftest.cpp:110:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:110:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:110:43: error: 'auto' not allowed in function return type
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^~~~
conftest.cpp:110:74: error: expected ';' at end of declaration
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
;
conftest.cpp:110:75: error: cannot use arrow operator on a type
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a1 = 6538;
^
conftest.cpp:135:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a2 = 48573953.4;
^
conftest.cpp:136:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a3 = "String literal";
^
conftest.cpp:139:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
for (auto i = a3; *i; ++i) { total += *i; }
^
conftest.cpp:155:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
for (auto &x : array) { x += 23; }
^
conftest.cpp:155:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
for (auto &x : array) { x += 23; }
^
conftest.cpp:160:17: error: expected expression
assert (eval ([](int x) { return x*2; }, 21) == 42);
^
conftest.cpp:162:17: error: expected expression
assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
^
conftest.cpp:164:17: error: expected expression
assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
^
conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a = sum(1);
^
conftest.cpp:170:12: error: no matching function for call to 'sum'
auto a = sum(1);
^~~
conftest.cpp:171:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto b = sum(1, 2);
^
conftest.cpp:171:12: error: no matching function for call to 'sum'
auto b = sum(1, 2);
^~~
conftest.cpp:172:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto c = sum(1.0, 2.0, 3.0);
^
conftest.cpp:172:12: error: no matching function for call to 'sum'
auto c = sum(1.0, 2.0, 3.0);
^~~
conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
cxx11test::delegate d2();
^~
conftest.cpp:177:25: note: remove parentheses to declare a variable
cxx11test::delegate d2();
^~
conftest.cpp:190:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
test_template<::test_template<int>> v(test_template<int>(12));
^~~
< ::
conftest.cpp:190:36: error: a space is required between consecutive right angle brackets (use '> >')
test_template<::test_template<int>> v(test_template<int>(12));
^~
> >
conftest.cpp:194:22: error: use of undeclared identifier 'u8'
char const *utf8 = u8"UTF-8 string \u2500";
^
conftest.cpp:194:24: error: expected ';' at end of declaration
char const *utf8 = u8"UTF-8 string \u2500";
^
;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
18 warnings and 20 errors generated.
configure:10196: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| /* end confdefs.h. */
|
| // Does the compiler advertise C++98 conformance?
| #if !defined __cplusplus || __cplusplus < 199711L
| # error "Compiler does not advertise C++98 conformance"
| #endif
|
| // These inclusions are to reject old compilers that
| // lack the unsuffixed header files.
| #include <cstdlib>
| #include <exception>
|
| // <cassert> and <cstring> are *not* freestanding headers in C++98.
| extern void assert (int);
| namespace std {
| extern int strcmp (const char *, const char *);
| }
|
| // Namespaces, exceptions, and templates were all added after "C++ 2.0".
| using std::exception;
| using std::strcmp;
|
| namespace {
|
| void test_exception_syntax()
| {
| try {
| throw "test";
| } catch (const char *s) {
| // Extra parentheses suppress a warning when building autoconf itself,
| // due to lint rules shared with more typical C programs.
| assert (!(strcmp) (s, "test"));
| }
| }
|
| template <typename T> struct test_template
| {
| T const val;
| explicit test_template(T t) : val(t) {}
| template <typename U> T add(U u) { return static_cast<T>(u) + val; }
| };
|
| } // anonymous namespace
|
|
| // Does the compiler advertise C++ 2011 conformance?
| #if !defined __cplusplus || __cplusplus < 201103L
| # error "Compiler does not advertise C++11 conformance"
| #endif
|
| namespace cxx11test
| {
| constexpr int get_val() { return 20; }
|
| struct testinit
| {
| int i;
| double d;
| };
|
| class delegate
| {
| public:
| delegate(int n) : n(n) {}
| delegate(): delegate(2354) {}
|
| virtual int getval() { return this->n; };
| protected:
| int n;
| };
|
| class overridden : public delegate
| {
| public:
| overridden(int n): delegate(n) {}
| virtual int getval() override final { return this->n * 2; }
| };
|
| class nocopy
| {
| public:
| nocopy(int i): i(i) {}
| nocopy() = default;
| nocopy(const nocopy&) = delete;
| nocopy & operator=(const nocopy&) = delete;
| private:
| int i;
| };
|
| // for testing lambda expressions
| template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
| {
| return f(v);
| }
|
| // for testing variadic templates and trailing return types
| template <typename V> auto sum(V first) -> V
| {
| return first;
| }
| template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
| {
| return first + sum(rest...);
| }
| }
|
|
| int
| main (int argc, char **argv)
| {
| int ok = 0;
|
| assert (argc);
| assert (! argv[0]);
| {
| test_exception_syntax ();
| test_template<double> tt (2.0);
| assert (tt.add (4) == 6.0);
| assert (true && !false);
| }
|
|
| {
| // Test auto and decltype
| auto a1 = 6538;
| auto a2 = 48573953.4;
| auto a3 = "String literal";
|
| int total = 0;
| for (auto i = a3; *i; ++i) { total += *i; }
|
| decltype(a2) a4 = 34895.034;
| }
| {
| // Test constexpr
| short sa[cxx11test::get_val()] = { 0 };
| }
| {
| // Test initializer lists
| cxx11test::testinit il = { 4323, 435234.23544 };
| }
| {
| // Test range-based for
| int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
| 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
| for (auto &x : array) { x += 23; }
| }
| {
| // Test lambda expressions
| using cxx11test::eval;
| assert (eval ([](int x) { return x*2; }, 21) == 42);
| double d = 2.0;
| assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
| assert (d == 5.0);
| assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
| assert (d == 5.0);
| }
| {
| // Test use of variadic templates
| using cxx11test::sum;
| auto a = sum(1);
| auto b = sum(1, 2);
| auto c = sum(1.0, 2.0, 3.0);
| }
| {
| // Test constructor delegation
| cxx11test::delegate d1;
| cxx11test::delegate d2();
| cxx11test::delegate d3(45);
| }
| {
| // Test override and final
| cxx11test::overridden o1(55464);
| }
| {
| // Test nullptr
| char *c = nullptr;
| }
| {
| // Test template brackets
| test_template<::test_template<int>> v(test_template<int>(12));
| }
| {
| // Unicode literals
| char const *utf8 = u8"UTF-8 string \u2500";
| char16_t const *utf16 = u"UTF-8 string \u2500";
| char32_t const *utf32 = U"UTF-32 string \u2500";
| }
|
| return ok;
| }
|
configure:10196: g++ -std=gnu++11 -c conftest.cpp >&5
conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
cxx11test::delegate d2();
^~
conftest.cpp:177:25: note: remove parentheses to declare a variable
cxx11test::delegate d2();
^~
1 warning generated.
configure:10196: $? = 0
configure:10218: result: -std=gnu++11
configure:10286: checking dependency style of g++ -std=gnu++11
configure:10399: result: none
configure:10473: checking for gfortran
configure:10494: found /usr/local/bin/gfortran
configure:10506: result: gfortran
configure:10532: checking for Fortran compiler version
configure:10541: gfortran --version >&5
GNU Fortran (Homebrew GCC 14.1.0) 14.1.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:10552: $? = 0
configure:10541: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/14.1.0/bin/../libexec/gcc/x86_64-apple-darwin21/14/lto-wrapper
Target: x86_64-apple-darwin21
Configured with: ../configure --prefix=/usr/local/opt/gcc --libdir=/usr/local/opt/gcc/lib/gcc/current --disable-nls --enable-checking=release --with-gcc-major-version-only --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-14 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-zstd=/usr/local/opt/zstd --with-pkgversion='Homebrew GCC 14.1.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --with-system-zlib --build=x86_64-apple-darwin21 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.1.0 (Homebrew GCC 14.1.0)
configure:10552: $? = 0
configure:10541: gfortran -V >&5
gfortran: error: unrecognized command-line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:10552: $? = 1
configure:10541: gfortran -qversion >&5
gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:10552: $? = 1
configure:10561: checking whether the compiler supports GNU Fortran
configure:10575: gfortran -c conftest.F >&5
configure:10575: $? = 0
configure:10587: result: yes
configure:10595: checking whether gfortran accepts -g
configure:10607: gfortran -c -g conftest.f >&5
configure:10607: $? = 0
configure:10618: result: yes
configure:10714: checking for gcc
configure:10735: found /usr/bin/gcc
configure:10747: result: gcc
configure:10772: checking for Objective C compiler version
configure:10781: gcc --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:10792: $? = 0
configure:10781: gcc -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:10792: $? = 0
configure:10781: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:10792: $? = 1
configure:10781: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:10792: $? = 1
configure:10796: checking whether the compiler supports GNU Objective C
configure:10816: gcc -c conftest.m >&5
configure:10816: $? = 0
configure:10828: result: yes
configure:10839: checking whether gcc accepts -g
configure:10860: gcc -c -g conftest.m >&5
configure:10860: $? = 0
configure:10907: result: yes
configure:10932: checking dependency style of gcc
configure:11043: result: none
configure:11118: checking for g++
configure:11139: found /usr/bin/g++
configure:11151: result: g++
configure:11176: checking for Objective C++ compiler version
configure:11185: g++ --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:11196: $? = 0
configure:11185: g++ -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:11196: $? = 0
configure:11185: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:11196: $? = 1
configure:11185: g++ -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:11196: $? = 1
configure:11200: checking whether the compiler supports GNU Objective C++
configure:11220: g++ -c conftest.mm >&5
configure:11220: $? = 0
configure:11232: result: yes
configure:11243: checking whether g++ accepts -g
configure:11264: g++ -c -g conftest.mm >&5
configure:11264: $? = 0
configure:11311: result: yes
configure:11336: checking dependency style of g++
configure:11447: result: none
configure:11488: checking for stdio.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for stdlib.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for string.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for inttypes.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for stdint.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for strings.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for sys/stat.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for sys/types.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11488: checking for unistd.h
configure:11488: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11488: $? = 0
configure:11488: result: yes
configure:11513: checking for complex.h
configure:11513: g++ -std=gnu++11 -c conftest.cpp >&5
configure:11513: $? = 0
configure:11513: result: yes
configure:11537: checking for sqrt in -lm
configure:11559: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5
configure:11559: $? = 0
configure:11571: result: yes
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gcc... ##
## ---------------------------------------------------- ##
configure:11859: checking whether gcc is already installed in SAGE_LOCAL
configure:11931: result: no
configure:11970: checking for C compiler vendor
configure:12018: gcc -c -g -O2 conftest.c >&5
conftest.c:28:9: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:12018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:12018: gcc -c -g -O2 conftest.c >&5
conftest.c:28:9: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:12018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:12018: gcc -c -g -O2 conftest.c >&5
conftest.c:28:9: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:12018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:12018: gcc -c -g -O2 conftest.c >&5
configure:12018: $? = 0
configure:12028: result: clang
configure:12073: checking whether g++ -std=gnu++11 supports C++11 features with -std=gnu++11
configure:12370: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:12370: $? = 0
configure:12382: result: yes
configure:12837: checking if gcc accepts -dumpversion option
configure:12865: cat conftest.c 1>&5
int main()
{
return 0;
}
configure:12868: $? = 0
configure:12872: gcc -dumpversion -c conftest.c 1>&5
14.0.0
configure:12875: $? = 0
configure:12879: result: yes
configure:12910: checking gcc version
configure:12927: result: 14.0.0
configure:12941: checking if g++ accepts -dumpversion option
configure:12969: cat conftest.c 1>&5
int main()
{
return 0;
}
configure:12972: $? = 0
configure:12976: gcc -dumpversion -c conftest.c 1>&5
14.0.0
configure:12979: $? = 0
configure:12983: result: yes
configure:13014: checking g++ version
configure:13031: result: 14.0.0
configure:13147: checking whether C++ compiler accepts "-march=native"
configure:13167: g++ -std=gnu++11 -std=gnu++11 -c -march=native conftest.cpp >&5
configure:13167: $? = 0
configure:13179: result: yes
configure:13201: checking for OpenMP flag of C compiler
configure:13247: gcc -o conftest -g -O2 -fopenmp conftest.c -lm >&5
clang: error: unsupported option '-fopenmp'
clang: error: unsupported option '-fopenmp'
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -openmp conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-7d7f33.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -qopenmp conftest.c -lm >&5
clang: error: unknown argument '-qopenmp'; did you mean '-fopenmp'?
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -mp conftest.c -lm >&5
clang: error: unknown argument: '-mp'
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -xopenmp conftest.c -lm >&5
clang: error: language not recognized: 'openmp'
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -omp conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-109f75.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest -g -O2 -qsmp=omp conftest.c -lm >&5
clang: error: unknown argument: '-qsmp=omp'
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13247: gcc -o conftest conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-3ac47d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13258: result: unknown
configure:13286: checking for OpenMP flag of C++ compiler
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -fopenmp conftest.cpp -lm >&5
clang: error: unsupported option '-fopenmp'
clang: error: unsupported option '-fopenmp'
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -openmp conftest.cpp -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-5d11e5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -qopenmp conftest.cpp -lm >&5
clang: error: unknown argument '-qopenmp'; did you mean '-fopenmp'?
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -mp conftest.cpp -lm >&5
clang: error: unknown argument: '-mp'
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -xopenmp conftest.cpp -lm >&5
clang: error: language not recognized: 'openmp'
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -omp conftest.cpp -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-5f9910.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest -qsmp=omp conftest.cpp -lm >&5
clang: error: unknown argument: '-qsmp=omp'
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13332: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lm >&5
Undefined symbols for architecture x86_64:
"_omp_set_num_threads", referenced from:
_main in conftest-269762.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #include <omp.h>
|
| static void
| parallel_fill(int * data, int n)
| {
| int i;
| #pragma omp parallel for
| for (i = 0; i < n; ++i)
| data[i] = i;
| }
|
| int
| main()
| {
| int arr[100000];
| omp_set_num_threads(2);
| parallel_fill(arr, 100000);
| return 0;
| }
|
configure:13343: result: unknown
configure:13369: will use system package and not install SPKG gcc
configure:13404: checking for the location of crti.o
configure:13414: result:
configure:13431: checking how to run the C++ preprocessor
configure:13453: g++ -std=gnu++11 -std=gnu++11 -E conftest.cpp
configure:13453: $? = 0
configure:13469: g++ -std=gnu++11 -std=gnu++11 -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:13469: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13498: result: g++ -std=gnu++11 -std=gnu++11 -E
configure:13512: g++ -std=gnu++11 -std=gnu++11 -E conftest.cpp
configure:13512: $? = 0
configure:13528: g++ -std=gnu++11 -std=gnu++11 -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:13528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gmp... ##
## ---------------------------------------------------- ##
configure:13657: checking for gmp.h
configure:13657: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:13657: $? = 0
configure:13657: result: yes
configure:13666: checking for gmpxx.h
configure:13666: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:13666: $? = 0
configure:13666: result: yes
configure:13675: checking for library containing __gmpn_gcd_11
configure:13704: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lm >&5
Undefined symbols for architecture x86_64:
"___gmpn_gcd_11", referenced from:
_main in conftest-6a6578.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int __gmpn_gcd_11 ();
| }
| int
| main (void)
| {
| return conftest::__gmpn_gcd_11 ();
| ;
| return 0;
| }
configure:13704: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lgmp -lm >&5
configure:13704: $? = 0
configure:13726: result: -lgmp
configure:13743: will use system package and not install SPKG gmp
configure:13783: checking absolute name of <gmp.h>
configure:13789: checking for gmp.h
configure:13789: result: yes
error: write on a pipe with no reader
configure:13811: result: ///usr/local/include/gmp.h
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG zlib... ##
## ----------------------------------------------------- ##
configure:13951: checking for inflateEnd in -lz
configure:13973: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lz -lgmp -lm >&5
configure:13973: $? = 0
configure:13985: result: yes
configure:13995: checking for zlib.h
configure:13995: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:13995: $? = 0
configure:13995: result: yes
configure:14007: checking for libpng >= 1.2
configure:14014: $PKG_CONFIG --exists --print-errors "libpng >= 1.2"
configure:14017: $? = 0
configure:14031: $PKG_CONFIG --exists --print-errors "libpng >= 1.2"
configure:14034: $? = 0
configure:14168: result: yes
configure:14180: will use system package and not install SPKG zlib
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG glpk... ##
## ----------------------------------------------------- ##
configure:14323: checking whether any of gmp zlib is installed as or will be installed as SPKG
configure:14333: result: no
configure:14338: checking for glpsol
configure:14361: found /usr/local/bin/glpsol
configure:14374: result: /usr/local/bin/glpsol
configure:14424: checking for glpk.h
configure:14424: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:14424: $? = 0
configure:14424: result: yes
configure:14433: checking for library containing glp_config
configure:14462: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lgmp -lm >&5
Undefined symbols for architecture x86_64:
"_glp_config", referenced from:
_main in conftest-cc9783.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int glp_config ();
| }
| int
| main (void)
| {
| return conftest::glp_config ();
| ;
| return 0;
| }
configure:14462: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lglpk -lgmp -lm >&5
configure:14462: $? = 0
configure:14484: result: -lglpk
configure:14511: will use system package and not install SPKG glpk
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG 4ti2... ##
## ----------------------------------------------------- ##
configure:14668: checking whether any of gmp glpk zlib is installed as or will be installed as SPKG
configure:14678: result: no
configure:14686: checking for hilbert
configure:14722: result: no
configure:14686: checking for 4ti2-hilbert
configure:14722: result: no
configure:14686: checking for 4ti2_hilbert
configure:14722: result: no
configure:14740: checking for markov
configure:14776: result: no
configure:14740: checking for 4ti2-markov
configure:14776: result: no
configure:14740: checking for 4ti2_markov
configure:14776: result: no
configure:14794: checking for graver
configure:14830: result: no
configure:14794: checking for 4ti2-graver
configure:14830: result: no
configure:14794: checking for 4ti2_graver
configure:14830: result: no
configure:14848: checking for zsolve
configure:14884: result: no
configure:14848: checking for 4ti2-zsolve
configure:14884: result: no
configure:14848: checking for 4ti2_zsolve
configure:14884: result: no
configure:14902: checking for qsolve
configure:14938: result: no
configure:14902: checking for 4ti2-qsolve
configure:14938: result: no
configure:14902: checking for 4ti2_qsolve
configure:14938: result: no
configure:14956: checking for rays
configure:14992: result: no
configure:14956: checking for 4ti2-rays
configure:14992: result: no
configure:14956: checking for 4ti2_rays
configure:14992: result: no
configure:15010: checking for ppi
configure:15046: result: no
configure:15010: checking for 4ti2-ppi
configure:15046: result: no
configure:15010: checking for 4ti2_ppi
configure:15046: result: no
configure:15064: checking for circuits
configure:15100: result: no
configure:15064: checking for 4ti2-circuits
configure:15100: result: no
configure:15064: checking for 4ti2_circuits
configure:15100: result: no
configure:15118: checking for groebner
configure:15154: result: no
configure:15118: checking for 4ti2-groebner
configure:15154: result: no
configure:15118: checking for 4ti2_groebner
configure:15154: result: no
configure:15168: checking for library 4ti2gmp
configure:15190: g++ -std=gnu++11 -std=gnu++11 -o conftest -D__STDC_LIMIT_MACROS -D_4ti2_GMP_ conftest.cpp -lglpk -lgmp -lm -l4ti2gmp -lzsolve >&5
conftest.cpp:26:10: fatal error: '4ti2/4ti2.h' file not found
#include "4ti2/4ti2.h"
^~~~~~~~~~~~~
1 error generated.
configure:15190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| /* end confdefs.h. */
|
| #include "4ti2/4ti2.h"
|
| int
| main (void)
| {
| _4ti2_rays_create_state(_4ti2_PREC_INT_ARB);
|
| ;
| return 0;
| }
configure:15198: result: no
configure:15233: no suitable system package found for SPKG 4ti2
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _develop... ##
## --------------------------------------------------------- ##
configure:15377: no suitable system package found for SPKG _develop
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _prereq... ##
## -------------------------------------------------------- ##
configure:15506: will use system package and not install SPKG _prereq
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _recommended... ##
## ------------------------------------------------------------- ##
configure:15665: no suitable system package found for SPKG _recommended
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG tox... ##
## ---------------------------------------------------- ##
configure:15789: checking for tox >= 4.2.7
configure:15869: result: /usr/local/bin/tox
configure:15881: will use system package and not install SPKG tox
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG virtualenv... ##
## ----------------------------------------------------------- ##
configure:16007: SPKG virtualenv is not required on this system
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG appdirs... ##
## -------------------------------------------------------- ##
configure:16153: SPKG appdirs is not required on this system
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG bliss... ##
## ------------------------------------------------------ ##
configure:16314: checking for bliss/bliss_C.h
configure:16314: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
conftest.cpp:53:10: fatal error: 'bliss/bliss_C.h' file not found
#include <bliss/bliss_C.h>
^~~~~~~~~~~~~~~~~
1 error generated.
configure:16314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bliss/bliss_C.h>
configure:16314: result: no
configure:16452: no suitable system package found for SPKG bliss
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG boost_cropped... ##
## -------------------------------------------------------------- ##
configure:16733: checking for boostlib >= 1.66.0 (106600)
configure:16765: g++ -std=gnu++11 -std=gnu++11 -c -I/usr/local/include conftest.cpp >&5
configure:16765: $? = 0
configure:16768: result: yes
configure:16934: will use system package and not install SPKG boost_cropped
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libpng... ##
## ------------------------------------------------------- ##
configure:17073: checking installing zlib?
configure:17080: result: no
configure:17084: checking for libpng >= 1.2
configure:17153: result: yes
configure:17163: will use system package and not install SPKG libpng
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG m4ri... ##
## ----------------------------------------------------- ##
configure:17265: m4ri has already been installed by SageMath
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG brial... ##
## ------------------------------------------------------ ##
configure:17502: brial has already been installed by SageMath
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG bzip2... ##
## ------------------------------------------------------ ##
configure:17877: checking for bzlib.h
configure:17877: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:17877: $? = 0
configure:17877: result: yes
configure:17881: checking for library containing BZ2_bzCompress
configure:17910: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lglpk -lgmp -lm >&5
Undefined symbols for architecture x86_64:
"_BZ2_bzCompress", referenced from:
_main in conftest-f55171.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int BZ2_bzCompress ();
| }
| int
| main (void)
| {
| return conftest::BZ2_bzCompress ();
| ;
| return 0;
| }
configure:17910: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lbz2 -lglpk -lgmp -lm >&5
configure:17910: $? = 0
configure:17932: result: -lbz2
configure:17941: checking for bzip2
configure:17964: found /usr/bin/bzip2
configure:17977: result: /usr/bin/bzip2
configure:18006: will use system package and not install SPKG bzip2
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cachetools... ##
## ----------------------------------------------------------- ##
configure:18132: SPKG cachetools is not required on this system
configure:18203: checking for Fortran flag needed to accept free-form source
configure:18223: gfortran -c conftest.f >&5
conftest.f:2:4:
2 | program freeform
| 1
Error: Non-numeric character in statement label at (1)
conftest.f:4:27:
4 | print *, 'Hello ', &
| 1
Error: Expected expression in PRINT statement at (1)
conftest.f:5:12:
5 | 'world.'
| 1
Error: Invalid character in name at (1)
configure:18223: $? = 1
configure: failed program was:
|
| program freeform
| ! FIXME: how to best confuse non-freeform compilers?
| print *, 'Hello ', &
| 'world.'
| end
configure:18223: gfortran -c -ffree-form conftest.f >&5
configure:18223: $? = 0
configure:18234: result: -ffree-form
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gfortran... ##
## --------------------------------------------------------- ##
configure:18388: checking the version of gfortran
configure:18391: result: 14
configure:18443: will use system package and not install SPKG gfortran
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG openblas... ##
## --------------------------------------------------------- ##
configure:18545: openblas has already been installed by SageMath
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG cbc... ##
## ---------------------------------------------------- ##
configure:20088: checking whether any of openblas zlib bzip2 is installed as or will be installed as SPKG
configure:20093: result: yes; install cbc as well
configure:20197: no suitable system package found for SPKG cbc
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cddlib... ##
## ------------------------------------------------------- ##
configure:20323: checking whether any of gmp is installed as or will be installed as SPKG
configure:20333: result: no
configure:20340: checking for cddexec
configure:20361: found /usr/local/bin/cddexec
configure:20373: result: cddexec
configure:20393: checking for cddexec_gmp
configure:20414: found /usr/local/bin/cddexec_gmp
configure:20426: result: cddexec_gmp
configure:20446: checking for redcheck_gmp
configure:20467: found /usr/local/bin/redcheck_gmp
configure:20479: result: redcheck_gmp
configure:20499: checking for scdd_gmp
configure:20520: found /usr/local/bin/scdd_gmp
configure:20532: result: scdd_gmp
configure:20551: checking whether cddexec --redcheck works correctly for real input
size = 5 x 4
Number Type = real
configure:20576: result: yes
configure:20583: checking for cddlib/cdd.h
configure:20583: g++ -std=gnu++11 -std=gnu++11 -c conftest.cpp >&5
configure:20583: $? = 0
configure:20583: result: yes
configure:20597: checking for library containing dd_abs
configure:20626: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lbz2 -lglpk -lgmp -lm >&5
Undefined symbols for architecture x86_64:
"_dd_abs", referenced from:
_main in conftest-5ab181.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int dd_abs ();
| }
| int
| main (void)
| {
| return conftest::dd_abs ();
| ;
| return 0;
| }
configure:20626: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lcddgmp -lbz2 -lglpk -lgmp -lm >&5
configure:20626: $? = 0
configure:20648: result: -lcddgmp
configure:20670: will use system package and not install SPKG cddlib
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG chardet... ##
## -------------------------------------------------------- ##
configure:20796: SPKG chardet is not required on this system
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cliquer... ##
## -------------------------------------------------------- ##
configure:20918: cliquer has already been installed by SageMath
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG cmake... ##
## ------------------------------------------------------ ##
configure:21237: checking for cmake >= 3.11
configure:21329: result: /usr/local/bin/cmake
configure:21340: will use system package and not install SPKG cmake
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG colorama... ##
## --------------------------------------------------------- ##
configure:21466: SPKG colorama is not required on this system
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG coxeter3... ##
## --------------------------------------------------------- ##
configure:21630: checking for library coxeter3
configure:21652: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lcddgmp -lbz2 -lglpk -lgmp -lm -lcoxeter3 >&5
conftest.cpp:28:22: fatal error: 'coxeter/sage.h' file not found
#include <coxeter/sage.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:21652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| /* end confdefs.h. */
|
|
| #include <coxeter/sage.h>
| #include <coxeter/interactive.h>
|
| int
| main (void)
| {
|
| coxeter::CoxGroup *g = interactive::coxeterGroup("B", 2);
|
| ;
| return 0;
| }
|
configure:21660: result: no
configure:21695: no suitable system package found for SPKG coxeter3
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG curl... ##
## ----------------------------------------------------- ##
configure:21820: checking for curl 7.22
configure:21864: result: /usr/bin/curl
configure:21911: checking for gawk
configure:21944: result: gawk
configure:22012: checking for curl-config
configure:22035: found /usr/bin/curl-config
configure:22048: result: /usr/bin/curl-config
configure:22059: checking for the version of libcurl
configure:22068: result: 8.1.2
configure:22075: checking for libcurl >= version 7.22
configure:22090: result: yes
configure:22131: checking whether libcurl is usable
configure:22166: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm >&5
configure:22166: $? = 0
configure:22183: result: yes
configure:22196: checking for curl_free
configure:22196: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lcddgmp -lbz2 -lglpk -lgmp -lm -lcurl >&5
configure:22196: $? = 0
configure:22196: result: yes
configure:22286: checking whether programs linking to libcurl can be executed
configure:22338: g++ -std=gnu++11 -std=gnu++11 -o conftest conftest.cpp -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm >&5
configure:22338: $? = 0
configure:22338: ./conftest
configure:22338: $? = 0
configure:22353: result: yes
configure:22364: will use system package and not install SPKG curl
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG distlib... ##
## -------------------------------------------------------- ##
configure:22489: SPKG distlib is not required on this system
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libatomic_ops... ##
## -------------------------------------------------------------- ##
configure:22650: checking for atomic_ops >= 7.6.2
configure:22657: $PKG_CONFIG --exists --print-errors "atomic_ops >= 7.6.2"
configure:22660: $? = 0
configure:22674: $PKG_CONFIG --exists --print-errors "atomic_ops >= 7.6.2"
configure:22677: $? = 0
configure:22715: result: yes
configure:22724: will use system package and not install SPKG libatomic_ops
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG gc... ##
## --------------------------------------------------- ##
configure:22865: checking whether any of libatomic_ops is installed as or will be installed as SPKG
configure:22875: result: no
configure:22878: checking whether we run on WSL
configure:22889: result: no
configure:22893: checking for bdw-gc-threaded >= 7.6.4
configure:22900: $PKG_CONFIG --exists --print-errors "bdw-gc-threaded >= 7.6.4"
Package bdw-gc-threaded was not found in the pkg-config search path.
Perhaps you should add the directory containing `bdw-gc-threaded.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bdw-gc-threaded' found
configure:22903: $? = 1
configure:22917: $PKG_CONFIG --exists --print-errors "bdw-gc-threaded >= 7.6.4"
Package bdw-gc-threaded was not found in the pkg-config search path.
Perhaps you should add the directory containing `bdw-gc-threaded.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bdw-gc-threaded' found
configure:22920: $? = 1
configure:22934: result: no
No package 'bdw-gc-threaded' found
configure:22953: checking for bdw-gc >= 7.6.4
configure:22960: $PKG_CONFIG --exists --print-errors "bdw-gc >= 7.6.4"
configure:22963: $? = 0
configure:22977: $PKG_CONFIG --exists --print-errors "bdw-gc >= 7.6.4"
configure:22980: $? = 0
configure:23020: result: yes
configure:23121: will use system package and not install SPKG gc
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ecl... ##
## ---------------------------------------------------- ##
configure:23268: checking whether any of gcc gc gmp is installed as or will be installed as SPKG
configure:23278: result: no
configure:23283: checking for ecl-config
configure:23306: found /usr/local/bin/ecl-config
configure:23319: result: /usr/local/bin/ecl-config
configure:23363: gcc -o conftest -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm >&5
configure:23363: $? = 0
configure:23363: ./conftest
configure:23363: $? = 0
configure:23399: will use system package and not install SPKG ecl
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ntl... ##
## ---------------------------------------------------- ##
configure:23557: checking whether any of gmp gcc is installed as or will be installed as SPKG
configure:23567: result: no
configure:23570: checking for NTL/ZZ.h
configure:23570: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:23570: $? = 0
configure:23570: result: yes
configure:23579: checking whether we can link a program using NTL
configure:23596: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:23596: $? = 0
configure:23598: result: yes
configure:23610: checking NTL version >= 10.3
configure:23639: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:23639: $? = 0
configure:23639: ./conftest
11.5.1
configure:23639: $? = 0
configure:23642: result: yes
configure:23671: will use system package and not install SPKG ntl
configure:23711: checking absolute name of <NTL/ZZ.h>
configure:23717: checking for NTL/ZZ.h
configure:23717: result: yes
error: write on a pipe with no reader
configure:23739: result: ///usr/local/include/NTL/ZZ.h
configure:23818: $PKG_CONFIG --exists --print-errors "ntl"
Package ntl was not found in the pkg-config search path.
Perhaps you should add the directory containing `ntl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ntl' found
configure:23821: $? = 1
configure:23852: $PKG_CONFIG --exists --print-errors "ntl"
Package ntl was not found in the pkg-config search path.
Perhaps you should add the directory containing `ntl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ntl' found
configure:23855: $? = 1
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ncurses... ##
## -------------------------------------------------------- ##
configure:23989: checking for ncurses >= 6.0
configure:23996: $PKG_CONFIG --exists --print-errors "ncurses >= 6.0"
Requested 'ncurses >= 6.0' but version of ncurses is 5.7.20081102
configure:23999: $? = 1
configure:24013: $PKG_CONFIG --exists --print-errors "ncurses >= 6.0"
Requested 'ncurses >= 6.0' but version of ncurses is 5.7.20081102
configure:24016: $? = 1
configure:24030: result: no
Requested 'ncurses >= 6.0' but version of ncurses is 5.7.20081102
configure:24048: checking for ncurses.h
configure:24048: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:24048: $? = 0
configure:24048: result: yes
configure:24052: checking for library containing wresize
configure:24081: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_wresize", referenced from:
_main in conftest-2fe57d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int wresize ();
| }
| int
| main (void)
| {
| return conftest::wresize ();
| ;
| return 0;
| }
configure:24081: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:24081: $? = 0
configure:24103: result: -lncurses
configure:24211: will use system package and not install SPKG ncurses
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG readline... ##
## --------------------------------------------------------- ##
configure:24313: readline has already been installed by SageMath
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari... ##
## ----------------------------------------------------- ##
configure:24686: pari has already been installed by SageMath
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpfr... ##
## ----------------------------------------------------- ##
configure:25371: checking whether any of gmp is installed as or will be installed as SPKG
configure:25381: result: no
configure:25384: checking for mpfr.h
configure:25384: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:25384: $? = 0
configure:25384: result: yes
configure:25393: checking for library containing mpfr_cmpabs_ui
configure:25422: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_mpfr_cmpabs_ui", referenced from:
_main in conftest-5cbde8.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int mpfr_cmpabs_ui ();
| }
| int
| main (void)
| {
| return conftest::mpfr_cmpabs_ui ();
| ;
| return 0;
| }
configure:25422: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:25422: $? = 0
configure:25444: result: -lmpfr
configure:25466: will use system package and not install SPKG mpfr
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG flint... ##
## ------------------------------------------------------ ##
configure:25615: checking whether any of mpfr is installed as or will be installed as SPKG
configure:25625: result: no
configure:25628: checking for flint/flint.h
configure:25628: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:25628: $? = 0
configure:25628: result: yes
configure:25631: checking for library containing gr_get_fexpr
configure:25660: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_gr_get_fexpr", referenced from:
_main in conftest-323a5e.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int gr_get_fexpr ();
| }
| int
| main (void)
| {
| return conftest::gr_get_fexpr ();
| ;
| return 0;
| }
configure:25660: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:25660: $? = 0
configure:25682: result: -lflint
configure:25688: checking whether FLINT version is >= 3.2.0
configure:25706: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:25706: $? = 0
configure:25708: result: no
configure:25741: will use system package and not install SPKG flint
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG eclib... ##
## ------------------------------------------------------ ##
configure:25850: eclib has already been installed by SageMath
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ecm... ##
## ---------------------------------------------------- ##
configure:26178: ecm has already been installed by SageMath
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG givaro... ##
## ------------------------------------------------------- ##
configure:26611: givaro has already been installed by SageMath
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fflas_ffpack... ##
## ------------------------------------------------------------- ##
configure:26866: checking whether any of givaro gmp openblas is installed as or will be installed as SPKG
configure:26871: result: yes; install fflas_ffpack as well
configure:26978: no suitable system package found for SPKG fflas_ffpack
configure:27004: checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq
configure:27024: g++ -std=gnu++11 -std=gnu++11 -c -mavx512f -mavx512vl -mavx512dq -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:27024: $? = 0
configure:27035: result: yes
configure:27048: checking whether C++ compiler accepts -mfma
configure:27068: g++ -std=gnu++11 -std=gnu++11 -c -mfma -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:27068: $? = 0
configure:27079: result: yes
configure:27090: checking whether C++ compiler accepts -mfma4
configure:27110: g++ -std=gnu++11 -std=gnu++11 -c -mfma4 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:27110: $? = 0
configure:27121: result: yes
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ffmpeg... ##
## ------------------------------------------------------- ##
configure:27242: checking for ffmpeg
configure:27265: found /usr/local/bin/ffmpeg
configure:27278: result: /usr/local/bin/ffmpeg
configure:27295: will use system package and not install SPKG ffmpeg
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG filelock... ##
## --------------------------------------------------------- ##
configure:27425: SPKG filelock is not required on this system
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG fplll... ##
## ------------------------------------------------------ ##
configure:27587: checking whether any of gcc mpfr is installed as or will be installed as SPKG
configure:27597: result: no
configure:27602: checking for fplll >= 5.4.5 fplll <= 5.4.5
configure:27609: $PKG_CONFIG --exists --print-errors "fplll >= 5.4.5 fplll <= 5.4.5"
configure:27612: $? = 0
configure:27626: $PKG_CONFIG --exists --print-errors "fplll >= 5.4.5 fplll <= 5.4.5"
configure:27629: $? = 0
configure:27667: result: yes
configure:27670: checking whether BKZ default strategy JSON is installed
configure:27707: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lfplll >&5
configure:27707: $? = 0
configure:27707: ./conftest
configure:27707: $? = 0
configure:27710: result: yes
configure:27745: will use system package and not install SPKG fplll
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG free_fonts... ##
## ----------------------------------------------------------- ##
configure:27885: checking for FreeSerif.ttf
/usr/local/texlive/2024/texmf-dist/fonts/truetype/public/gnu-freefont/FreeSerif.ttf
configure:27890: result: yes
configure:27903: checking for FreeSerif.otf
/usr/local/texlive/2024/texmf-dist/fonts/opentype/public/gnu-freefont/FreeSerif.otf
configure:27908: result: yes
configure:27926: will use system package and not install SPKG free_fonts
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG freetype... ##
## --------------------------------------------------------- ##
configure:28068: checking whether any of gcc libpng is installed as or will be installed as SPKG
configure:28078: result: no
configure:28083: checking for freetype2 >= 20.0
configure:28090: $PKG_CONFIG --exists --print-errors "freetype2 >= 20.0"
configure:28093: $? = 0
configure:28107: $PKG_CONFIG --exists --print-errors "freetype2 >= 20.0"
configure:28110: $? = 0
configure:28148: result: yes
configure:28162: will use system package and not install SPKG freetype
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fricas... ##
## ------------------------------------------------------- ##
configure:28308: checking for FriCAS >= 1.3.8
configure:28394: result:
configure:28420: no suitable system package found for SPKG fricas
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gap... ##
## ---------------------------------------------------- ##
configure:28553: checking whether any of ncurses readline zlib is installed as or will be installed as SPKG
configure:28558: result: yes; install gap as well
configure:28799: no suitable system package found for SPKG gap
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gengetopt... ##
## ---------------------------------------------------------- ##
configure:28942: checking for gengetopt
configure:28965: found /usr/local/bin/gengetopt
configure:28978: result: /usr/local/bin/gengetopt
configure:28995: will use system package and not install SPKG gengetopt
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gf2x... ##
## ----------------------------------------------------- ##
configure:29135: checking for gf2x >= 1.2
configure:29142: $PKG_CONFIG --exists --print-errors "gf2x >= 1.2"
Package gf2x was not found in the pkg-config search path.
Perhaps you should add the directory containing `gf2x.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gf2x' found
configure:29145: $? = 1
configure:29159: $PKG_CONFIG --exists --print-errors "gf2x >= 1.2"
Package gf2x was not found in the pkg-config search path.
Perhaps you should add the directory containing `gf2x.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gf2x' found
configure:29162: $? = 1
configure:29176: result: no
No package 'gf2x' found
configure:29192: checking for gf2x.h
configure:29192: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
conftest.cpp:94:10: fatal error: 'gf2x.h' file not found
#include <gf2x.h>
^~~~~~~~
1 error generated.
configure:29192: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gf2x.h>
configure:29192: result: no
configure:29201: checking for library containing gf2x_mul_r
configure:29230: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_gf2x_mul_r", referenced from:
_main in conftest-00cca7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:29230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int gf2x_mul_r ();
| }
| int
| main (void)
| {
| return conftest::gf2x_mul_r ();
| ;
| return 0;
| }
configure:29230: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lgf2x -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
ld: library not found for -lgf2x
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:29230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int gf2x_mul_r ();
| }
| int
| main (void)
| {
| return conftest::gf2x_mul_r ();
| ;
| return 0;
| }
configure:29252: result: no
configure:29462: no suitable system package found for SPKG gf2x
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gfan... ##
## ----------------------------------------------------- ##
configure:29585: checking for gfan >= 0.6.2
configure:29670: result:
configure:29696: no suitable system package found for SPKG gfan
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG giac... ##
## ----------------------------------------------------- ##
configure:29822: checking whether any of pari is installed as or will be installed as SPKG
configure:29827: result: yes; install giac as well
configure:30065: no suitable system package found for SPKG giac
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG git... ##
## ---------------------------------------------------- ##
configure:30189: checking for git
configure:30231: result: /usr/local/bin/git
configure:30238: will use system package and not install SPKG git
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gp2c... ##
## ----------------------------------------------------- ##
configure:30346: checking whether any of pari is installed as or will be installed as SPKG
configure:30351: result: yes; install gp2c as well
configure:30620: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG graphviz... ##
## --------------------------------------------------------- ##
configure:30735: checking for dot
configure:30756: found /usr/local/bin/dot
configure:30768: result: dot
configure:30787: checking for neato
configure:30808: found /usr/local/bin/neato
configure:30820: result: neato
configure:30839: checking for twopi
configure:30860: found /usr/local/bin/twopi
configure:30872: result: twopi
configure:30892: will use system package and not install SPKG graphviz
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gsl... ##
## ---------------------------------------------------- ##
configure:30994: gsl has already been installed by SageMath
configure:31228: checking 32-bit host C ABI
configure:31295: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:31295: $? = 0
configure:31501: result: no
configure:31506: checking for egrep -e
configure:31636: result: /usr/bin/grep -E
configure:31644: checking for ELF binary format
configure:31670: result: no
configure:31722: checking for the common suffixes of directories in the library search path
configure:31792: result: lib,lib,lib
configure:32324: checking for iconv
configure:32349: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-be7651.o
"_iconv_close", referenced from:
_main in conftest-be7651.o
"_iconv_open", referenced from:
_main in conftest-be7651.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:32349: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <iconv.h>
|
| int
| main (void)
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:32374: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -liconv >&5
configure:32374: $? = 0
configure:32386: result: yes
configure:32389: checking for working iconv
configure:32533: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -liconv >&5
configure:32533: $? = 0
configure:32533: ./conftest
configure:32533: $? = 0
configure:32548: result: yes
configure:32563: checking how to link with libiconv
configure:32565: result: -liconv
configure:32576: checking whether iconv is compatible with its POSIX signature
configure:32601: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:32601: $? = 0
configure:32612: result: yes
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG iconv... ##
## ------------------------------------------------------ ##
configure:32745: will use system package and not install SPKG iconv
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG igraph... ##
## ------------------------------------------------------- ##
configure:32888: checking whether any of glpk openblas gmp is installed as or will be installed as SPKG
configure:32893: result: yes; install igraph as well
configure:32999: no suitable system package found for SPKG igraph
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG imagemagick... ##
## ------------------------------------------------------------ ##
configure:33124: checking for convert
configure:33147: found /usr/local/bin/convert
configure:33160: result: /usr/local/bin/convert
configure:33177: will use system package and not install SPKG imagemagick
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG iml... ##
## ---------------------------------------------------- ##
configure:33319: checking whether any of gmp openblas is installed as or will be installed as SPKG
configure:33324: result: yes; install iml as well
configure:33437: no suitable system package found for SPKG iml
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG info... ##
## ----------------------------------------------------- ##
configure:33562: checking for info
configure:33585: found /usr/local/bin/info
configure:33598: result: /usr/local/bin/info
configure:33614: checking for texi2any
configure:33637: found /usr/local/bin/texi2any
configure:33650: result: /usr/local/bin/texi2any
configure:33681: will use system package and not install SPKG info
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG isl... ##
## ---------------------------------------------------- ##
configure:33822: checking whether any of gmp is installed as or will be installed as SPKG
configure:33832: result: no
configure:33837: checking for isl >= 0.20
configure:33844: $PKG_CONFIG --exists --print-errors "isl >= 0.20"
configure:33847: $? = 0
configure:33861: $PKG_CONFIG --exists --print-errors "isl >= 0.20"
configure:33864: $? = 0
configure:33904: result: yes
configure:33918: will use system package and not install SPKG isl
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG lcalc... ##
## ------------------------------------------------------ ##
configure:34059: checking whether any of pari is installed as or will be installed as SPKG
configure:34064: result: yes; install lcalc as well
configure:34215: no suitable system package found for SPKG lcalc
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libbraiding... ##
## ------------------------------------------------------------ ##
configure:34349: checking if we can link against libbraiding
configure:34415: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lbraiding >&5
conftest.cpp:70:16: fatal error: 'braiding.h' file not found
#include <braiding.h>
^~~~~~~~~~~~
1 error generated.
configure:34415: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
|
| #include <braiding.h>
| #include <list>
| using namespace Braiding;
|
| int
| main (void)
| {
|
| // Mimic BraidGroup(2)(1,1).thurston_type() in SageMath.
| // thurstontype == 1 corresponds to "periodic"
| if (thurstontype(2, {1,1}) == 1) { return 0; } else { return 1; }
|
| ;
| return 0;
| }
|
configure:34424: result: no
configure:34462: no suitable system package found for SPKG libbraiding
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libffi... ##
## ------------------------------------------------------- ##
configure:34587: checking for libffi
configure:34594: $PKG_CONFIG --exists --print-errors "libffi"
configure:34597: $? = 0
configure:34611: $PKG_CONFIG --exists --print-errors "libffi"
configure:34614: $? = 0
configure:34812: result: yes
configure:34821: will use system package and not install SPKG libffi
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libgd... ##
## ------------------------------------------------------ ##
configure:34964: checking whether any of gcc libpng freetype is installed as or will be installed as SPKG
configure:34974: result: no
configure:34979: checking for gdlib >= 2.1
configure:34986: $PKG_CONFIG --exists --print-errors "gdlib >= 2.1"
configure:34989: $? = 0
configure:35003: $PKG_CONFIG --exists --print-errors "gdlib >= 2.1"
configure:35006: $? = 0
configure:35044: result: yes
configure:35058: will use system package and not install SPKG libgd
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libgraphviz... ##
## ------------------------------------------------------------ ##
configure:35196: checking for graphviz/cgraph.h
configure:35196: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:35196: $? = 0
configure:35196: result: yes
configure:35210: will use system package and not install SPKG libgraphviz
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libhomfly... ##
## ---------------------------------------------------------- ##
configure:35351: checking whether any of gc is installed as or will be installed as SPKG
configure:35361: result: no
configure:35364: checking for homfly.h
configure:35364: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
conftest.cpp:96:10: fatal error: 'homfly.h' file not found
#include <homfly.h>
^~~~~~~~~~
1 error generated.
configure:35364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <homfly.h>
configure:35364: result: no
configure:35463: no suitable system package found for SPKG libhomfly
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libjpeg... ##
## -------------------------------------------------------- ##
configure:35588: checking for libjpeg
configure:35595: $PKG_CONFIG --exists --print-errors "libjpeg"
configure:35598: $? = 0
configure:35612: $PKG_CONFIG --exists --print-errors "libjpeg"
configure:35615: $? = 0
configure:35657: result: yes
configure:35669: will use system package and not install SPKG libjpeg
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG xz... ##
## --------------------------------------------------- ##
configure:35799: SPKG xz is not required on this system
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG liblzma... ##
## -------------------------------------------------------- ##
configure:36050: checking whether any of xz is installed as or will be installed as SPKG
configure:36060: result: no
configure:36063: checking for lzma_raw_decoder in -llzma
configure:36085: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -llzma -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:36085: $? = 0
configure:36097: result: yes
configure:36107: checking for lzma.h
configure:36107: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:36107: $? = 0
configure:36107: result: yes
configure:36129: will use system package and not install SPKG liblzma
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG nauty... ##
## ------------------------------------------------------ ##
configure:36269: checking for geng
configure:36292: found /usr/local/bin/geng
configure:36305: result: /usr/local/bin/geng
configure:36736: checking for directg
configure:36759: found /usr/local/bin/directg
configure:36772: result: /usr/local/bin/directg
configure:36787: checking for gentourng
configure:36810: found /usr/local/bin/gentourng
configure:36823: result: /usr/local/bin/gentourng
configure:36838: checking for geng
configure:36861: found /usr/local/bin/geng
configure:36874: result: /usr/local/bin/geng
configure:36889: checking for genbg
configure:36912: found /usr/local/bin/genbg
configure:36925: result: /usr/local/bin/genbg
configure:36940: checking for gentreeg
configure:36963: found /usr/local/bin/gentreeg
configure:36976: result: /usr/local/bin/gentreeg
configure:36991: checking for genktreeg
configure:37014: found /usr/local/bin/genktreeg
configure:37027: result: /usr/local/bin/genktreeg
configure:37042: checking for genposetg
configure:37065: found /usr/local/bin/genposetg
configure:37078: result: /usr/local/bin/genposetg
configure:37101: will use system package and not install SPKG nauty
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libnauty... ##
## --------------------------------------------------------- ##
configure:37250: checking whether any of nauty is installed as or will be installed as SPKG
configure:37260: result: no
configure:37263: checking for nauty/nauty.h
configure:37263: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:37263: $? = 0
configure:37263: result: yes
configure:37272: checking for library containing densenauty
configure:37301: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_densenauty", referenced from:
_main in conftest-aeb039.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:37301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int densenauty ();
| }
| int
| main (void)
| {
| return conftest::densenauty ();
| ;
| return 0;
| }
configure:37301: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:37301: $? = 0
configure:37323: result: -lnauty
configure:37345: will use system package and not install SPKG libnauty
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libsemigroups... ##
## -------------------------------------------------------------- ##
configure:37485: checking for libsemigroups >= 0.6.7
configure:37492: $PKG_CONFIG --exists --print-errors "libsemigroups >= 0.6.7"
Package libsemigroups was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsemigroups.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsemigroups' found
configure:37495: $? = 1
configure:37509: $PKG_CONFIG --exists --print-errors "libsemigroups >= 0.6.7"
Package libsemigroups was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsemigroups.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsemigroups' found
configure:37512: $? = 1
configure:37526: result: no
No package 'libsemigroups' found
configure:37574: no suitable system package found for SPKG libsemigroups
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libxml2... ##
## -------------------------------------------------------- ##
configure:37699: checking for xml2-config
configure:37722: found /usr/bin/xml2-config
configure:37736: result: /usr/bin/xml2-config
configure:37753: will use system package and not install SPKG libxml2
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG m4rie... ##
## ------------------------------------------------------ ##
configure:37894: checking whether any of m4ri is installed as or will be installed as SPKG
configure:37899: result: yes; install m4rie as well
configure:38006: no suitable system package found for SPKG m4rie
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG linbox... ##
## ------------------------------------------------------- ##
configure:38141: checking whether any of fflas_ffpack flint fplll givaro gmp iml m4ri m4rie mpfr ntl is installed as or will be installed as SPKG
configure:38146: result: yes; install linbox as well
configure:38390: no suitable system package found for SPKG linbox
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG llvm... ##
## ----------------------------------------------------- ##
configure:38521: will use system package and not install SPKG llvm
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrcalc... ##
## ------------------------------------------------------- ##
configure:38668: checking for lrcalc/schublib.h
configure:38668: gcc -c -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c >&5
conftest.c:69:16: fatal error: 'lrcalc/ivector.h' file not found
#include <lrcalc/ivector.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:38668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #ifndef _IVECTOR_H
| #include <lrcalc/ivector.h>
| #endif
|
| #include <lrcalc/schublib.h>
configure:38668: result: no
configure:38668: checking for lrcalc/lrcoef.h
configure:38668: gcc -c -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c >&5
conftest.c:69:16: fatal error: 'lrcalc/ivector.h' file not found
#include <lrcalc/ivector.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:38668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #ifndef _IVECTOR_H
| #include <lrcalc/ivector.h>
| #endif
|
| #include <lrcalc/lrcoef.h>
configure:38668: result: no
configure:38781: no suitable system package found for SPKG lrcalc
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrslib... ##
## ------------------------------------------------------- ##
configure:38908: checking whether any of gmp flint is installed as or will be installed as SPKG
configure:38918: result: no
configure:38925: checking for lrsnash
configure:38961: result: no
configure:39028: no suitable system package found for SPKG lrslib
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mathjax... ##
## -------------------------------------------------------- ##
configure:39154: checking for MathJax-3.x
configure:39171: result: no
configure:39196: no suitable system package found for SPKG mathjax
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG maxima... ##
## ------------------------------------------------------- ##
configure:39334: checking whether any of ecl is installed as or will be installed as SPKG
configure:39344: result: no
configure:39347: checking for Maxima >= $5.45.0
configure:39433: result: /usr/local/bin/maxima
configure:39443: checking if ECL can "require" the maxima module
An error occurred during initialization:
Module error: Don't know how to REQUIRE MAXIMA..
configure:39469: result: no
configure:39504: no suitable system package found for SPKG maxima
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG meson... ##
## ------------------------------------------------------ ##
configure:39640: checking for meson >= 1.2.3
configure:39734: result: /usr/local/bin/meson
configure:39745: will use system package and not install SPKG meson
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpc... ##
## ---------------------------------------------------- ##
configure:39886: checking whether any of mpfr is installed as or will be installed as SPKG
configure:39896: result: no
configure:39899: checking for MPC >= 1.2.1
configure:39916: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:39916: $? = 0
configure:39919: result: yes
configure:39921: checking for library containing mpc_sum
configure:39950: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_mpc_sum", referenced from:
_main in conftest-552479.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:39950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int mpc_sum ();
| }
| int
| main (void)
| {
| return conftest::mpc_sum ();
| ;
| return 0;
| }
configure:39950: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:39950: $? = 0
configure:39972: result: -lmpc
configure:40004: will use system package and not install SPKG mpc
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpfi... ##
## ----------------------------------------------------- ##
configure:40155: checking whether any of mpfr is installed as or will be installed as SPKG
configure:40165: result: no
configure:40168: checking for mpfi.h
configure:40168: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:40168: $? = 0
configure:40168: result: yes
configure:40177: checking for library containing mpfi_diam_abs
configure:40206: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
Undefined symbols for architecture x86_64:
"_mpfi_diam_abs", referenced from:
_main in conftest-9f0a81.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:40206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int mpfi_diam_abs ();
| }
| int
| main (void)
| {
| return conftest::mpfi_diam_abs ();
| ;
| return 0;
| }
configure:40206: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:40206: $? = 0
configure:40228: result: -lmpfi
configure:40241: checking MPFI version >= 1.5
configure:40268: gcc -o conftest -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl >&5
configure:40268: $? = 0
configure:40268: ./conftest
1.5.4
configure:40268: $? = 0
configure:40270: result: yes
configure:40308: will use system package and not install SPKG mpfi
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ninja_build... ##
## ------------------------------------------------------------ ##
configure:40445: checking for ninja >= 1.8.2
configure:40538: result: /usr/local/bin/ninja
configure:40549: will use system package and not install SPKG ninja_build
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG onetbb... ##
## ------------------------------------------------------- ##
configure:40686: checking whether oneTBB >= 2018 is available
-- The C compiler identification is AppleClang 14.0.0.14000029
-- The CXX compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (1.1s)
-- Generating done (0.0s)
-- Build files have been written to: /Applications/sage-dev/conftest_srcdir/build
configure:40698: result: yes
configure:40713: will use system package and not install SPKG onetbb
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python3... ##
## -------------------------------------------------------- ##
configure:40887: checking whether any of bzip2 liblzma libffi zlib is installed as or will be installed as SPKG
configure:40897: result: no
configure:40901: checking for python3 >= 3.9.0, < 3.13.0 with modules sqlite3, ctypes, math, hashlib, socket, zlib, ssl, ensurepip and setuptools/distutils
configure:41647: result:
configure:41676: checking ... whether /usr/local/bin/python3 is good
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools.extension'
configure:42316: result: no, the version is in the supported range but cannot import one of the required modules: sqlite3, ctypes, math, hashlib, socket, zlib, ssl, ensurepip, setuptools, setuptools.extension
configure:41676: checking ... whether /usr/bin/python3 is good
CC=gcc CXX=g++ -std=gnu++11 -std=gnu++11 conftest_venv/bin/python3 conftest.py --verbose build --build-base=conftest.dir
running build
running build_ext
building 'config_check_distutils' extension
creating conftest.dir
creating conftest.dir/temp.macosx-10.9-universal2-3.9
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include -I/Applications/sage-dev/conftest_venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/include/python3.9 -c conftest.c -o conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o
creating conftest.dir/lib.macosx-10.9-universal2-3.9
gcc -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -Wl,-headerpad,0x1000 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -o conftest.dir/lib.macosx-10.9-universal2-3.9/config_check_distutils.cpython-39-darwin.so
CC=gcc CXX=g++ -std=gnu++11 -std=gnu++11 conftest_venv/bin/python3 conftest.py --verbose build --build-base=conftest.dir
running build
running build_ext
building 'config_check_distutils_cxx' extension
creating conftest.dir
creating conftest.dir/temp.macosx-10.9-universal2-3.9
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include -I/Applications/sage-dev/conftest_venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/include/python3.9 -c conftest.cpp -o conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -std=c++11
creating conftest.dir/lib.macosx-10.9-universal2-3.9
g++ -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -Wl,-headerpad,0x1000 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -o conftest.dir/lib.macosx-10.9-universal2-3.9/config_check_distutils_cxx.cpython-39-darwin.so
configure:42297: result: yes
configure:42299: checking for python3 >= 3.9.0, < 3.13.0 with modules sqlite3, ctypes, math, hashlib, socket, zlib, ssl, ensurepip
configure:42371: result: /usr/bin/python3
configure:42404: will use system package and not install SPKG python3
configure:42445: checking whether /usr/bin/python3 is configured to build multiarch extensions
CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration"
configure:42450: result: yes; disabling it by setting ARCHFLAGS
configure:42473: checking whether "-march=native" works with the C/C++ compilers configured for building extensions for /usr/bin/python3
CC=gcc CXX=g++ -std=gnu++11 -std=gnu++11 CFLAGS=-march=native conftest_venv/bin/python3 conftest.py --verbose build --build-base=conftest.dir
running build
running build_ext
building 'config_check_distutils' extension
creating conftest.dir
creating conftest.dir/temp.macosx-10.9-universal2-3.9
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -Werror=implicit-function-declaration -march=native -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include -I/Applications/sage-dev/conftest_venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/include/python3.9 -c conftest.c -o conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o
creating conftest.dir/lib.macosx-10.9-universal2-3.9
gcc -bundle -undefined dynamic_lookup -Wl,-headerpad,0x1000 -march=native -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -o conftest.dir/lib.macosx-10.9-universal2-3.9/config_check_distutils.cpython-39-darwin.so
CC=gcc CXX=g++ -std=gnu++11 -std=gnu++11 CFLAGS=-march=native conftest_venv/bin/python3 conftest.py --verbose build --build-base=conftest.dir
running build
running build_ext
building 'config_check_distutils_cxx' extension
creating conftest.dir
creating conftest.dir/temp.macosx-10.9-universal2-3.9
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Headers -Werror=implicit-function-declaration -march=native -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include -I/Applications/sage-dev/conftest_venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/include/python3.9 -c conftest.cpp -o conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -std=c++11
creating conftest.dir/lib.macosx-10.9-universal2-3.9
g++ -bundle -undefined dynamic_lookup -Wl,-headerpad,0x1000 -march=native -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.dir/temp.macosx-10.9-universal2-3.9/conftest.o -o conftest.dir/lib.macosx-10.9-universal2-3.9/config_check_distutils_cxx.cpython-39-darwin.so
configure:42606: result: yes
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG openssl... ##
## -------------------------------------------------------- ##
configure:43026: SPKG openssl is not required on this system
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG palp... ##
## ----------------------------------------------------- ##
configure:43460: checking for poly.x
configure:43499: result: no
configure:43511: checking for poly-4d.x
configure:43550: result: no
configure:43562: checking for poly-5d.x
configure:43601: result: no
configure:43613: checking for poly-6d.x
configure:43652: result: no
configure:43664: checking for poly-11d.x
configure:43703: result: no
configure:43716: checking for class.x
configure:43755: result: no
configure:43767: checking for class-4d.x
configure:43806: result: no
configure:43818: checking for class-5d.x
configure:43857: result: no
configure:43869: checking for class-6d.x
configure:43908: result: no
configure:43920: checking for class-11d.x
configure:43959: result: no
configure:43972: checking for nef.x
configure:44011: result: no
configure:44023: checking for nef-4d.x
configure:44062: result: no
configure:44074: checking for nef-5d.x
configure:44113: result: no
configure:44125: checking for nef-6d.x
configure:44164: result: no
configure:44176: checking for nef-11d.x
configure:44215: result: no
configure:44228: checking for cws.x
configure:44267: result: no
configure:44279: checking for cws-4d.x
configure:44318: result: no
configure:44330: checking for cws-5d.x
configure:44369: result: no
configure:44381: checking for cws-6d.x
configure:44420: result: no
configure:44432: checking for cws-11d.x
configure:44471: result: no
configure:44502: no suitable system package found for SPKG palp
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pandoc... ##
## ------------------------------------------------------- ##
configure:44627: checking for pandoc
configure:44650: found /usr/local/bin/pandoc
configure:44663: result: /usr/local/bin/pandoc
configure:44680: will use system package and not install SPKG pandoc
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_elldata... ##
## ------------------------------------------------------------- ##
configure:44820: checking installing pari?
configure:44823: result: yes; install pari_elldata as well
configure:44851: no suitable system package found for SPKG pari_elldata
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_galdata... ##
## ------------------------------------------------------------- ##
configure:44938: pari_galdata has already been installed by SageMath
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pari_galpol... ##
## ------------------------------------------------------------ ##
configure:45132: checking installing pari?
configure:45135: result: yes; install pari_galpol as well
configure:45163: no suitable system package found for SPKG pari_galpol
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_nftables... ##
## -------------------------------------------------------------- ##
configure:45287: checking installing pari?
configure:45290: result: yes; install pari_nftables as well
configure:45321: no suitable system package found for SPKG pari_nftables
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_seadata... ##
## ------------------------------------------------------------- ##
configure:45446: checking installing pari?
configure:45449: result: yes; install pari_seadata as well
configure:45477: no suitable system package found for SPKG pari_seadata
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_seadata_small... ##
## ------------------------------------------------------------------- ##
configure:45564: pari_seadata_small has already been installed by SageMath
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG patch... ##
## ------------------------------------------------------ ##
configure:45756: checking for GNU patch >= 2.7.0
configure:45842: result: /usr/local/bin/patch
configure:45853: will use system package and not install SPKG patch
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG patchelf... ##
## --------------------------------------------------------- ##
configure:45993: checking for patchelf
configure:46016: found /usr/local/bin/patchelf
configure:46029: result: /usr/local/bin/patchelf
configure:46046: will use system package and not install SPKG patchelf
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pdf2svg... ##
## -------------------------------------------------------- ##
configure:46186: checking for pdf2svg
configure:46209: found /usr/local/bin/pdf2svg
configure:46222: result: /usr/local/bin/pdf2svg
configure:46239: will use system package and not install SPKG pdf2svg
## -------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG perl_cpan_polymake_prereq... ##
## -------------------------------------------------------------------------- ##
configure:46446: checking for perl module XML::Writer
configure:46452: result: no
configure:46446: checking for perl module XML::LibXML
configure:46452: result: no
configure:46446: checking for perl module XML::LibXSLT
configure:46452: result: no
configure:46446: checking for perl module File::Slurp
configure:46452: result: no
configure:46446: checking for perl module JSON
configure:46452: result: no
configure:46446: checking for perl module SVG
configure:46452: result: no
configure:46446: checking for perl module Term::ReadKey
configure:46452: result: no
configure:46495: no suitable system package found for SPKG perl_cpan_polymake_prereq
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG perl_mongodb... ##
## ------------------------------------------------------------- ##
configure:46675: checking for perl module MongoDB
configure:46681: result: no
configure:46724: no suitable system package found for SPKG perl_mongodb
## ----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG perl_term_readline_gnu... ##
## ----------------------------------------------------------------------- ##
configure:46902: checking for perl module Term::ReadLine
configure:46912: result: ok
configure:46920: checking Term::ReadLine module...
configure:46925: result: non-GNU
configure:46961: no suitable system package found for SPKG perl_term_readline_gnu
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pkgconf... ##
## -------------------------------------------------------- ##
configure:47103: will use system package and not install SPKG pkgconf
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG planarity... ##
## ---------------------------------------------------------- ##
configure:47247: checking for planarity/planarity.h
configure:47247: gcc -c -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c >&5
conftest.c:96:10: fatal error: 'planarity/planarity.h' file not found
#include <planarity/planarity.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:47247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <planarity/planarity.h>
configure:47247: result: no
configure:47365: no suitable system package found for SPKG planarity
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG polymake... ##
## --------------------------------------------------------- ##
configure:47489: checking for polymake-config >= 3.5
configure:47573: result:
configure:47672: no suitable system package found for SPKG polymake
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ppl... ##
## ---------------------------------------------------- ##
configure:47800: checking whether any of gcc glpk gmp is installed as or will be installed as SPKG
configure:47810: result: no
configure:47871: checking for ppl-config
configure:47894: found /usr/local/bin/ppl-config
configure:47908: result: /usr/local/bin/ppl-config
configure:47922: checking for the Parma Polyhedra Library, version >= 1.2
configure:48092: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include -I/usr/local/Cellar/ppl/1.2_1/include -I/usr/local/opt/gmp/include conftest.cpp -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp >&5
configure:48092: $? = 0
configure:48092: ./conftest
configure:48092: $? = 0
configure:48119: result: yes
configure:48209: will use system package and not install SPKG ppl
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primesieve... ##
## ----------------------------------------------------------- ##
configure:48350: checking for primesieve >= 8.0
configure:48357: $PKG_CONFIG --exists --print-errors "primesieve >= 8.0"
configure:48360: $? = 0
configure:48374: $PKG_CONFIG --exists --print-errors "primesieve >= 8.0"
configure:48377: $? = 0
configure:48417: result: yes
configure:48427: will use system package and not install SPKG primesieve
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primecount... ##
## ----------------------------------------------------------- ##
configure:48571: checking whether any of primesieve is installed as or will be installed as SPKG
configure:48581: result: no
configure:48586: checking for primecount >= 7.1
configure:48593: $PKG_CONFIG --exists --print-errors "primecount >= 7.1"
configure:48596: $? = 0
configure:48610: $PKG_CONFIG --exists --print-errors "primecount >= 7.1"
configure:48613: $? = 0
configure:48883: result: yes
configure:48900: will use system package and not install SPKG primecount
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG qhull... ##
## ------------------------------------------------------ ##
configure:49041: checking for qhull
configure:49064: found /usr/local/bin/qhull
configure:49077: result: /usr/local/bin/qhull
configure:49094: checking whether qhull's version is good enough
configure:49130: result: yes
configure:49132: checking for libqhull_r/libqhull_r.h
configure:49132: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
configure:49132: $? = 0
configure:49132: result: yes
configure:49136: checking for library containing qh_distplane
configure:49165: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp >&5
Undefined symbols for architecture x86_64:
"_qh_distplane", referenced from:
_main in conftest-ead787.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:49165: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int qh_distplane ();
| }
| int
| main (void)
| {
| return conftest::qh_distplane ();
| ;
| return 0;
| }
configure:49165: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lqhull_r -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp >&5
configure:49165: $? = 0
configure:49187: result: -lqhull_r
configure:49221: will use system package and not install SPKG qhull
## -------------------------------------------------- ##
## Checking whether SageMath should install SPKG r... ##
## -------------------------------------------------- ##
configure:49361: checking for libR >= 3.5
configure:49368: $PKG_CONFIG --exists --print-errors "libR >= 3.5"
configure:49371: $? = 0
configure:49385: $PKG_CONFIG --exists --print-errors "libR >= 3.5"
configure:49388: $? = 0
configure:49426: result: yes
configure:49430: checking for R
configure:49453: found /usr/local/bin/R
configure:49466: result: /usr/local/bin/R
configure:49493: will use system package and not install SPKG r
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG rw... ##
## --------------------------------------------------- ##
configure:49632: checking for rw.h
configure:49632: g++ -std=gnu++11 -std=gnu++11 -c -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp >&5
conftest.cpp:96:10: fatal error: 'rw.h' file not found
#include <rw.h>
^~~~~~
1 error generated.
configure:49632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rw.h>
configure:49632: result: no
configure:49647: checking for library containing calculate_level
configure:49676: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lqhull_r -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp >&5
Undefined symbols for architecture x86_64:
"_calculate_level", referenced from:
_main in conftest-6d4f85.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:49676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int calculate_level ();
| }
| int
| main (void)
| {
| return conftest::calculate_level ();
| ;
| return 0;
| }
configure:49676: g++ -std=gnu++11 -std=gnu++11 -o conftest -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.cpp -lrw -lqhull_r -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp >&5
ld: library not found for -lrw
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:49676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| namespace conftest {
| extern "C" int calculate_level ();
| }
| int
| main (void)
| {
| return conftest::calculate_level ();
| ;
| return 0;
| }
configure:49698: result: no
configure:49730: no suitable system package found for SPKG rw
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG sbcl... ##
## ----------------------------------------------------- ##
configure:49853: checking for sbcl >= 1.4.16
configure:49939: result: /usr/local/bin/sbcl
configure:49959: will use system package and not install SPKG sbcl
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG singular... ##
## --------------------------------------------------------- ##
configure:50105: checking whether any of gmp ntl flint readline mpfr cddlib is installed as or will be installed as SPKG
configure:50110: result: yes; install singular as well
configure:50326: no suitable system package found for SPKG singular
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sqlite... ##
## ------------------------------------------------------- ##
configure:50452: SPKG sqlite is not required on this system
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG suitesparse... ##
## ------------------------------------------------------------ ##
configure:50669: checking whether any of openblas is installed as or will be installed as SPKG
configure:50674: result: yes; install suitesparse as well
configure:50935: no suitable system package found for SPKG suitesparse
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symengine... ##
## ---------------------------------------------------------- ##
configure:51081: checking whether any of gmp ecm flint mpc mpfr is installed as or will be installed as SPKG
configure:51086: result: yes; install symengine as well
configure:51212: no suitable system package found for SPKG symengine
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symmetrica... ##
## ----------------------------------------------------------- ##
configure:51342: checking for symmetrica/def.h
configure:51342: gcc -c -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c >&5
conftest.c:96:10: fatal error: 'symmetrica/def.h' file not found
#include <symmetrica/def.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:51342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.4.beta6"
| #define PACKAGE_STRING "Sage 10.4.beta6"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.4.beta6"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_GMP_H 1
| #define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
| #define HAVE_BOOST /**/
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_MULTISSL 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_NTL_ZZ_H 1
| #define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
| #define HAVE_NCURSES_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <symmetrica/def.h>
configure:51342: result: no
configure:51494: no suitable system package found for SPKG symmetrica
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sympow... ##
## ------------------------------------------------------- ##
configure:51619: checking for sympow
configure:51658: result: no
configure:51711: no suitable system package found for SPKG sympow
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tachyon... ##
## -------------------------------------------------------- ##
configure:51836: checking for tachyon
configure:51875: result: no
configure:51883: tachyon not found. Installing tachyon
configure:51907: no suitable system package found for SPKG tachyon
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texlive... ##
## -------------------------------------------------------- ##
configure:52033: checking for pdflatex
configure:52056: found /Library/TeX/texbin/pdflatex
configure:52069: result: /Library/TeX/texbin/pdflatex
configure:52083: checking for latexmk
configure:52106: found /Library/TeX/texbin/latexmk
configure:52119: result: /Library/TeX/texbin/latexmk
configure:52133: checking for dvipng
configure:52156: found /Library/TeX/texbin/dvipng
configure:52169: result: /Library/TeX/texbin/dvipng
configure:52182: checking for latex package fontspec
/usr/local/texlive/2024/texmf-dist/tex/latex/fontspec/fontspec.sty
configure:52187: result: yes
configure:52199: checking for latex package xunicode
/usr/local/texlive/2024/texmf-dist/tex/xelatex/xunicode/xunicode.sty
configure:52204: result: yes
configure:52216: checking for latex package xltxtra
/usr/local/texlive/2024/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty
configure:52221: result: yes
configure:52233: checking for latex package amssymb
/usr/local/texlive/2024/texmf-dist/tex/latex/amsfonts/amssymb.sty
configure:52238: result: yes
configure:52250: checking for latex package amsfonts
/usr/local/texlive/2024/texmf-dist/tex/latex/amsfonts/amsfonts.sty
configure:52255: result: yes
configure:52267: checking for latex package graphicx
/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/graphicx.sty
configure:52272: result: yes
configure:52284: checking for latex package mathrsfs
/usr/local/texlive/2024/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
configure:52289: result: yes
configure:52301: checking for latex package textcomp
/usr/local/texlive/2024/texmf-dist/tex/latex/base/textcomp.sty
configure:52306: result: yes
configure:52318: checking for latex package tikz
/usr/local/texlive/2024/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
configure:52323: result: yes
configure:52335: checking for latex package tikz-qtree
/usr/local/texlive/2024/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.sty
configure:52340: result: yes
configure:52352: checking for latex package iftex
/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/iftex.sty
configure:52357: result: yes
configure:52369: checking for latex package tkz-berge
/usr/local/texlive/2024/texmf-dist/tex/latex/tkz-berge/tkz-berge.sty
configure:52374: result: yes
configure:52386: checking for latex package tkz-graph
/usr/local/texlive/2024/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty
configure:52391: result: yes
configure:52403: checking for latex package xy
/usr/local/texlive/2024/texmf-dist/tex/generic/xypic/xy.sty
configure:52408: result: yes
configure:52420: checking for latex package babel
/usr/local/texlive/2024/texmf-dist/tex/generic/babel/babel.sty
configure:52425: result: yes
configure:52437: checking for latex package subfigure
/usr/local/texlive/2024/texmf-dist/tex/latex/subfigure/subfigure.sty
configure:52442: result: yes
configure:52454: checking for latex package hyperref
/usr/local/texlive/2024/texmf-dist/tex/latex/hyperref/hyperref.sty
configure:52459: result: yes
configure:52471: checking for latex package hypcap
/usr/local/texlive/2024/texmf-dist/tex/latex/oberdiek/hypcap.sty
configure:52476: result: yes
configure:52488: checking for latex package xr
/usr/local/texlive/2024/texmf-dist/tex/latex/tools/xr.sty
configure:52493: result: yes
configure:52505: checking for latex package tgtermes
/usr/local/texlive/2024/texmf-dist/tex/latex/tex-gyre/tgtermes.sty
configure:52510: result: yes
configure:52522: checking for latex package fncychap
/usr/local/texlive/2024/texmf-dist/tex/latex/fncychap/fncychap.sty
configure:52527: result: yes
configure:52544: will use system package and not install SPKG texlive
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texlive_luatex... ##
## --------------------------------------------------------------- ##
configure:52683: checking for luaotfload-main.lua
/usr/local/texlive/2024/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
configure:52688: result: yes
configure:52704: will use system package and not install SPKG texlive_luatex
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG xindy... ##
## ------------------------------------------------------ ##
configure:52845: checking for xindy
configure:52868: found /Library/TeX/texbin/xindy
configure:52881: result: /Library/TeX/texbin/xindy
configure:52898: will use system package and not install SPKG xindy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG zeromq... ##
## ------------------------------------------------------- ##
configure:53039: checking whether any of gcc is installed as or will be installed as SPKG
configure:53049: result: no
configure:53076: checking for zmq.h
configure:53076: gcc -c -g -O2 -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include conftest.c >&5
configure:53076: $? = 0
configure:53076: result: yes
configure:53094: checking for ZMQ version >= 4.2.5
configure:53110: result: yes
configure:53156: will use system package and not install SPKG zeromq
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG admcycles... ##
## ---------------------------------------------------------- ##
configure:53294: checking if --enable-system-site-packages was used
configure:53356: result: no; skipping check
configure:53387: no suitable system package found for SPKG admcycles
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG alabaster... ##
## ---------------------------------------------------------- ##
configure:53510: checking if --enable-system-site-packages was used
configure:53572: result: no; skipping check
configure:53603: no suitable system package found for SPKG alabaster
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG anyio... ##
## ------------------------------------------------------ ##
configure:53726: checking if --enable-system-site-packages was used
configure:53788: result: no; skipping check
configure:53819: no suitable system package found for SPKG anyio
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG appnope... ##
## -------------------------------------------------------- ##
configure:53950: checking if --enable-system-site-packages was used
configure:54012: result: no; skipping check
configure:54044: no suitable system package found for SPKG appnope
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG argon2_cffi... ##
## ------------------------------------------------------------ ##
configure:54167: checking if --enable-system-site-packages was used
configure:54229: result: no; skipping check
configure:54260: no suitable system package found for SPKG argon2_cffi
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG argon2_cffi_bindings... ##
## --------------------------------------------------------------------- ##
configure:54384: checking if --enable-system-site-packages was used
configure:54446: result: no; skipping check
configure:54478: no suitable system package found for SPKG argon2_cffi_bindings
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG arrow... ##
## ------------------------------------------------------ ##
configure:54601: checking if --enable-system-site-packages was used
configure:54663: result: no; skipping check
configure:54694: no suitable system package found for SPKG arrow
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG asttokens... ##
## ---------------------------------------------------------- ##
configure:54817: checking if --enable-system-site-packages was used
configure:54879: result: no; skipping check
configure:54910: no suitable system package found for SPKG asttokens
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG async_lru... ##
## ---------------------------------------------------------- ##
configure:55033: checking if --enable-system-site-packages was used
configure:55095: result: no; skipping check
configure:55126: no suitable system package found for SPKG async_lru
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG attrs... ##
## ------------------------------------------------------ ##
configure:55249: checking if --enable-system-site-packages was used
configure:55311: result: no; skipping check
configure:55342: no suitable system package found for SPKG attrs
## ----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG auditwheel_or_delocate... ##
## ----------------------------------------------------------------------- ##
configure:55465: checking if --enable-system-site-packages was used
configure:55527: result: no; skipping check
configure:55558: no suitable system package found for SPKG auditwheel_or_delocate
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG babel... ##
## ------------------------------------------------------ ##
configure:55681: checking if --enable-system-site-packages was used
configure:55743: result: no; skipping check
configure:55774: no suitable system package found for SPKG babel
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG beautifulsoup4... ##
## --------------------------------------------------------------- ##
configure:55897: checking if --enable-system-site-packages was used
configure:55959: result: no; skipping check
configure:55990: no suitable system package found for SPKG beautifulsoup4
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG beniget... ##
## -------------------------------------------------------- ##
configure:56113: checking if --enable-system-site-packages was used
configure:56175: result: no; skipping check
configure:56206: no suitable system package found for SPKG beniget
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG biopython... ##
## ---------------------------------------------------------- ##
configure:56329: checking if --enable-system-site-packages was used
configure:56391: result: no; skipping check
configure:56422: no suitable system package found for SPKG biopython
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG bleach... ##
## ------------------------------------------------------- ##
configure:56545: checking if --enable-system-site-packages was used
configure:56607: result: no; skipping check
configure:56638: no suitable system package found for SPKG bleach
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG calver... ##
## ------------------------------------------------------- ##
configure:56762: checking if --enable-system-site-packages was used
configure:56824: result: no; skipping check
configure:56856: no suitable system package found for SPKG calver
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG certifi... ##
## -------------------------------------------------------- ##
configure:56979: checking if --enable-system-site-packages was used
configure:57041: result: no; skipping check
configure:57072: no suitable system package found for SPKG certifi
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cffi... ##
## ----------------------------------------------------- ##
configure:57195: checking if --enable-system-site-packages was used
configure:57257: result: no; skipping check
configure:57288: no suitable system package found for SPKG cffi
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG charset_normalizer... ##
## ------------------------------------------------------------------- ##
configure:57412: checking if --enable-system-site-packages was used
configure:57474: result: no; skipping check
configure:57506: no suitable system package found for SPKG charset_normalizer
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG comm... ##
## ----------------------------------------------------- ##
configure:57629: checking if --enable-system-site-packages was used
configure:57691: result: no; skipping check
configure:57722: no suitable system package found for SPKG comm
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG contourpy... ##
## ---------------------------------------------------------- ##
configure:57845: checking if --enable-system-site-packages was used
configure:57907: result: no; skipping check
configure:57938: no suitable system package found for SPKG contourpy
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG conway_polynomials... ##
## ------------------------------------------------------------------- ##
configure:58062: checking if --enable-system-site-packages was used
configure:58124: result: no; skipping check
configure:58156: no suitable system package found for SPKG conway_polynomials
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cppy... ##
## ----------------------------------------------------- ##
configure:58279: checking if --enable-system-site-packages was used
configure:58341: result: no; skipping check
configure:58372: no suitable system package found for SPKG cppy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cvxopt... ##
## ------------------------------------------------------- ##
configure:58500: checking whether any of gsl glpk suitesparse is installed as or will be installed as SPKG
configure:58505: result: yes; install cvxopt as well
configure:58613: no suitable system package found for SPKG cvxopt
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG cvxpy... ##
## ------------------------------------------------------ ##
configure:58736: checking if --enable-system-site-packages was used
configure:58798: result: no; skipping check
configure:58829: no suitable system package found for SPKG cvxpy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cycler... ##
## ------------------------------------------------------- ##
configure:58952: checking if --enable-system-site-packages was used
configure:59014: result: no; skipping check
configure:59045: no suitable system package found for SPKG cycler
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cylp... ##
## ----------------------------------------------------- ##
configure:59168: checking if --enable-system-site-packages was used
configure:59230: result: no; skipping check
configure:59261: no suitable system package found for SPKG cylp
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cysignals... ##
## ---------------------------------------------------------- ##
configure:59385: checking if --enable-system-site-packages was used
configure:59447: result: no; skipping check
configure:59479: no suitable system package found for SPKG cysignals
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cypari... ##
## ------------------------------------------------------- ##
configure:59606: checking whether any of cysignals pari is installed as or will be installed as SPKG
configure:59611: result: yes; install cypari as well
configure:59719: no suitable system package found for SPKG cypari
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cython... ##
## ------------------------------------------------------- ##
configure:59843: checking if --enable-system-site-packages was used
configure:59905: result: no; skipping check
configure:59937: no suitable system package found for SPKG cython
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG database_cubic_hecke... ##
## --------------------------------------------------------------------- ##
configure:60060: checking if --enable-system-site-packages was used
configure:60122: result: no; skipping check
configure:60153: no suitable system package found for SPKG database_cubic_hecke
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG database_knotinfo... ##
## ------------------------------------------------------------------ ##
configure:60276: checking if --enable-system-site-packages was used
configure:60338: result: no; skipping check
configure:60369: no suitable system package found for SPKG database_knotinfo
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG dateutil... ##
## --------------------------------------------------------- ##
configure:60492: checking if --enable-system-site-packages was used
configure:60554: result: no; skipping check
configure:60585: no suitable system package found for SPKG dateutil
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipykernel... ##
## ---------------------------------------------------------- ##
configure:60708: checking if --enable-system-site-packages was used
configure:60770: result: no; skipping check
configure:60801: no suitable system package found for SPKG ipykernel
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG debugpy... ##
## -------------------------------------------------------- ##
configure:60934: checking if --enable-system-site-packages was used
configure:60996: result: no; skipping check
configure:61028: no suitable system package found for SPKG debugpy
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG decorator... ##
## ---------------------------------------------------------- ##
configure:61151: checking if --enable-system-site-packages was used
configure:61213: result: no; skipping check
configure:61244: no suitable system package found for SPKG decorator
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG defusedxml... ##
## ----------------------------------------------------------- ##
configure:61367: checking if --enable-system-site-packages was used
configure:61429: result: no; skipping check
configure:61460: no suitable system package found for SPKG defusedxml
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG docutils... ##
## --------------------------------------------------------- ##
configure:61583: checking if --enable-system-site-packages was used
configure:61645: result: no; skipping check
configure:61676: no suitable system package found for SPKG docutils
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG dot2tex... ##
## -------------------------------------------------------- ##
configure:61799: checking if --enable-system-site-packages was used
configure:61861: result: no; skipping check
configure:61892: no suitable system package found for SPKG dot2tex
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ecos_python... ##
## ------------------------------------------------------------ ##
configure:62015: checking if --enable-system-site-packages was used
configure:62077: result: no; skipping check
configure:62108: no suitable system package found for SPKG ecos_python
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG editables... ##
## ---------------------------------------------------------- ##
configure:62231: checking if --enable-system-site-packages was used
configure:62293: result: no; skipping check
configure:62324: no suitable system package found for SPKG editables
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG entrypoints... ##
## ------------------------------------------------------------ ##
configure:62447: checking if --enable-system-site-packages was used
configure:62509: result: no; skipping check
configure:62540: no suitable system package found for SPKG entrypoints
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG exceptiongroup... ##
## --------------------------------------------------------------- ##
configure:62664: checking if --enable-system-site-packages was used
configure:62726: result: no; skipping check
configure:62758: no suitable system package found for SPKG exceptiongroup
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG executing... ##
## ---------------------------------------------------------- ##
configure:62881: checking if --enable-system-site-packages was used
configure:62943: result: no; skipping check
configure:62974: no suitable system package found for SPKG executing
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fastjsonschema... ##
## --------------------------------------------------------------- ##
configure:63098: checking if --enable-system-site-packages was used
configure:63160: result: no; skipping check
configure:63192: no suitable system package found for SPKG fastjsonschema
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG flit_core... ##
## ---------------------------------------------------------- ##
configure:63315: checking if --enable-system-site-packages was used
configure:63377: result: no; skipping check
configure:63408: no suitable system package found for SPKG flit_core
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fonttools... ##
## ---------------------------------------------------------- ##
configure:63531: checking if --enable-system-site-packages was used
configure:63593: result: no; skipping check
configure:63624: no suitable system package found for SPKG fonttools
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG numpy... ##
## ------------------------------------------------------ ##
configure:63750: checking whether any of openblas is installed as or will be installed as SPKG
configure:63755: result: yes; install numpy as well
configure:63863: no suitable system package found for SPKG numpy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fpylll... ##
## ------------------------------------------------------- ##
configure:63991: checking whether any of cysignals fplll numpy is installed as or will be installed as SPKG
configure:63996: result: yes; install fpylll as well
configure:64104: no suitable system package found for SPKG fpylll
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG fqdn... ##
## ----------------------------------------------------- ##
configure:64227: checking if --enable-system-site-packages was used
configure:64289: result: no; skipping check
configure:64320: no suitable system package found for SPKG fqdn
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG furo... ##
## ----------------------------------------------------- ##
configure:64444: checking if --enable-system-site-packages was used
configure:64506: result: no; skipping check
configure:64538: no suitable system package found for SPKG furo
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG gap_jupyter... ##
## ------------------------------------------------------------ ##
configure:64661: checking if --enable-system-site-packages was used
configure:64723: result: no; skipping check
configure:64754: no suitable system package found for SPKG gap_jupyter
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gast... ##
## ----------------------------------------------------- ##
configure:64877: checking if --enable-system-site-packages was used
configure:64939: result: no; skipping check
configure:64970: no suitable system package found for SPKG gast
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gitpython... ##
## ---------------------------------------------------------- ##
configure:65093: checking if --enable-system-site-packages was used
configure:65155: result: no; skipping check
configure:65186: no suitable system package found for SPKG gitpython
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG gmpy2... ##
## ------------------------------------------------------ ##
configure:65309: checking if --enable-system-site-packages was used
configure:65371: result: no; skipping check
configure:65402: no suitable system package found for SPKG gmpy2
## ------------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG hatch_fancy_pypi_readme... ##
## ------------------------------------------------------------------------ ##
configure:65526: checking if --enable-system-site-packages was used
configure:65588: result: no; skipping check
configure:65620: no suitable system package found for SPKG hatch_fancy_pypi_readme
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hatch_vcs... ##
## ---------------------------------------------------------- ##
configure:65744: checking if --enable-system-site-packages was used
configure:65806: result: no; skipping check
configure:65838: no suitable system package found for SPKG hatch_vcs
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hatchling... ##
## ---------------------------------------------------------- ##
configure:65961: checking if --enable-system-site-packages was used
configure:66023: result: no; skipping check
configure:66054: no suitable system package found for SPKG hatchling
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG idna... ##
## ----------------------------------------------------- ##
configure:66177: checking if --enable-system-site-packages was used
configure:66239: result: no; skipping check
configure:66270: no suitable system package found for SPKG idna
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG imagesize... ##
## ---------------------------------------------------------- ##
configure:66393: checking if --enable-system-site-packages was used
configure:66455: result: no; skipping check
configure:66486: no suitable system package found for SPKG imagesize
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG importlib_metadata... ##
## ------------------------------------------------------------------- ##
configure:66598: checking for >=python-3.11
configure:66611: result: no
configure:66639: checking if --enable-system-site-packages was used
configure:66701: result: no; skipping check
configure:66733: no suitable system package found for SPKG importlib_metadata
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG importlib_resources... ##
## -------------------------------------------------------------------- ##
configure:66845: checking for >=python-3.11
configure:66858: result: no
configure:66886: checking if --enable-system-site-packages was used
configure:66948: result: no; skipping check
configure:66980: no suitable system package found for SPKG importlib_resources
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipympl... ##
## ------------------------------------------------------- ##
configure:67104: checking if --enable-system-site-packages was used
configure:67166: result: no; skipping check
configure:67198: no suitable system package found for SPKG ipympl
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipython... ##
## -------------------------------------------------------- ##
configure:67321: checking if --enable-system-site-packages was used
configure:67383: result: no; skipping check
configure:67414: no suitable system package found for SPKG ipython
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipython_genutils... ##
## ----------------------------------------------------------------- ##
configure:67537: checking if --enable-system-site-packages was used
configure:67599: result: no; skipping check
configure:67631: no suitable system package found for SPKG ipython_genutils
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipywidgets... ##
## ----------------------------------------------------------- ##
configure:67754: checking if --enable-system-site-packages was used
configure:67816: result: no; skipping check
configure:67847: no suitable system package found for SPKG ipywidgets
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG isoduration... ##
## ------------------------------------------------------------ ##
configure:67970: checking if --enable-system-site-packages was used
configure:68032: result: no; skipping check
configure:68063: no suitable system package found for SPKG isoduration
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG jedi... ##
## ----------------------------------------------------- ##
configure:68186: checking if --enable-system-site-packages was used
configure:68248: result: no; skipping check
configure:68279: no suitable system package found for SPKG jedi
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jinja2... ##
## ------------------------------------------------------- ##
configure:68402: checking if --enable-system-site-packages was used
configure:68464: result: no; skipping check
configure:68495: no suitable system package found for SPKG jinja2
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG json5... ##
## ------------------------------------------------------ ##
configure:68618: checking if --enable-system-site-packages was used
configure:68680: result: no; skipping check
configure:68711: no suitable system package found for SPKG json5
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jsonpointer... ##
## ------------------------------------------------------------ ##
configure:68834: checking if --enable-system-site-packages was used
configure:68896: result: no; skipping check
configure:68927: no suitable system package found for SPKG jsonpointer
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jsonschema... ##
## ----------------------------------------------------------- ##
configure:69050: checking if --enable-system-site-packages was used
configure:69112: result: no; skipping check
configure:69143: no suitable system package found for SPKG jsonschema
## -------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jsonschema_specifications... ##
## -------------------------------------------------------------------------- ##
configure:69266: checking if --enable-system-site-packages was used
configure:69328: result: no; skipping check
configure:69359: no suitable system package found for SPKG jsonschema_specifications
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupymake... ##
## --------------------------------------------------------- ##
configure:69482: checking if --enable-system-site-packages was used
configure:69544: result: no; skipping check
configure:69575: no suitable system package found for SPKG jupymake
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_client... ##
## --------------------------------------------------------------- ##
configure:69699: checking if --enable-system-site-packages was used
configure:69761: result: no; skipping check
configure:69793: no suitable system package found for SPKG jupyter_client
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_core... ##
## ------------------------------------------------------------- ##
configure:69917: checking if --enable-system-site-packages was used
configure:69979: result: no; skipping check
configure:70011: no suitable system package found for SPKG jupyter_core
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_events... ##
## --------------------------------------------------------------- ##
configure:70134: checking if --enable-system-site-packages was used
configure:70196: result: no; skipping check
configure:70227: no suitable system package found for SPKG jupyter_events
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_jsmol... ##
## -------------------------------------------------------------- ##
configure:70351: checking if --enable-system-site-packages was used
configure:70413: result: no; skipping check
configure:70445: no suitable system package found for SPKG jupyter_jsmol
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jupyter_lsp... ##
## ------------------------------------------------------------ ##
configure:70568: checking if --enable-system-site-packages was used
configure:70630: result: no; skipping check
configure:70661: no suitable system package found for SPKG jupyter_lsp
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_server... ##
## --------------------------------------------------------------- ##
configure:70784: checking if --enable-system-site-packages was used
configure:70846: result: no; skipping check
configure:70877: no suitable system package found for SPKG jupyter_server
## ------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_server_terminals... ##
## ------------------------------------------------------------------------- ##
configure:71000: checking if --enable-system-site-packages was used
configure:71062: result: no; skipping check
configure:71093: no suitable system package found for SPKG jupyter_server_terminals
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_sphinx... ##
## --------------------------------------------------------------- ##
configure:71217: checking if --enable-system-site-packages was used
configure:71279: result: no; skipping check
configure:71311: no suitable system package found for SPKG jupyter_sphinx
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab... ##
## ----------------------------------------------------------- ##
configure:71434: checking if --enable-system-site-packages was used
configure:71496: result: no; skipping check
configure:71527: no suitable system package found for SPKG jupyterlab
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_mathjax2... ##
## -------------------------------------------------------------------- ##
configure:71650: checking if --enable-system-site-packages was used
configure:71712: result: no; skipping check
configure:71743: no suitable system package found for SPKG jupyterlab_mathjax2
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_pygments... ##
## -------------------------------------------------------------------- ##
configure:71867: checking if --enable-system-site-packages was used
configure:71929: result: no; skipping check
configure:71961: no suitable system package found for SPKG jupyterlab_pygments
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jupyterlab_server... ##
## ------------------------------------------------------------------ ##
configure:72084: checking if --enable-system-site-packages was used
configure:72146: result: no; skipping check
configure:72177: no suitable system package found for SPKG jupyterlab_server
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_widgets... ##
## ------------------------------------------------------------------- ##
configure:72301: checking if --enable-system-site-packages was used
configure:72363: result: no; skipping check
configure:72395: no suitable system package found for SPKG jupyterlab_widgets
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG kiwisolver... ##
## ----------------------------------------------------------- ##
configure:72518: checking if --enable-system-site-packages was used
configure:72580: result: no; skipping check
configure:72611: no suitable system package found for SPKG kiwisolver
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrcalc_python... ##
## -------------------------------------------------------------- ##
configure:72734: checking if --enable-system-site-packages was used
configure:72796: result: no; skipping check
configure:72827: no suitable system package found for SPKG lrcalc_python
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG markupsafe... ##
## ----------------------------------------------------------- ##
configure:72950: checking if --enable-system-site-packages was used
configure:73012: result: no; skipping check
configure:73043: no suitable system package found for SPKG markupsafe
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mathics... ##
## -------------------------------------------------------- ##
configure:73166: checking if --enable-system-site-packages was used
configure:73228: result: no; skipping check
configure:73259: no suitable system package found for SPKG mathics
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mathics_scanner... ##
## ---------------------------------------------------------------- ##
configure:73382: checking if --enable-system-site-packages was used
configure:73444: result: no; skipping check
configure:73475: no suitable system package found for SPKG mathics_scanner
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG matplotlib... ##
## ----------------------------------------------------------- ##
configure:73604: checking whether any of bzip2 freetype libpng qhull is installed as or will be installed as SPKG
configure:73614: result: no
configure:73618: checking if --enable-system-site-packages was used
configure:73680: result: no; skipping check
configure:73717: no suitable system package found for SPKG matplotlib
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG matplotlib_inline... ##
## ------------------------------------------------------------------ ##
configure:73841: checking if --enable-system-site-packages was used
configure:73903: result: no; skipping check
configure:73935: no suitable system package found for SPKG matplotlib_inline
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG memory_allocator... ##
## ----------------------------------------------------------------- ##
configure:74059: checking if --enable-system-site-packages was used
configure:74121: result: no; skipping check
configure:74153: no suitable system package found for SPKG memory_allocator
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG meson_python... ##
## ------------------------------------------------------------- ##
configure:74277: checking if --enable-system-site-packages was used
configure:74339: result: no; skipping check
configure:74371: no suitable system package found for SPKG meson_python
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mistune... ##
## -------------------------------------------------------- ##
configure:74494: checking if --enable-system-site-packages was used
configure:74556: result: no; skipping check
configure:74587: no suitable system package found for SPKG mistune
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpmath... ##
## ------------------------------------------------------- ##
configure:74710: checking if --enable-system-site-packages was used
configure:74772: result: no; skipping check
configure:74803: no suitable system package found for SPKG mpmath
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbclient... ##
## --------------------------------------------------------- ##
configure:74926: checking if --enable-system-site-packages was used
configure:74988: result: no; skipping check
configure:75019: no suitable system package found for SPKG nbclient
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbconvert... ##
## ---------------------------------------------------------- ##
configure:75142: checking if --enable-system-site-packages was used
configure:75204: result: no; skipping check
configure:75235: no suitable system package found for SPKG nbconvert
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbformat... ##
## --------------------------------------------------------- ##
configure:75358: checking if --enable-system-site-packages was used
configure:75420: result: no; skipping check
configure:75451: no suitable system package found for SPKG nbformat
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nest_asyncio... ##
## ------------------------------------------------------------- ##
configure:75574: checking if --enable-system-site-packages was used
configure:75636: result: no; skipping check
configure:75667: no suitable system package found for SPKG nest_asyncio
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG networkx... ##
## --------------------------------------------------------- ##
configure:75790: checking if --enable-system-site-packages was used
configure:75852: result: no; skipping check
configure:75883: no suitable system package found for SPKG networkx
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nibabel... ##
## -------------------------------------------------------- ##
configure:76006: checking if --enable-system-site-packages was used
configure:76068: result: no; skipping check
configure:76099: no suitable system package found for SPKG nibabel
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notebook... ##
## --------------------------------------------------------- ##
configure:76222: checking if --enable-system-site-packages was used
configure:76284: result: no; skipping check
configure:76315: no suitable system package found for SPKG notebook
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notebook_shim... ##
## -------------------------------------------------------------- ##
configure:76438: checking if --enable-system-site-packages was used
configure:76500: result: no; skipping check
configure:76531: no suitable system package found for SPKG notebook_shim
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notedown... ##
## --------------------------------------------------------- ##
configure:76654: checking if --enable-system-site-packages was used
configure:76716: result: no; skipping check
configure:76747: no suitable system package found for SPKG notedown
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ore_algebra... ##
## ------------------------------------------------------------ ##
configure:76870: checking if --enable-system-site-packages was used
configure:76932: result: no; skipping check
configure:76963: no suitable system package found for SPKG ore_algebra
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG osqp_python... ##
## ------------------------------------------------------------ ##
configure:77086: checking if --enable-system-site-packages was used
configure:77148: result: no; skipping check
configure:77179: no suitable system package found for SPKG osqp_python
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG overrides... ##
## ---------------------------------------------------------- ##
configure:77302: checking if --enable-system-site-packages was used
configure:77364: result: no; skipping check
configure:77395: no suitable system package found for SPKG overrides
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG p_group_cohomology... ##
## ------------------------------------------------------------------- ##
configure:77518: checking if --enable-system-site-packages was used
configure:77580: result: no; skipping check
configure:77611: no suitable system package found for SPKG p_group_cohomology
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG packaging... ##
## ---------------------------------------------------------- ##
configure:77734: checking if --enable-system-site-packages was used
configure:77796: result: no; skipping check
configure:77827: no suitable system package found for SPKG packaging
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG palettable... ##
## ----------------------------------------------------------- ##
configure:77950: checking if --enable-system-site-packages was used
configure:78012: result: no; skipping check
configure:78043: no suitable system package found for SPKG palettable
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pandoc_attributes... ##
## ------------------------------------------------------------------ ##
configure:78166: checking if --enable-system-site-packages was used
configure:78228: result: no; skipping check
configure:78259: no suitable system package found for SPKG pandoc_attributes
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pandocfilters... ##
## -------------------------------------------------------------- ##
configure:78383: checking if --enable-system-site-packages was used
configure:78445: result: no; skipping check
configure:78477: no suitable system package found for SPKG pandocfilters
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_jupyter... ##
## ------------------------------------------------------------- ##
configure:78600: checking if --enable-system-site-packages was used
configure:78662: result: no; skipping check
configure:78693: no suitable system package found for SPKG pari_jupyter
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG parso... ##
## ------------------------------------------------------ ##
configure:78816: checking if --enable-system-site-packages was used
configure:78878: result: no; skipping check
configure:78909: no suitable system package found for SPKG parso
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pathspec... ##
## --------------------------------------------------------- ##
configure:79032: checking if --enable-system-site-packages was used
configure:79094: result: no; skipping check
configure:79125: no suitable system package found for SPKG pathspec
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pexpect... ##
## -------------------------------------------------------- ##
configure:79248: checking if --enable-system-site-packages was used
configure:79310: result: no; skipping check
configure:79341: no suitable system package found for SPKG pexpect
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG phitigra... ##
## --------------------------------------------------------- ##
configure:79464: checking if --enable-system-site-packages was used
configure:79526: result: no; skipping check
configure:79557: no suitable system package found for SPKG phitigra
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pickleshare... ##
## ------------------------------------------------------------ ##
configure:79680: checking if --enable-system-site-packages was used
configure:79742: result: no; skipping check
configure:79773: no suitable system package found for SPKG pickleshare
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pillow... ##
## ------------------------------------------------------- ##
configure:79902: checking whether any of bzip2 freetype libpng zlib is installed as or will be installed as SPKG
configure:79912: result: no
configure:79916: checking if --enable-system-site-packages was used
configure:79978: result: no; skipping check
configure:80015: no suitable system package found for SPKG pillow
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG pint... ##
## ----------------------------------------------------- ##
configure:80138: checking if --enable-system-site-packages was used
configure:80200: result: no; skipping check
configure:80231: no suitable system package found for SPKG pint
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG pip... ##
## ---------------------------------------------------- ##
configure:80355: checking if --enable-system-site-packages was used
configure:80417: result: no; skipping check
configure:80503: no suitable system package found for SPKG pip
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pkgconfig... ##
## ---------------------------------------------------------- ##
configure:80626: checking if --enable-system-site-packages was used
configure:80688: result: no; skipping check
configure:80719: no suitable system package found for SPKG pkgconfig
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG platformdirs... ##
## ------------------------------------------------------------- ##
configure:80842: checking if --enable-system-site-packages was used
configure:80904: result: no; skipping check
configure:80935: no suitable system package found for SPKG platformdirs
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pluggy... ##
## ------------------------------------------------------- ##
configure:81058: checking if --enable-system-site-packages was used
configure:81120: result: no; skipping check
configure:81151: no suitable system package found for SPKG pluggy
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ply... ##
## ---------------------------------------------------- ##
configure:81274: checking if --enable-system-site-packages was used
configure:81336: result: no; skipping check
configure:81367: no suitable system package found for SPKG ply
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pplpy... ##
## ------------------------------------------------------ ##
configure:81495: checking whether any of cysignals gmpy2 ppl is installed as or will be installed as SPKG
configure:81500: result: yes; install pplpy as well
configure:81608: no suitable system package found for SPKG pplpy
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primecountpy... ##
## ------------------------------------------------------------- ##
configure:81735: checking whether any of cysignals primecount is installed as or will be installed as SPKG
configure:81740: result: yes; install primecountpy as well
configure:81848: no suitable system package found for SPKG primecountpy
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG prometheus_client... ##
## ------------------------------------------------------------------ ##
configure:81972: checking if --enable-system-site-packages was used
configure:82034: result: no; skipping check
configure:82066: no suitable system package found for SPKG prometheus_client
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG prompt_toolkit... ##
## --------------------------------------------------------------- ##
configure:82190: checking if --enable-system-site-packages was used
configure:82252: result: no; skipping check
configure:82284: no suitable system package found for SPKG prompt_toolkit
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG psutil... ##
## ------------------------------------------------------- ##
configure:82407: checking if --enable-system-site-packages was used
configure:82469: result: no; skipping check
configure:82500: no suitable system package found for SPKG psutil
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ptyprocess... ##
## ----------------------------------------------------------- ##
configure:82623: checking if --enable-system-site-packages was used
configure:82685: result: no; skipping check
configure:82716: no suitable system package found for SPKG ptyprocess
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pure_eval... ##
## ---------------------------------------------------------- ##
configure:82839: checking if --enable-system-site-packages was used
configure:82901: result: no; skipping check
configure:82932: no suitable system package found for SPKG pure_eval
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG py... ##
## --------------------------------------------------- ##
configure:83055: checking if --enable-system-site-packages was used
configure:83117: result: no; skipping check
configure:83148: no suitable system package found for SPKG py
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pybind11... ##
## --------------------------------------------------------- ##
configure:83271: checking if --enable-system-site-packages was used
configure:83333: result: no; skipping check
configure:83364: no suitable system package found for SPKG pybind11
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pybtex... ##
## ------------------------------------------------------- ##
configure:83487: checking if --enable-system-site-packages was used
configure:83549: result: no; skipping check
configure:83580: no suitable system package found for SPKG pybtex
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pycosat... ##
## -------------------------------------------------------- ##
configure:83703: checking if --enable-system-site-packages was used
configure:83765: result: no; skipping check
configure:83796: no suitable system package found for SPKG pycosat
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pycparser... ##
## ---------------------------------------------------------- ##
configure:83919: checking if --enable-system-site-packages was used
configure:83981: result: no; skipping check
configure:84012: no suitable system package found for SPKG pycparser
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pycryptosat... ##
## ------------------------------------------------------------ ##
configure:84135: checking if --enable-system-site-packages was used
configure:84197: result: no; skipping check
configure:84228: no suitable system package found for SPKG pycryptosat
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pygments... ##
## --------------------------------------------------------- ##
configure:84351: checking if --enable-system-site-packages was used
configure:84413: result: no; skipping check
configure:84444: no suitable system package found for SPKG pygments
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pygraphviz... ##
## ----------------------------------------------------------- ##
configure:84567: checking if --enable-system-site-packages was used
configure:84629: result: no; skipping check
configure:84660: no suitable system package found for SPKG pygraphviz
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pynormaliz... ##
## ----------------------------------------------------------- ##
configure:84783: checking if --enable-system-site-packages was used
configure:84845: result: no; skipping check
configure:84876: no suitable system package found for SPKG pynormaliz
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyparsing... ##
## ---------------------------------------------------------- ##
configure:84999: checking if --enable-system-site-packages was used
configure:85061: result: no; skipping check
configure:85092: no suitable system package found for SPKG pyparsing
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyppeteer... ##
## ---------------------------------------------------------- ##
configure:85215: checking if --enable-system-site-packages was used
configure:85277: result: no; skipping check
configure:85308: no suitable system package found for SPKG pyppeteer
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyproject_api... ##
## -------------------------------------------------------------- ##
configure:85431: checking if --enable-system-site-packages was used
configure:85493: result: no; skipping check
configure:85524: no suitable system package found for SPKG pyproject_api
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyproject_metadata... ##
## ------------------------------------------------------------------- ##
configure:85648: checking if --enable-system-site-packages was used
configure:85710: result: no; skipping check
configure:85742: no suitable system package found for SPKG pyproject_metadata
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyrsistent... ##
## ----------------------------------------------------------- ##
configure:85865: checking if --enable-system-site-packages was used
configure:85927: result: no; skipping check
configure:85958: no suitable system package found for SPKG pyrsistent
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyscipopt... ##
## ---------------------------------------------------------- ##
configure:86081: checking if --enable-system-site-packages was used
configure:86143: result: no; skipping check
configure:86174: no suitable system package found for SPKG pyscipopt
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pysingular... ##
## ----------------------------------------------------------- ##
configure:86297: checking if --enable-system-site-packages was used
configure:86359: result: no; skipping check
configure:86390: no suitable system package found for SPKG pysingular
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytest... ##
## ------------------------------------------------------- ##
configure:86513: checking if --enable-system-site-packages was used
configure:86575: result: no; skipping check
configure:86606: no suitable system package found for SPKG pytest
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pytest_mock... ##
## ------------------------------------------------------------ ##
configure:86729: checking if --enable-system-site-packages was used
configure:86791: result: no; skipping check
configure:86822: no suitable system package found for SPKG pytest_mock
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytest_xdist... ##
## ------------------------------------------------------------- ##
configure:86945: checking if --enable-system-site-packages was used
configure:87007: result: no; skipping check
configure:87038: no suitable system package found for SPKG pytest_xdist
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_build... ##
## ------------------------------------------------------------- ##
configure:87161: checking if --enable-system-site-packages was used
configure:87223: result: no; skipping check
configure:87254: no suitable system package found for SPKG python_build
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_igraph... ##
## -------------------------------------------------------------- ##
configure:87377: checking if --enable-system-site-packages was used
configure:87439: result: no; skipping check
configure:87470: no suitable system package found for SPKG python_igraph
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_json_logger... ##
## ------------------------------------------------------------------- ##
configure:87593: checking if --enable-system-site-packages was used
configure:87655: result: no; skipping check
configure:87686: no suitable system package found for SPKG python_json_logger
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pythran... ##
## -------------------------------------------------------- ##
configure:87809: checking if --enable-system-site-packages was used
configure:87871: result: no; skipping check
configure:87902: no suitable system package found for SPKG pythran
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytz... ##
## ----------------------------------------------------- ##
configure:88025: checking if --enable-system-site-packages was used
configure:88087: result: no; skipping check
configure:88118: no suitable system package found for SPKG pytz
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytz_deprecation_shim... ##
## ---------------------------------------------------------------------- ##
configure:88241: checking if --enable-system-site-packages was used
configure:88303: result: no; skipping check
configure:88334: no suitable system package found for SPKG pytz_deprecation_shim
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyx... ##
## ---------------------------------------------------- ##
configure:88457: checking if --enable-system-site-packages was used
configure:88519: result: no; skipping check
configure:88550: no suitable system package found for SPKG pyx
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyyaml... ##
## ------------------------------------------------------- ##
configure:88673: checking if --enable-system-site-packages was used
configure:88735: result: no; skipping check
configure:88766: no suitable system package found for SPKG pyyaml
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pyzmq... ##
## ------------------------------------------------------ ##
configure:88892: checking whether any of zeromq is installed as or will be installed as SPKG
configure:88902: result: no
configure:88906: checking if --enable-system-site-packages was used
configure:88968: result: no; skipping check
configure:89005: no suitable system package found for SPKG pyzmq
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG qdldl_python... ##
## ------------------------------------------------------------- ##
configure:89128: checking if --enable-system-site-packages was used
configure:89190: result: no; skipping check
configure:89221: no suitable system package found for SPKG qdldl_python
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG referencing... ##
## ------------------------------------------------------------ ##
configure:89344: checking if --enable-system-site-packages was used
configure:89406: result: no; skipping check
configure:89437: no suitable system package found for SPKG referencing
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG requests... ##
## --------------------------------------------------------- ##
configure:89560: checking if --enable-system-site-packages was used
configure:89622: result: no; skipping check
configure:89653: no suitable system package found for SPKG requests
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG rfc3339_validator... ##
## ------------------------------------------------------------------ ##
configure:89776: checking if --enable-system-site-packages was used
configure:89838: result: no; skipping check
configure:89869: no suitable system package found for SPKG rfc3339_validator
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG rfc3986_validator... ##
## ------------------------------------------------------------------ ##
configure:89992: checking if --enable-system-site-packages was used
configure:90054: result: no; skipping check
configure:90085: no suitable system package found for SPKG rfc3986_validator
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG rpy2... ##
## ----------------------------------------------------- ##
configure:90223: checking if --enable-system-site-packages was used
configure:90285: result: no; skipping check
configure:90317: no suitable system package found for SPKG rpy2
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG rst2ipynb... ##
## ---------------------------------------------------------- ##
configure:90440: checking if --enable-system-site-packages was used
configure:90502: result: no; skipping check
configure:90533: no suitable system package found for SPKG rst2ipynb
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagelib... ##
## -------------------------------------------------------- ##
configure:90656: checking if --enable-system-site-packages was used
configure:90718: result: no; skipping check
configure:90749: no suitable system package found for SPKG sagelib
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagenb_export... ##
## -------------------------------------------------------------- ##
configure:90872: checking if --enable-system-site-packages was used
configure:90934: result: no; skipping check
configure:90965: no suitable system package found for SPKG sagenb_export
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagetex... ##
## -------------------------------------------------------- ##
configure:91088: checking if --enable-system-site-packages was used
configure:91150: result: no; skipping check
configure:91181: no suitable system package found for SPKG sagetex
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG scipy... ##
## ------------------------------------------------------ ##
configure:91307: checking whether any of openblas is installed as or will be installed as SPKG
configure:91312: result: yes; install scipy as well
configure:91420: no suitable system package found for SPKG scipy
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG scs... ##
## ---------------------------------------------------- ##
configure:91543: checking if --enable-system-site-packages was used
configure:91605: result: no; skipping check
configure:91636: no suitable system package found for SPKG scs
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG send2trash... ##
## ----------------------------------------------------------- ##
configure:91759: checking if --enable-system-site-packages was used
configure:91821: result: no; skipping check
configure:91852: no suitable system package found for SPKG send2trash
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG setuptools... ##
## ----------------------------------------------------------- ##
configure:91975: checking if --enable-system-site-packages was used
configure:92037: result: no; skipping check
configure:92068: no suitable system package found for SPKG setuptools
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG setuptools_scm... ##
## --------------------------------------------------------------- ##
configure:92192: checking if --enable-system-site-packages was used
configure:92254: result: no; skipping check
configure:92286: no suitable system package found for SPKG setuptools_scm
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG singular_jupyter... ##
## ----------------------------------------------------------------- ##
configure:92409: checking if --enable-system-site-packages was used
configure:92471: result: no; skipping check
configure:92502: no suitable system package found for SPKG singular_jupyter
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG six... ##
## ---------------------------------------------------- ##
configure:92625: checking if --enable-system-site-packages was used
configure:92687: result: no; skipping check
configure:92718: no suitable system package found for SPKG six
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG slabbe... ##
## ------------------------------------------------------- ##
configure:92841: checking if --enable-system-site-packages was used
configure:92903: result: no; skipping check
configure:92934: no suitable system package found for SPKG slabbe
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG snappy... ##
## ------------------------------------------------------- ##
configure:93057: checking if --enable-system-site-packages was used
configure:93119: result: no; skipping check
configure:93150: no suitable system package found for SPKG snappy
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sniffio... ##
## -------------------------------------------------------- ##
configure:93273: checking if --enable-system-site-packages was used
configure:93335: result: no; skipping check
configure:93366: no suitable system package found for SPKG sniffio
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG snowballstemmer... ##
## ---------------------------------------------------------------- ##
configure:93490: checking if --enable-system-site-packages was used
configure:93552: result: no; skipping check
configure:93584: no suitable system package found for SPKG snowballstemmer
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG soupsieve... ##
## ---------------------------------------------------------- ##
configure:93707: checking if --enable-system-site-packages was used
configure:93769: result: no; skipping check
configure:93800: no suitable system package found for SPKG soupsieve
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx... ##
## ------------------------------------------------------- ##
configure:93924: checking if --enable-system-site-packages was used
configure:93986: result: no; skipping check
configure:94018: no suitable system package found for SPKG sphinx
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx_basic_ng... ##
## ---------------------------------------------------------------- ##
configure:94142: checking if --enable-system-site-packages was used
configure:94204: result: no; skipping check
configure:94236: no suitable system package found for SPKG sphinx_basic_ng
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sphinx_copybutton... ##
## ------------------------------------------------------------------ ##
configure:94360: checking if --enable-system-site-packages was used
configure:94422: result: no; skipping check
configure:94454: no suitable system package found for SPKG sphinx_copybutton
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx_inline_tabs... ##
## ------------------------------------------------------------------- ##
configure:94578: checking if --enable-system-site-packages was used
configure:94640: result: no; skipping check
configure:94672: no suitable system package found for SPKG sphinx_inline_tabs
## ------------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sphinxcontrib_applehelp... ##
## ------------------------------------------------------------------------ ##
configure:94796: checking if --enable-system-site-packages was used
configure:94858: result: no; skipping check
configure:94890: no suitable system package found for SPKG sphinxcontrib_applehelp
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_devhelp... ##
## ---------------------------------------------------------------------- ##
configure:95014: checking if --enable-system-site-packages was used
configure:95076: result: no; skipping check
configure:95108: no suitable system package found for SPKG sphinxcontrib_devhelp
## ----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_htmlhelp... ##
## ----------------------------------------------------------------------- ##
configure:95232: checking if --enable-system-site-packages was used
configure:95294: result: no; skipping check
configure:95326: no suitable system package found for SPKG sphinxcontrib_htmlhelp
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_jsmath... ##
## --------------------------------------------------------------------- ##
configure:95450: checking if --enable-system-site-packages was used
configure:95512: result: no; skipping check
configure:95544: no suitable system package found for SPKG sphinxcontrib_jsmath
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_qthelp... ##
## --------------------------------------------------------------------- ##
configure:95668: checking if --enable-system-site-packages was used
configure:95730: result: no; skipping check
configure:95762: no suitable system package found for SPKG sphinxcontrib_qthelp
## ------------------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sphinxcontrib_serializinghtml... ##
## ------------------------------------------------------------------------------ ##
configure:95886: checking if --enable-system-site-packages was used
configure:95948: result: no; skipping check
configure:95980: no suitable system package found for SPKG sphinxcontrib_serializinghtml
## ------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_websupport... ##
## ------------------------------------------------------------------------- ##
configure:96104: checking if --enable-system-site-packages was used
configure:96166: result: no; skipping check
configure:96198: no suitable system package found for SPKG sphinxcontrib_websupport
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sqlalchemy... ##
## ----------------------------------------------------------- ##
configure:96321: checking if --enable-system-site-packages was used
configure:96383: result: no; skipping check
configure:96414: no suitable system package found for SPKG sqlalchemy
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG stack_data... ##
## ----------------------------------------------------------- ##
configure:96538: checking if --enable-system-site-packages was used
configure:96600: result: no; skipping check
configure:96632: no suitable system package found for SPKG stack_data
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG surface_dynamics... ##
## ----------------------------------------------------------------- ##
configure:96755: checking if --enable-system-site-packages was used
configure:96817: result: no; skipping check
configure:96848: no suitable system package found for SPKG surface_dynamics
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symengine_py... ##
## ------------------------------------------------------------- ##
configure:96971: checking if --enable-system-site-packages was used
configure:97033: result: no; skipping check
configure:97064: no suitable system package found for SPKG symengine_py
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sympy... ##
## ------------------------------------------------------ ##
configure:97187: checking if --enable-system-site-packages was used
configure:97249: result: no; skipping check
configure:97280: no suitable system package found for SPKG sympy
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG terminado... ##
## ---------------------------------------------------------- ##
configure:97403: checking if --enable-system-site-packages was used
configure:97465: result: no; skipping check
configure:97496: no suitable system package found for SPKG terminado
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texttable... ##
## ---------------------------------------------------------- ##
configure:97619: checking if --enable-system-site-packages was used
configure:97681: result: no; skipping check
configure:97712: no suitable system package found for SPKG texttable
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tinycss2... ##
## --------------------------------------------------------- ##
configure:97836: checking if --enable-system-site-packages was used
configure:97898: result: no; skipping check
configure:97930: no suitable system package found for SPKG tinycss2
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG tomli... ##
## ------------------------------------------------------ ##
configure:98053: checking if --enable-system-site-packages was used
configure:98115: result: no; skipping check
configure:98146: no suitable system package found for SPKG tomli
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tornado... ##
## -------------------------------------------------------- ##
configure:98269: checking if --enable-system-site-packages was used
configure:98331: result: no; skipping check
configure:98362: no suitable system package found for SPKG tornado
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG traitlets... ##
## ---------------------------------------------------------- ##
configure:98485: checking if --enable-system-site-packages was used
configure:98547: result: no; skipping check
configure:98578: no suitable system package found for SPKG traitlets
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG trove_classifiers... ##
## ------------------------------------------------------------------ ##
configure:98702: checking if --enable-system-site-packages was used
configure:98764: result: no; skipping check
configure:98796: no suitable system package found for SPKG trove_classifiers
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG types_python_dateutil... ##
## ---------------------------------------------------------------------- ##
configure:98919: checking if --enable-system-site-packages was used
configure:98981: result: no; skipping check
configure:99012: no suitable system package found for SPKG types_python_dateutil
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG typing_extensions... ##
## ------------------------------------------------------------------ ##
configure:99124: checking for >=python-3.11
configure:99137: result: no
configure:99165: checking if --enable-system-site-packages was used
configure:99227: result: no; skipping check
configure:99259: no suitable system package found for SPKG typing_extensions
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tzlocal... ##
## -------------------------------------------------------- ##
configure:99382: checking if --enable-system-site-packages was used
configure:99444: result: no; skipping check
configure:99475: no suitable system package found for SPKG tzlocal
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG uri_template... ##
## ------------------------------------------------------------- ##
configure:99598: checking if --enable-system-site-packages was used
configure:99660: result: no; skipping check
configure:99691: no suitable system package found for SPKG uri_template
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG urllib3... ##
## -------------------------------------------------------- ##
configure:99814: checking if --enable-system-site-packages was used
configure:99876: result: no; skipping check
configure:99907: no suitable system package found for SPKG urllib3
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG wcwidth... ##
## -------------------------------------------------------- ##
configure:100030: checking if --enable-system-site-packages was used
configure:100092: result: no; skipping check
configure:100123: no suitable system package found for SPKG wcwidth
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG webcolors... ##
## ---------------------------------------------------------- ##
configure:100246: checking if --enable-system-site-packages was used
configure:100308: result: no; skipping check
configure:100339: no suitable system package found for SPKG webcolors
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG webencodings... ##
## ------------------------------------------------------------- ##
configure:100463: checking if --enable-system-site-packages was used
configure:100525: result: no; skipping check
configure:100557: no suitable system package found for SPKG webencodings
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG websocket_client... ##
## ----------------------------------------------------------------- ##
configure:100680: checking if --enable-system-site-packages was used
configure:100742: result: no; skipping check
configure:100773: no suitable system package found for SPKG websocket_client
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG wheel... ##
## ------------------------------------------------------ ##
configure:100896: checking if --enable-system-site-packages was used
configure:100958: result: no; skipping check
configure:100989: no suitable system package found for SPKG wheel
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG widgetsnbextension... ##
## ------------------------------------------------------------------- ##
configure:101113: checking if --enable-system-site-packages was used
configure:101175: result: no; skipping check
configure:101207: no suitable system package found for SPKG widgetsnbextension
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG zipp... ##
## ----------------------------------------------------- ##
configure:101330: checking if --enable-system-site-packages was used
configure:101392: result: no; skipping check
configure:101423: no suitable system package found for SPKG zipp
## ----------------------------------------------------------------------- ##
## Build status for each package: ##
## ----------------------------------------------------------------------- ##
configure:107317: result: 4ti2: no suitable system package; optional, use "./configure --enable-4ti2" to install SPKG version 1.6.10
configure:109210: result: admcycles: no; optional pip package; use "./sage -i admcycles" to install
configure:109384: result: alabaster: no; standard, SPKG version 0.7.16 will be installed
configure:109559: result: anyio: no; standard, SPKG version 4.0.0 will be installed
configure:109734: result: appdirs: not required on your platform; SPKG will not be installed
configure:109909: result: appnope: no; standard, SPKG version 0.1.3 will be installed
configure:110084: result: argon2_cffi: no; standard, SPKG version 21.3.0 will be installed
configure:110259: result: argon2_cffi_bindings: no; standard, SPKG version 21.2.0 will be installed
configure:110434: result: arrow: no; standard, SPKG version 1.3.0 will be installed
configure:110609: result: asttokens: no; standard, SPKG version 2.4.1 will be installed
configure:110784: result: async_lru: no; standard, SPKG version 2.0.4 will be installed
configure:110959: result: attrs: no; standard, SPKG version 23.1.0 will be installed
configure:111139: result: auditwheel_or_delocate: no; optional pip package; use "./sage -i auditwheel_or_delocate" to install
configure:111317: result: awali: experimental, use "./configure --enable-awali" to install SPKG version 1.0.2-190218
configure:111491: result: babel: no; standard, SPKG version 2.14.0 will be installed
configure:111670: result: barvinok: experimental, use "./configure --enable-barvinok" to install SPKG version 0.41.7
configure:111844: result: beautifulsoup4: no; standard, SPKG version 4.12.2 will be installed
configure:112019: result: beniget: no; standard, SPKG version 0.4.1 will be installed
configure:112198: result: benzene: optional, use "./configure --enable-benzene" to install SPKG version 20130630
configure:112377: result: biopython: no; optional pip package; use "./sage -i biopython" to install
configure:112551: result: bleach: no; standard, SPKG version 6.1.0 will be installed
configure:112730: result: bliss: no suitable system package; optional, use "./configure --enable-bliss" to install SPKG version 0.77
configure:112904: result: boost_cropped: using system package; SPKG will not be installed
configure:113079: result: brial: SPKG version 1.2.8 is already installed
configure:113258: result: buckygen: optional, use "./configure --enable-buckygen" to install SPKG version 1.1
configure:113432: result: bzip2: using system package; SPKG will not be installed
configure:113607: result: cachetools: not required on your platform; SPKG will not be installed
configure:113782: result: calver: no; standard, SPKG version 2022.6.26 will be installed
configure:113961: result: cbc: no suitable system package; optional, use "./configure --enable-cbc" to install SPKG version 2.9.4.p0
configure:114139: result: ccache: optional, use "./configure --enable-ccache" to install SPKG version 3.3.4
configure:114313: result: cddlib: using system package; SPKG will not be installed
configure:114488: result: certifi: no; standard, SPKG version 2023.11.17 will be installed
configure:114663: result: cffi: no; standard, SPKG version 1.15.1 will be installed
configure:114838: result: chardet: not required on your platform; SPKG will not be installed
configure:115013: result: charset_normalizer: no; standard, SPKG version 3.3.2 will be installed
configure:115193: result: clarabel: optional pip package; use "./sage -i clarabel" to install
configure:115367: result: cliquer: SPKG version 1.22 is already installed
configure:115542: result: cmake: using system package; SPKG will not be installed
configure:115721: result: cocoalib: experimental, use "./configure --enable-cocoalib" to install SPKG version 0.99564
configure:115895: result: colorama: not required on your platform; SPKG will not be installed
configure:116070: result: combinatorial_designs: standard, SPKG version 20140630.p0 is already installed
configure:116245: result: comm: no; standard, SPKG version 0.1.4 will be installed
configure:116424: result: configure: base, use "./configure --enable-configure" to install SPKG version f5e78840b108412e1e26382910af993f874c6933
configure:116598: result: contourpy: no; standard, SPKG version 1.1.1 will be installed
configure:116773: result: conway_polynomials: no; standard, SPKG version 0.8 will be installed
configure:116952: result: coxeter3: no suitable system package; optional, use "./configure --enable-coxeter3" to install SPKG version 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0
configure:117126: result: cppy: no; standard, SPKG version 1.2.1 will be installed
configure:117305: result: cryptominisat: optional, use "./configure --enable-cryptominisat" to install SPKG version 5.8.0
configure:117483: result: csdp: optional, use "./configure --enable-csdp" to install SPKG version 6.2.p1
configure:117661: result: cunningham_tables: optional, use "./configure --enable-cunningham_tables" to install SPKG version 1.0
configure:117835: result: curl: using system package; SPKG will not be installed
configure:118010: result: cvxopt: no suitable system package; standard, SPKG version 1.3.2 will be installed
configure:118189: result: cvxpy: no; optional, use "./configure --enable-cvxpy" to install SPKG version 1.4.1
configure:118363: result: cycler: no; standard, SPKG version 0.11.0 will be installed
configure:118542: result: cylp: no; optional, use "./configure --enable-cylp" to install SPKG version 0.92.2
configure:118716: result: cypari: no suitable system package; standard, SPKG version 2.1.5 will be installed
configure:118891: result: cysignals: no; standard, SPKG version 1.11.4 will be installed
configure:119066: result: cython: no; standard, SPKG version 3.0.10 will be installed
configure:119245: result: d3js: optional, use "./configure --enable-d3js" to install SPKG version 3.4.8
configure:119423: result: database_cremona_ellcurve: optional, use "./configure --enable-database_cremona_ellcurve" to install SPKG version 20190911
configure:119601: result: database_cubic_hecke: no; optional, use "./configure --enable-database_cubic_hecke" to install SPKG version 2022.3.1
configure:119779: result: database_jones_numfield: optional, use "./configure --enable-database_jones_numfield" to install SPKG version 4
configure:119957: result: database_knotinfo: no; optional, use "./configure --enable-database_knotinfo" to install SPKG version 2024.2.1
configure:120135: result: database_kohel: optional, use "./configure --enable-database_kohel" to install SPKG version 20160724
configure:120313: result: database_mutation_class: optional, use "./configure --enable-database_mutation_class" to install SPKG version 1.0
configure:120491: result: database_odlyzko_zeta: optional, use "./configure --enable-database_odlyzko_zeta" to install SPKG version 20061209
configure:120669: result: database_stein_watkins: optional, use "./configure --enable-database_stein_watkins" to install SPKG version 20110713
configure:120847: result: database_stein_watkins_mini: optional, use "./configure --enable-database_stein_watkins_mini" to install SPKG version 20070827
configure:121025: result: database_symbolic_data: optional, use "./configure --enable-database_symbolic_data" to install SPKG version 20070206
configure:121199: result: dateutil: no; standard, SPKG version 2.8.2 will be installed
configure:121374: result: debugpy: no; standard, SPKG version 1.8.0 will be installed
configure:121549: result: decorator: no; standard, SPKG version 5.1.1 will be installed
configure:121728: result: deformation: experimental, use "./configure --enable-deformation" to install SPKG version 20210503
configure:121902: result: defusedxml: no; standard, SPKG version 0.7.1 will be installed
configure:122077: result: distlib: not required on your platform; SPKG will not be installed
configure:122252: result: docutils: no; standard, SPKG version 0.20.1 will be installed
configure:122431: result: dot2tex: no; optional, use "./configure --enable-dot2tex" to install SPKG version 2.11.3.p0
configure:122609: result: dsdp: optional, use "./configure --enable-dsdp" to install SPKG version 5.8
configure:122787: result: e_antic: optional, use "./configure --enable-e_antic" to install SPKG version 2.0.0
configure:122961: result: ecl: using system package; SPKG will not be installed
configure:123136: result: eclib: SPKG version 20231212 is already installed
configure:123311: result: ecm: SPKG version 7.0.5 is already installed
configure:123490: result: ecos_python: no; optional, use "./configure --enable-ecos_python" to install SPKG version 2.0.12
configure:123664: result: editables: no; standard, SPKG version 0.5 will be installed
configure:123839: result: elliptic_curves: standard, SPKG version 0.8.1 is already installed
configure:124014: result: entrypoints: no; standard, SPKG version 0.4 will be installed
configure:124189: result: exceptiongroup: no; standard, SPKG version 1.2.0 will be installed
configure:124364: result: executing: no; standard, SPKG version 1.2.0 will be installed
configure:124539: result: fastjsonschema: no; standard, SPKG version 2.18.0 will be installed
configure:124714: result: fflas_ffpack: no suitable system package; standard, SPKG version 2.5.0 will be installed
configure:124889: result: ffmpeg: using system package
configure:125063: result: filelock: not required on your platform; SPKG will not be installed
configure:125238: result: flint: using system package; SPKG will not be installed
configure:125413: result: flit_core: no; standard, SPKG version 3.9.0 will be installed
configure:125588: result: fonttools: no; standard, SPKG version 4.42.1 will be installed
configure:125763: result: fplll: using system package; SPKG will not be installed
configure:125938: result: fpylll: no suitable system package; standard, SPKG version 0.6.0 will be installed
configure:126113: result: fqdn: no; standard, SPKG version 1.5.1 will be installed
configure:126288: result: free_fonts: using system package
configure:126462: result: freetype: using system package; SPKG will not be installed
configure:126641: result: fricas: no suitable system package; optional, use "./configure --enable-fricas" to install SPKG version 1.3.10
configure:126819: result: frobby: optional, use "./configure --enable-frobby" to install SPKG version 0.9.0.p2
configure:126993: result: furo: no; standard, SPKG version 2023.9.10 will be installed
configure:127168: result: gap: no suitable system package; standard, SPKG version 4.12.2 will be installed
configure:127347: result: gap3: experimental, use "./configure --enable-gap3" to install SPKG version 04jul17
configure:127525: result: gap_jupyter: no; optional, use "./configure --enable-gap_jupyter" to install SPKG version 0.9
configure:127703: result: gap_packages: optional, use "./configure --enable-gap_packages" to install SPKG version 4.12.2
configure:127877: result: gast: no; standard, SPKG version 0.5.4 will be installed
configure:128052: result: gc: using system package; SPKG will not be installed
configure:128227: result: gcc: using system package; SPKG will not be installed
configure:128406: result: gdb: experimental, use "./configure --enable-gdb" to install SPKG version 8.2
configure:128580: result: gengetopt: using system package; SPKG will not be installed
configure:128755: result: gf2x: no suitable system package; standard, SPKG version 1.3.0 will be installed
configure:128930: result: gfan: no suitable system package; standard, SPKG version 0.6.2.p1 will be installed
configure:129105: result: gfortran: using system package; SPKG will not be installed
configure:129280: result: giac: no suitable system package; standard, SPKG version 1.9.0.15p0 will be installed
configure:129455: result: git: using system package
configure:129629: result: github_cli: optional
configure:129808: result: gitpython: no; optional pip package; use "./sage -i gitpython" to install
configure:129982: result: givaro: SPKG version 4.2.0 is already installed
configure:130157: result: glpk: using system package; SPKG will not be installed
configure:130336: result: glucose: optional, use "./configure --enable-glucose" to install SPKG version 4.1
configure:130510: result: gmp: using system package; SPKG will not be installed
configure:130685: result: gmpy2: no; standard, SPKG version 2.2.0a1 will be installed
configure:130858: result: gnulib: standard, SPKG version f9b39c4e337f1dc0dd07c4f3985c476fb875d799 will be installed
configure:131032: result: gnumake_tokenpool: standard, SPKG version 0.0.7 will be installed
configure:131211: result: gp2c: no suitable system package; optional, use "./configure --enable-gp2c" to install SPKG version 0.0.10.p0
configure:131385: result: graphs: standard, SPKG version 20210214.p0 will be installed
configure:131560: result: graphviz: using system package
configure:131734: result: gsl: SPKG version 2.7.1 is already installed
configure:131909: result: h11: standard, SPKG version 0.14.0 will be installed
configure:132084: result: hatch_fancy_pypi_readme: no; standard, SPKG version 24.1.0 will be installed
configure:132259: result: hatch_vcs: no; standard, SPKG version 0.4.0 will be installed
configure:132434: result: hatchling: no; standard, SPKG version 1.22.5 will be installed
configure:132609: result: httpcore: standard, SPKG version 1.0.4 will be installed
configure:132784: result: httpx: standard, SPKG version 0.27.0 will be installed
configure:132964: result: hypothesis: optional pip package; use "./sage -i hypothesis" to install
configure:133135: result: iconv: using system package
configure:133309: result: idna: no; standard, SPKG version 3.6 will be installed
configure:133488: result: igraph: no suitable system package; optional, use "./configure --enable-igraph" to install SPKG version 0.10.8
configure:133662: result: imagemagick: using system package
configure:133836: result: imagesize: no; standard, SPKG version 1.4.1 will be installed
configure:134011: result: iml: no suitable system package; standard, SPKG version 1.0.4p2.p2 will be installed
configure:134186: result: importlib_metadata: no; standard, SPKG version 7.0.1 will be installed
configure:134361: result: importlib_resources: no; standard, SPKG version 6.1.1 will be installed
configure:134536: result: info: using system package; SPKG will not be installed
configure:134711: result: ipykernel: no; standard, SPKG version 6.27.1 will be installed
configure:134886: result: ipympl: no; standard, SPKG version 0.9.3 will be installed
configure:135061: result: ipython: no; standard, SPKG version 8.18.1 will be installed
configure:135236: result: ipython_genutils: no; standard, SPKG version 0.2.0 will be installed
configure:135411: result: ipywidgets: no; standard, SPKG version 8.1.1 will be installed
configure:135590: result: isl: using system package; SPKG will not be installed
configure:135764: result: isoduration: no; standard, SPKG version 20.11.0 will be installed
configure:135939: result: jedi: no; standard, SPKG version 0.19.1 will be installed
configure:136114: result: jinja2: no; standard, SPKG version 3.1.3 will be installed
configure:136289: result: jmol: standard, SPKG version 14.29.52 will be installed
configure:136464: result: json5: no; standard, SPKG version 0.9.14 will be installed
configure:136639: result: jsonpointer: no; standard, SPKG version 2.4 will be installed
configure:136814: result: jsonschema: no; standard, SPKG version 4.17.3 will be installed
configure:136989: result: jsonschema_specifications: no; standard, SPKG version 2023.3.3 will be installed
configure:137168: result: jupymake: no; optional, use "./configure --enable-jupymake" to install SPKG version 0.9
configure:137342: result: jupyter_client: no; standard, SPKG version 8.3.1 will be installed
configure:137517: result: jupyter_core: no; standard, SPKG version 5.3.2 will be installed
configure:137692: result: jupyter_events: no; standard, SPKG version 0.6.3 will be installed
configure:137867: result: jupyter_jsmol: no; standard, SPKG version 2022.1.0 will be installed
configure:138042: result: jupyter_lsp: no; standard, SPKG version 2.2.0 will be installed
configure:138217: result: jupyter_server: no; standard, SPKG version 2.7.3 will be installed
configure:138392: result: jupyter_server_terminals: no; standard, SPKG version 0.4.4 will be installed
configure:138567: result: jupyter_sphinx: no; standard, SPKG version 0.5.3.p0 will be installed
configure:138742: result: jupyterlab: no; standard, SPKG version 4.1.3 will be installed
configure:138917: result: jupyterlab_mathjax2: no; standard, SPKG version 4.0.0 will be installed
configure:139092: result: jupyterlab_pygments: no; standard, SPKG version 0.2.2 will be installed
configure:139267: result: jupyterlab_server: no; standard, SPKG version 2.24.0 will be installed
configure:139442: result: jupyterlab_widgets: no; standard, SPKG version 3.0.9 will be installed
configure:139621: result: kenzo: optional, use "./configure --enable-kenzo" to install SPKG version 1.1.10
configure:139799: result: kissat: optional, use "./configure --enable-kissat" to install SPKG version 3.1.0
configure:139973: result: kiwisolver: no; standard, SPKG version 1.4.5 will be installed
configure:140152: result: latte_int: optional, use "./configure --enable-latte_int" to install SPKG version 1.7.6
configure:140326: result: lcalc: no suitable system package; standard, SPKG version 2.0.5 will be installed
configure:140501: result: libatomic_ops: using system package; SPKG will not be installed
configure:140676: result: libbraiding: no suitable system package; standard, SPKG version 1.2 will be installed
configure:140851: result: libffi: using system package; SPKG will not be installed
configure:141026: result: libgd: using system package; SPKG will not be installed
configure:141201: result: libgraphviz: using system package
configure:141375: result: libhomfly: no suitable system package; standard, SPKG version 1.02r6 will be installed
configure:141550: result: libjpeg: using system package
configure:141722: result: liblzma: using system package; SPKG will not be installed
configure:141898: result: libnauty: using system package; SPKG will not be installed
configure:142076: result: libogg: optional, use "./configure --enable-libogg" to install SPKG version 1.3.1.p0
configure:142250: result: libpng: using system package; SPKG will not be installed
configure:142429: result: libsemigroups: no suitable system package; optional, use "./configure --enable-libsemigroups" to install SPKG version 2.3.2
configure:142607: result: libtheora: experimental, use "./configure --enable-libtheora" to install SPKG version 1.1.1
configure:142781: result: libxml2: using system package
configure:142959: result: lidia: optional, use "./configure --enable-lidia" to install SPKG version 2.3.0+latte-patches-2019-05-02
configure:143137: result: lie: experimental, use "./configure --enable-lie" to install SPKG version 2.2.2
configure:143311: result: linbox: no suitable system package; standard, SPKG version 1.7.0 will be installed
configure:143486: result: llvm: not required on your platform
configure:143660: result: lrcalc: no suitable system package; standard, SPKG version 2.1 will be installed
configure:143835: result: lrcalc_python: no; standard, SPKG version 2.1 will be installed
configure:144014: result: lrslib: no suitable system package; optional, use "./configure --enable-lrslib" to install SPKG version 071b+autotools-2021-07-13
configure:144188: result: m4ri: SPKG version 20200115 is already installed
configure:144363: result: m4rie: no suitable system package; standard, SPKG version 20200115 will be installed
configure:144538: result: markupsafe: no; standard, SPKG version 2.1.4 will be installed
configure:144717: result: mathics: no; optional, use "./configure --enable-mathics" to install SPKG version 4.0.0
configure:144895: result: mathics_scanner: no; optional, use "./configure --enable-mathics_scanner" to install SPKG version 1.2.4
configure:145069: result: mathjax: no suitable system package; standard, SPKG version 3.2.0 will be installed
configure:145244: result: matplotlib: no; standard, SPKG version 3.8.0 will be installed
configure:145419: result: matplotlib_inline: no; standard, SPKG version 0.1.6 will be installed
configure:145598: result: matroid_database: optional, use "./configure --enable-matroid_database" to install SPKG version 0.2
configure:145772: result: maxima: no suitable system package; standard, SPKG version 5.46.0 will be installed
configure:145951: result: mcqd: optional, use "./configure --enable-mcqd" to install SPKG version 1.0.p0
configure:146129: result: meataxe: optional, use "./configure --enable-meataxe" to install SPKG version 1.0.1
configure:146303: result: memory_allocator: no; standard, SPKG version 0.1.4 will be installed
configure:146478: result: meson: using system package; SPKG will not be installed
configure:146653: result: meson_python: no; standard, SPKG version 0.15.0 will be installed
configure:146828: result: mistune: no; standard, SPKG version 2.0.4 will be installed
configure:147007: result: modular_decomposition: experimental, use "./configure --enable-modular_decomposition" to install SPKG version 20100607
configure:147185: result: modular_resolution: optional, use "./configure --enable-modular_resolution" to install SPKG version 1.1
configure:147359: result: mpc: using system package; SPKG will not be installed
configure:147534: result: mpfi: using system package; SPKG will not be installed
configure:147709: result: mpfr: using system package; SPKG will not be installed
configure:147888: result: mpfrcx: optional, use "./configure --enable-mpfrcx" to install SPKG version 0.6.3
configure:148062: result: mpmath: no; standard, SPKG version 1.3.0 will be installed
configure:148241: result: msolve: optional, use "./configure --enable-msolve" to install SPKG version 0.6.5
configure:148415: result: nauty: using system package; SPKG will not be installed
configure:148590: result: nbclient: no; standard, SPKG version 0.8.0 will be installed
configure:148765: result: nbconvert: no; standard, SPKG version 7.9.2 will be installed
configure:148940: result: nbformat: no; standard, SPKG version 5.9.2 will be installed
configure:149115: result: ncurses: using system package; SPKG will not be installed
configure:149290: result: nest_asyncio: no; standard, SPKG version 1.5.8 will be installed
configure:149465: result: networkx: no; standard, SPKG version 3.2.1 will be installed
configure:149645: result: nibabel: no; optional pip package; use "./sage -i nibabel" to install
configure:149819: result: ninja_build: using system package; SPKG will not be installed
configure:149998: result: normaliz: optional, use "./configure --enable-normaliz" to install SPKG version 3.10.1.p0
configure:150172: result: notebook: no; standard, SPKG version 7.1.1 will be installed
configure:150347: result: notebook_shim: no; standard, SPKG version 0.2.3 will be installed
configure:150526: result: notedown: no; optional, use "./configure --enable-notedown" to install SPKG version 1.5.1
configure:150700: result: ntl: using system package; SPKG will not be installed
configure:150875: result: numpy: no suitable system package; standard, SPKG version 1.26.3 will be installed
configure:151054: result: onetbb: using system package; SPKG will not be installed
configure:151228: result: openblas: SPKG version 0.3.26 is already installed
configure:151403: result: openssl: not required on your platform; SPKG will not be installed
configure:151583: result: ore_algebra: no; optional pip package; use "./sage -i ore_algebra" to install
configure:151761: result: osqp_python: no; optional, use "./configure --enable-osqp_python" to install SPKG version 0.6.3
configure:151935: result: overrides: no; standard, SPKG version 7.4.0 will be installed
configure:152114: result: p_group_cohomology: no; optional, use "./configure --enable-p_group_cohomology" to install SPKG version 3.3.3.p1
configure:152288: result: packaging: no; standard, SPKG version 24.0 will be installed
configure:152467: result: palettable: no; optional, use "./configure --enable-palettable" to install SPKG version 3.3.0
configure:152641: result: palp: no suitable system package; standard, SPKG version 2.11 will be installed
configure:152816: result: pandoc: using system package
configure:152994: result: pandoc_attributes: no; optional, use "./configure --enable-pandoc_attributes" to install SPKG version 8bc82f6d
configure:153168: result: pandocfilters: no; standard, SPKG version 1.5.0 will be installed
configure:153347: result: papilo: optional, use "./configure --enable-papilo" to install SPKG version 2.2.0
configure:153521: result: pari: SPKG version 2.15.4 is already installed
configure:153700: result: pari_elldata: no suitable system package; optional, use "./configure --enable-pari_elldata" to install SPKG version 20161017
configure:153874: result: pari_galdata: SPKG version 20080411.p0 is already installed
configure:154053: result: pari_galpol: no suitable system package; optional, use "./configure --enable-pari_galpol" to install SPKG version 20180625
configure:154231: result: pari_jupyter: no; optional, use "./configure --enable-pari_jupyter" to install SPKG version 1.4.3
configure:154409: result: pari_nftables: no suitable system package; optional, use "./configure --enable-pari_nftables" to install SPKG version 20080929
configure:154587: result: pari_seadata: no suitable system package; optional, use "./configure --enable-pari_seadata" to install SPKG version 20090618
configure:154761: result: pari_seadata_small: SPKG version 20090618.p0 is already installed
configure:154936: result: parso: no; standard, SPKG version 0.8.3 will be installed
configure:155111: result: patch: using system package; SPKG will not be installed
configure:155286: result: patchelf: using system package; SPKG will not be installed
configure:155461: result: pathspec: no; standard, SPKG version 0.12.1 will be installed
configure:155636: result: pdf2svg: using system package
configure:155810: result: perl_cpan_polymake_prereq: no suitable system package; optional
configure:155984: result: perl_mongodb: no suitable system package; optional
configure:156162: result: perl_term_readline_gnu: no suitable system package; optional, use "./configure --enable-perl_term_readline_gnu" to install SPKG version 1.35
configure:156336: result: pexpect: no; standard, SPKG version 4.9.0 will be installed
configure:156516: result: phitigra: no; optional pip package; use "./sage -i phitigra" to install
configure:156690: result: pickleshare: no; standard, SPKG version 0.7.5 will be installed
configure:156865: result: pillow: no; standard, SPKG version 10.1.0 will be installed
configure:157044: result: pint: no; optional, use "./configure --enable-pint" to install SPKG version 0.20.1
configure:157218: result: pip: no; standard, SPKG version 24.0 will be installed
configure:157393: result: pkgconf: using system package; SPKG will not be installed
configure:157568: result: pkgconfig: no; standard, SPKG version 1.5.5 will be installed
configure:157743: result: planarity: no suitable system package; standard, SPKG version 3.0.1.0 will be installed
configure:157922: result: plantri: optional, use "./configure --enable-plantri" to install SPKG version 5.3
configure:158096: result: platformdirs: no; standard, SPKG version 4.2.0 will be installed
configure:158271: result: pluggy: no; standard, SPKG version 1.3.0 will be installed
configure:158446: result: ply: no; standard, SPKG version 3.11 will be installed
configure:158625: result: polylib: experimental, use "./configure --enable-polylib" to install SPKG version 5.22.5
configure:158803: result: polymake: no suitable system package; optional, use "./configure --enable-polymake" to install SPKG version 4.11
configure:158977: result: polytopes_db: standard, SPKG version 20170220.p0 will be installed
configure:159156: result: polytopes_db_4d: optional, use "./configure --enable-polytopes_db_4d" to install SPKG version 1.0
configure:159330: result: ppl: using system package; SPKG will not be installed
configure:159505: result: pplpy: no suitable system package; standard, SPKG version 0.8.9 will be installed
configure:159680: result: pplpy_doc: standard, SPKG version 0.8.9 will be installed
configure:159855: result: primecount: using system package; SPKG will not be installed
configure:160030: result: primecountpy: no suitable system package; standard, SPKG version 0.1.0 will be installed
configure:160205: result: primesieve: using system package; SPKG will not be installed
configure:160380: result: prometheus_client: no; standard, SPKG version 0.14.1 will be installed
configure:160555: result: prompt_toolkit: no; standard, SPKG version 3.0.43 will be installed
configure:160730: result: psutil: no; standard, SPKG version 5.9.6 will be installed
configure:160905: result: ptyprocess: no; standard, SPKG version 0.7.0 will be installed
configure:161080: result: pure_eval: no; standard, SPKG version 0.2.2 will be installed
configure:161255: result: py: no; standard, SPKG version 1.11.0 will be installed
configure:161430: result: pybind11: no; standard, SPKG version 2.11.1 will be installed
configure:161610: result: pybtex: no; optional pip package; use "./sage -i pybtex" to install
configure:161788: result: pycosat: no; optional, use "./configure --enable-pycosat" to install SPKG version 0.6.3
configure:161962: result: pycparser: no; standard, SPKG version 2.21 will be installed
configure:162141: result: pycryptosat: no; optional, use "./configure --enable-pycryptosat" to install SPKG version 5.8.0
configure:162315: result: pygments: no; standard, SPKG version 2.17.2 will be installed
configure:162495: result: pygraphviz: no; optional pip package; use "./sage -i pygraphviz" to install
configure:162673: result: pynormaliz: no; optional, use "./configure --enable-pynormaliz" to install SPKG version 2.18.p0
configure:162847: result: pyparsing: no; standard, SPKG version 3.1.1 will be installed
configure:163027: result: pyppeteer: no; optional pip package; use "./sage -i pyppeteer" to install
configure:163201: result: pyproject_api: no; standard, SPKG version 1.6.1 will be installed
configure:163376: result: pyproject_hooks: standard, SPKG version 1.0.0 will be installed
configure:163551: result: pyproject_metadata: no; standard, SPKG version 0.7.1 will be installed
configure:163726: result: pyrsistent: no; standard, SPKG version 0.19.3 will be installed
configure:163905: result: pyscipopt: no; optional, use "./configure --enable-pyscipopt" to install SPKG version 5.0.0
configure:164083: result: pysingular: no; optional, use "./configure --enable-pysingular" to install SPKG version 0.9.7
configure:164262: result: pytest: no; optional pip package; use "./sage -i pytest" to install
configure:164441: result: pytest_mock: no; optional pip package; use "./sage -i pytest_mock" to install
configure:164620: result: pytest_xdist: no; optional pip package; use "./sage -i pytest_xdist" to install
configure:164794: result: python3: using system package; SPKG will not be installed
configure:164969: result: python_build: no; standard, SPKG version 1.2.1 will be installed
configure:165148: result: python_flint: optional, use "./configure --enable-python_flint" to install SPKG version 0.6.0
configure:165326: result: python_igraph: no; optional, use "./configure --enable-python_igraph" to install SPKG version 0.11.3
configure:165500: result: python_json_logger: no; standard, SPKG version 2.0.7 will be installed
configure:165675: result: pythran: no; standard, SPKG version 0.15.0 will be installed
configure:165850: result: pytz: no; standard, SPKG version 2023.3.post1 will be installed
configure:166025: result: pytz_deprecation_shim: no; standard, SPKG version 0.1.0.post0 will be installed
configure:166205: result: pyx: no; optional pip package; use "./sage -i pyx" to install
configure:166379: result: pyyaml: no; standard, SPKG version 6.0.1 will be installed
configure:166554: result: pyzmq: no; standard, SPKG version 25.1.1 will be installed
configure:166733: result: qdldl_python: no; optional, use "./configure --enable-qdldl_python" to install SPKG version 0.1.5.post3
configure:166911: result: qepcad: optional, use "./configure --enable-qepcad" to install SPKG version 1.74
configure:167085: result: qhull: using system package; SPKG will not be installed
configure:167260: result: r: using system package
configure:167436: result: r_jupyter: experimental, use "./configure --enable-r_jupyter" to install SPKG version none
configure:167610: result: readline: SPKG version 8.1.2 is already installed
configure:167785: result: referencing: no; standard, SPKG version 0.23.0 will be installed
configure:167960: result: requests: no; standard, SPKG version 2.31.0 will be installed
configure:168135: result: rfc3339_validator: no; standard, SPKG version 0.1.4 will be installed
configure:168310: result: rfc3986_validator: no; standard, SPKG version 0.1.1 will be installed
configure:168485: result: rpy2: no; standard, SPKG version 3.4.5 will be installed
configure:168664: result: rst2ipynb: no; optional, use "./configure --enable-rst2ipynb" to install SPKG version 0.2.3
configure:168842: result: rubiks: optional, use "./configure --enable-rubiks" to install SPKG version 20070912.p21
configure:169016: result: rw: no suitable system package; standard, SPKG version 0.9 will be installed
configure:169195: result: saclib: optional, use "./configure --enable-saclib" to install SPKG version 2.2.8
configure:169367: result: sage_conf: standard, SPKG version 10.4.beta6 will be installed
configure:169539: result: sage_docbuild: standard, SPKG version 10.4.beta6 will be installed
configure:169718: result: sage_flatsurf: optional pip package; use "./sage -i sage_flatsurf" to install
configure:169896: result: sage_numerical_backends_coin: optional, use "./configure --enable-sage_numerical_backends_coin" to install SPKG version 9.0b12
configure:170074: result: sage_numerical_backends_cplex: optional, use "./configure --enable-sage_numerical_backends_cplex" to install SPKG version 9.0b12
configure:170252: result: sage_numerical_backends_gurobi: optional, use "./configure --enable-sage_numerical_backends_gurobi" to install SPKG version 9.3.1
configure:170424: result: sage_setup: standard, SPKG version 10.4.beta6 will be installed
configure:170600: result: sage_sws2rst: optional, use "./configure --enable-sage_sws2rst" to install SPKG version 10.4.beta6
configure:170772: result: sagelib: no; standard, SPKG version 10.4.beta6 will be installed
configure:170948: result: sagemath_bliss: optional, use "./configure --enable-sagemath_bliss" to install SPKG version 10.4.beta6
configure:171124: result: sagemath_categories: experimental, use "./configure --enable-sagemath_categories" to install SPKG version 10.4.beta6
configure:171300: result: sagemath_coxeter3: optional, use "./configure --enable-sagemath_coxeter3" to install SPKG version 10.4.beta6
configure:171472: result: sagemath_doc_html: standard, SPKG will be installed
configure:171648: result: sagemath_doc_pdf: optional, use "./configure --enable-sagemath_doc_pdf" to install SPKG version none
configure:171824: result: sagemath_environment: experimental, use "./configure --enable-sagemath_environment" to install SPKG version 10.4.beta6
configure:172000: result: sagemath_mcqd: optional, use "./configure --enable-sagemath_mcqd" to install SPKG version 10.4.beta6
configure:172176: result: sagemath_meataxe: optional, use "./configure --enable-sagemath_meataxe" to install SPKG version 10.4.beta6
configure:172352: result: sagemath_objects: experimental, use "./configure --enable-sagemath_objects" to install SPKG version 10.4.beta6
configure:172528: result: sagemath_repl: experimental, use "./configure --enable-sagemath_repl" to install SPKG version 10.4.beta6
configure:172704: result: sagemath_sirocco: optional, use "./configure --enable-sagemath_sirocco" to install SPKG version 10.4.beta6
configure:172880: result: sagemath_tdlib: optional, use "./configure --enable-sagemath_tdlib" to install SPKG version 10.4.beta6
configure:173054: result: sagenb_export: no; standard, SPKG version 3.3 will be installed
configure:173229: result: sagetex: no; standard, SPKG version 3.6.1 will be installed
configure:173404: result: sbcl: using system package
configure:173582: result: scip: optional, use "./configure --enable-scip" to install SPKG version 9.0.0.p0
configure:173760: result: scip_sdp: optional, use "./configure --enable-scip_sdp" to install SPKG version 4.3.0
configure:173934: result: scipy: no suitable system package; standard, SPKG version 1.12.0 will be installed
configure:174113: result: scs: no; optional, use "./configure --enable-scs" to install SPKG version 3.2.3
configure:174287: result: send2trash: no; standard, SPKG version 1.8.2 will be installed
configure:174462: result: setuptools: no; standard, SPKG version 69.5.1 will be installed
configure:174637: result: setuptools_scm: no; standard, SPKG version 8.0.4 will be installed
configure:174812: result: singular: no suitable system package; standard, SPKG version 4.4.0 will be installed
configure:174991: result: singular_jupyter: no; optional, use "./configure --enable-singular_jupyter" to install SPKG version 0.9.7
configure:175169: result: sirocco: optional, use "./configure --enable-sirocco" to install SPKG version 2.1.0
configure:175343: result: six: no; standard, SPKG version 1.16.0 will be installed
configure:175523: result: slabbe: no; optional pip package; use "./sage -i slabbe" to install
configure:175702: result: snappy: no; optional pip package; use "./sage -i snappy" to install
configure:175876: result: sniffio: no; standard, SPKG version 1.3.0 will be installed
configure:176051: result: snowballstemmer: no; standard, SPKG version 2.2.0 will be installed
configure:176230: result: soplex: optional, use "./configure --enable-soplex" to install SPKG version 7.0.0
configure:176404: result: soupsieve: no; standard, SPKG version 2.5 will be installed
configure:176579: result: sphinx: no; standard, SPKG version 7.2.6 will be installed
configure:176754: result: sphinx_basic_ng: no; standard, SPKG version 1.0.0b2 will be installed
configure:176929: result: sphinx_copybutton: no; standard, SPKG version 0.5.2 will be installed
configure:177104: result: sphinx_inline_tabs: no; standard, SPKG version 2023.4.21 will be installed
configure:177279: result: sphinxcontrib_applehelp: no; standard, SPKG version 1.0.8 will be installed
configure:177454: result: sphinxcontrib_devhelp: no; standard, SPKG version 1.0.6 will be installed
configure:177629: result: sphinxcontrib_htmlhelp: no; standard, SPKG version 2.0.5 will be installed
configure:177804: result: sphinxcontrib_jsmath: no; standard, SPKG version 1.0.1 will be installed
configure:177979: result: sphinxcontrib_qthelp: no; standard, SPKG version 1.0.7 will be installed
configure:178154: result: sphinxcontrib_serializinghtml: no; standard, SPKG version 1.1.10 will be installed
configure:178329: result: sphinxcontrib_websupport: no; standard, SPKG version 1.2.7 will be installed
configure:178509: result: sqlalchemy: no; optional pip package; use "./sage -i sqlalchemy" to install
configure:178683: result: sqlite: not required on your platform; SPKG will not be installed
configure:178858: result: stack_data: no; standard, SPKG version 0.6.3 will be installed
configure:179033: result: suitesparse: no suitable system package; standard, SPKG version 5.10.1 will be installed
configure:179212: result: surf: experimental, use "./configure --enable-surf" to install SPKG version 1.0.6-gcc6
configure:179391: result: surface_dynamics: no; optional pip package; use "./sage -i surface_dynamics" to install
configure:179569: result: symengine: no suitable system package; optional, use "./configure --enable-symengine" to install SPKG version 0.11.2
configure:179747: result: symengine_py: no; optional, use "./configure --enable-symengine_py" to install SPKG version 0.11.0
configure:179921: result: symmetrica: no suitable system package; standard, SPKG version 3.0.1 will be installed
configure:180096: result: sympow: no suitable system package; standard, SPKG version 2.023.6 will be installed
configure:180271: result: sympy: no; standard, SPKG version 1.12 will be installed
configure:180446: result: tachyon: no suitable system package; standard, SPKG version 0.98.9.p7 will be installed
configure:180625: result: tdlib: optional, use "./configure --enable-tdlib" to install SPKG version 0.3.1.p0
configure:180799: result: terminado: no; standard, SPKG version 0.17.1 will be installed
configure:180976: result: texlive: using system package; SPKG will not be installed
configure:181150: result: texlive_luatex: using system package
configure:181328: result: texttable: no; optional, use "./configure --enable-texttable" to install SPKG version 1.7.0
configure:181502: result: threejs: standard, SPKG version r122.p0 will be installed
configure:181681: result: tides: optional, use "./configure --enable-tides" to install SPKG version 2.0.p0
configure:181855: result: tinycss2: no; standard, SPKG version 1.2.1 will be installed
configure:182030: result: tomli: no; standard, SPKG version 2.0.1 will be installed
configure:182209: result: topcom: optional, use "./configure --enable-topcom" to install SPKG version 1.1.2
configure:182383: result: tornado: no; standard, SPKG version 6.4 will be installed
configure:182558: result: tox: using system package; SPKG will not be installed
configure:182733: result: traitlets: no; standard, SPKG version 5.14.0 will be installed
configure:182908: result: trove_classifiers: no; standard, SPKG version 2024.4.10 will be installed
configure:183083: result: types_python_dateutil: no; standard, SPKG version 2.8.19.14 will be installed
configure:183258: result: typing_extensions: no; standard, SPKG version 4.8.0 will be installed
configure:183433: result: tzdata: standard, SPKG version 2023.3 will be installed
configure:183608: result: tzlocal: no; standard, SPKG version 5.0.1 will be installed
configure:183783: result: uri_template: no; standard, SPKG version 1.3.0 will be installed
configure:183958: result: urllib3: no; standard, SPKG version 2.1.0 will be installed
configure:184137: result: valgrind: experimental, use "./configure --enable-valgrind" to install SPKG version 3.14.0
configure:184311: result: virtualenv: not required on your platform; SPKG will not be installed
configure:184486: result: wcwidth: no; standard, SPKG version 0.2.12 will be installed
configure:184661: result: webcolors: no; standard, SPKG version 1.13 will be installed
configure:184836: result: webencodings: no; standard, SPKG version 0.5.1 will be installed
configure:185011: result: websocket_client: no; standard, SPKG version 1.6.4 will be installed
configure:185186: result: wheel: no; standard, SPKG version 0.43.0 will be installed
configure:185361: result: widgetsnbextension: no; standard, SPKG version 4.0.9 will be installed
configure:185536: result: xindy: using system package
configure:185710: result: xz: not required on your platform; SPKG will not be installed
configure:185885: result: zeromq: using system package; SPKG will not be installed
configure:186060: result: zipp: no; standard, SPKG version 3.17.0 will be installed
configure:186235: result: zlib: using system package; SPKG will not be installed
configure:186448: checking that generated files are newer than configure
configure:186454: result: done
configure:186497: creating ./config.status
configure:187732:
notice: the following SPKGs did not find equivalent system packages:
cvxopt cypari fflas_ffpack fpylll gap gf2x gfan giac iml lcalc libbraiding libhomfly linbox lrcalc m4rie mathjax maxima numpy palp planarity pplpy primecountpy rw scipy singular suitesparse symmetrica sympow tachyon 4ti2 _develop _recommended bliss cbc coxeter3 fricas gp2c igraph libsemigroups lrslib pari_elldata pari_galpol pari_nftables pari_seadata perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu polymake symengine
configure:187744: checking for the package system in use
configure:187747: result: homebrew
configure:187760:
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 maxima singular suite-sparse
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-dev/.homebrew-build-env
configure:187784:
hint: installing the following system packages, if not
already present, may provide additional optional features:
$ brew install gnupg texinfo cbc igraph apaffenholz/polymake/polymake symengine
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-dev/.homebrew-build-env
configure:187804:
hint: After installation, re-run configure using:
$ make reconfigure
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin21.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CBC_CFLAGS_set=
ac_cv_env_CBC_CFLAGS_value=
ac_cv_env_CBC_LIBS_set=
ac_cv_env_CBC_LIBS_value=
ac_cv_env_CBLAS_CFLAGS_set=
ac_cv_env_CBLAS_CFLAGS_value=
ac_cv_env_CBLAS_LIBS_set=
ac_cv_env_CBLAS_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_ECLIB_CFLAGS_set=
ac_cv_env_ECLIB_CFLAGS_value=
ac_cv_env_ECLIB_LIBS_set=
ac_cv_env_ECLIB_LIBS_value=
ac_cv_env_F77CFLAGS_set=
ac_cv_env_F77CFLAGS_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAS_FFPACK_CFLAGS_set=
ac_cv_env_FFLAS_FFPACK_CFLAGS_value=
ac_cv_env_FFLAS_FFPACK_LIBS_set=
ac_cv_env_FFLAS_FFPACK_LIBS_value=
ac_cv_env_FPLLL_CFLAGS_set=
ac_cv_env_FPLLL_CFLAGS_value=
ac_cv_env_FPLLL_LIBS_set=
ac_cv_env_FPLLL_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GC_CFLAGS_set=
ac_cv_env_GC_CFLAGS_value=
ac_cv_env_GC_LIBS_set=
ac_cv_env_GC_LIBS_value=
ac_cv_env_GF2X_CFLAGS_set=
ac_cv_env_GF2X_CFLAGS_value=
ac_cv_env_GF2X_LIBS_set=
ac_cv_env_GF2X_LIBS_value=
ac_cv_env_GIVARO_CFLAGS_set=
ac_cv_env_GIVARO_CFLAGS_value=
ac_cv_env_GIVARO_LIBS_set=
ac_cv_env_GIVARO_LIBS_value=
ac_cv_env_GSLPCDIR_set=
ac_cv_env_GSLPCDIR_value=
ac_cv_env_GSL_CFLAGS_set=
ac_cv_env_GSL_CFLAGS_value=
ac_cv_env_GSL_LIBS_set=
ac_cv_env_GSL_LIBS_value=
ac_cv_env_IGRAPH_CFLAGS_set=
ac_cv_env_IGRAPH_CFLAGS_value=
ac_cv_env_IGRAPH_LIBS_set=
ac_cv_env_IGRAPH_LIBS_value=
ac_cv_env_ISL_CFLAGS_set=
ac_cv_env_ISL_CFLAGS_value=
ac_cv_env_ISL_LIBS_set=
ac_cv_env_ISL_LIBS_value=
ac_cv_env_LAPACK_CFLAGS_set=
ac_cv_env_LAPACK_CFLAGS_value=
ac_cv_env_LAPACK_LIBS_set=
ac_cv_env_LAPACK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_set=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_LIBS_set=
ac_cv_env_LIBATOMIC_OPS_LIBS_value=
ac_cv_env_LIBFFI_CFLAGS_set=
ac_cv_env_LIBFFI_CFLAGS_value=
ac_cv_env_LIBFFI_LIBS_set=
ac_cv_env_LIBFFI_LIBS_value=
ac_cv_env_LIBGD_CFLAGS_set=
ac_cv_env_LIBGD_CFLAGS_value=
ac_cv_env_LIBGD_LIBS_set=
ac_cv_env_LIBGD_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBSEMIGROUPS_CFLAGS_set=
ac_cv_env_LIBSEMIGROUPS_CFLAGS_value=
ac_cv_env_LIBSEMIGROUPS_LIBS_set=
ac_cv_env_LIBSEMIGROUPS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LINBOX_CFLAGS_set=
ac_cv_env_LINBOX_CFLAGS_value=
ac_cv_env_LINBOX_LIBS_set=
ac_cv_env_LINBOX_LIBS_value=
ac_cv_env_M4RI_CFLAGS_set=
ac_cv_env_M4RI_CFLAGS_value=
ac_cv_env_M4RI_LIBS_set=
ac_cv_env_M4RI_LIBS_value=
ac_cv_env_NCURSES_CFLAGS_set=
ac_cv_env_NCURSES_CFLAGS_value=
ac_cv_env_NCURSES_LIBS_set=
ac_cv_env_NCURSES_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJCXXFLAGS_set=
ac_cv_env_OBJCXXFLAGS_value=
ac_cv_env_OBJCXX_set=
ac_cv_env_OBJCXX_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_OPENBLASPCDIR_set=
ac_cv_env_OPENBLASPCDIR_value=
ac_cv_env_OPENBLAS_CFLAGS_set=
ac_cv_env_OPENBLAS_CFLAGS_value=
ac_cv_env_OPENBLAS_LIBS_set=
ac_cv_env_OPENBLAS_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PRIMECOUNT_CFLAGS_set=
ac_cv_env_PRIMECOUNT_CFLAGS_value=
ac_cv_env_PRIMECOUNT_LIBS_set=
ac_cv_env_PRIMECOUNT_LIBS_value=
ac_cv_env_PRIMESIEVE_CFLAGS_set=
ac_cv_env_PRIMESIEVE_CFLAGS_value=
ac_cv_env_PRIMESIEVE_LIBS_set=
ac_cv_env_PRIMESIEVE_LIBS_value=
ac_cv_env_READLINE_CFLAGS_set=
ac_cv_env_READLINE_CFLAGS_value=
ac_cv_env_READLINE_LIBS_set=
ac_cv_env_READLINE_LIBS_value=
ac_cv_env_R_CFLAGS_set=
ac_cv_env_R_CFLAGS_value=
ac_cv_env_R_LIBS_set=
ac_cv_env_R_LIBS_value=
ac_cv_env_SAGE_DEBUG_set=
ac_cv_env_SAGE_DEBUG_value=
ac_cv_env_SAGE_FAT_BINARY_set=
ac_cv_env_SAGE_FAT_BINARY_value=
ac_cv_env_SINGULAR_CFLAGS_set=
ac_cv_env_SINGULAR_CFLAGS_value=
ac_cv_env_SINGULAR_LIBS_set=
ac_cv_env_SINGULAR_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libjpeg_CFLAGS_set=
ac_cv_env_libjpeg_CFLAGS_value=
ac_cv_env_libjpeg_LIBS_set=
ac_cv_env_libjpeg_LIBS_value=
ac_cv_env_ntl_includedir_set=
ac_cv_env_ntl_includedir_value=
ac_cv_env_ntl_libdir_set=
ac_cv_env_ntl_libdir_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_freeform=-ffree-form
ac_cv_func_curl_free=yes
ac_cv_header_NTL_ZZ_h=yes
ac_cv_header_bliss_bliss_C_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_cddlib_cdd_h=yes
ac_cv_header_complex_h=yes
ac_cv_header_flint_flint_h=yes
ac_cv_header_gf2x_h=no
ac_cv_header_glpk_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_gmpxx_h=yes
ac_cv_header_graphviz_cgraph_h=yes
ac_cv_header_homfly_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libqhull_r_libqhull_r_h=yes
ac_cv_header_lrcalc_lrcoef_h=no
ac_cv_header_lrcalc_schublib_h=no
ac_cv_header_lzma_h=yes
ac_cv_header_mpfi_h=yes
ac_cv_header_mpfr_h=yes
ac_cv_header_nauty_nauty_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_planarity_planarity_h=no
ac_cv_header_rw_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_symmetrica_def_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_header_zmq_h=yes
ac_cv_host=x86_64-apple-darwin21.6.0
ac_cv_lib_lzma_lzma_raw_decoder=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_z_inflateEnd=yes
ac_cv_objc_compiler_gnu=yes
ac_cv_objcxx_compiler_gnu=yes
ac_cv_objext=o
ac_cv_path_CMAKE=/usr/local/bin/cmake
ac_cv_path_CONVERT=/usr/local/bin/convert
ac_cv_path_CURL=/usr/bin/curl
ac_cv_path_DVIPNG=/Library/TeX/texbin/dvipng
ac_cv_path_ECL_CONFIG=/usr/local/bin/ecl-config
ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E'
ac_cv_path_FFMPEG=/usr/local/bin/ffmpeg
ac_cv_path_GENGCHECK=/usr/local/bin/geng
ac_cv_path_GENGETOPT=/usr/local/bin/gengetopt
ac_cv_path_GIT=/usr/local/bin/git
ac_cv_path_GLPSOL=/usr/local/bin/glpsol
ac_cv_path_INFO=/usr/local/bin/info
ac_cv_path_LATEXMK=/Library/TeX/texbin/latexmk
ac_cv_path_MAKE=/usr/bin/make
ac_cv_path_MAXIMA=/usr/local/bin/maxima
ac_cv_path_MESON=/usr/local/bin/meson
ac_cv_path_NINJA=/usr/local/bin/ninja
ac_cv_path_PANDOC=/usr/local/bin/pandoc
ac_cv_path_PATCH=/usr/local/bin/patch
ac_cv_path_PATCHELF=/usr/local/bin/patchelf
ac_cv_path_PDF2SVG=/usr/local/bin/pdf2svg
ac_cv_path_PDFLATEX=/Library/TeX/texbin/pdflatex
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_path_PPL_CONFIG=/usr/local/bin/ppl-config
ac_cv_path_PYTHON3=/usr/bin/python3
ac_cv_path_QHULL=/usr/local/bin/qhull
ac_cv_path_R=/usr/local/bin/R
ac_cv_path_SBCL=/usr/local/bin/sbcl
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TEXI2ANY=/usr/local/bin/texi2any
ac_cv_path_TOX=/usr/local/bin/tox
ac_cv_path_XINDY=/Library/TeX/texbin/xindy
ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_bzip2_prog=/usr/bin/bzip2
ac_cv_path_foodirectg=/usr/local/bin/directg
ac_cv_path_foogenbg=/usr/local/bin/genbg
ac_cv_path_foogeng=/usr/local/bin/geng
ac_cv_path_foogenktreeg=/usr/local/bin/genktreeg
ac_cv_path_foogenposetg=/usr/local/bin/genposetg
ac_cv_path_foogentourng=/usr/local/bin/gentourng
ac_cv_path_foogentreeg=/usr/local/bin/gentreeg
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CDDEXEC=cddexec
ac_cv_prog_CDDEXECGMP=cddexec_gmp
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -std=gnu++11 -std=gnu++11 -E'
ac_cv_prog_DOT=dot
ac_cv_prog_NEATO=neato
ac_cv_prog_REDCHECKGMP=redcheck_gmp
ac_cv_prog_SCDD=scdd_gmp
ac_cv_prog_TWOPI=twopi
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_OBJCXX=g++
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=-std=gnu++11
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=-std=gnu++11
ac_cv_prog_fc_g=yes
ac_cv_prog_found_ar=yes
ac_cv_prog_found_m4=yes
ac_cv_prog_found_ranlib=yes
ac_cv_prog_found_strip=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=yes
ac_cv_prog_objcxx_g=yes
ac_cv_search_BZ2_bzCompress=-lbz2
ac_cv_search___gmpn_gcd_11=-lgmp
ac_cv_search_calculate_level=no
ac_cv_search_dd_abs=-lcddgmp
ac_cv_search_densenauty=-lnauty
ac_cv_search_gf2x_mul_r=no
ac_cv_search_glp_config=-lglpk
ac_cv_search_gr_get_fexpr=-lflint
ac_cv_search_mpc_sum=-lmpc
ac_cv_search_mpfi_diam_abs=-lmpfi
ac_cv_search_mpfr_cmpabs_ui=-lmpfr
ac_cv_search_qh_distplane=-lqhull_r
ac_cv_search_wresize=-lncurses
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libdirstems=lib,lib,lib
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_OBJCXX_dependencies_compiler_type=none
am_cv_OBJC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_summary='yes, in libiconv'
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_c_compiler_vendor=clang
ax_cv_c_openmp=unknown
ax_cv_check_cxxflags___march_native=yes
ax_cv_check_cxxflags___mavx512f__mavx512vl__mavx512dq=yes
ax_cv_check_cxxflags___mfma4=yes
ax_cv_check_cxxflags___mfma=yes
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
ax_cv_cxx_openmp=unknown
ax_cv_gcc_version=14.0.0
ax_cv_gxx_version=14.0.0
ax_cv_prog_perl_version=yes
gl_cv_absolute_NTL_ZZ_h=///usr/local/include/NTL/ZZ.h
gl_cv_absolute_gmp_h=///usr/local/include/gmp.h
gl_cv_elf=no
gl_cv_host_cpu_c_abi_32bit=no
gl_cv_iconv_nonconst=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=8.1.2
libcurl_cv_lib_version_ok=yes
lzma_cv_liblzma=yes
lzma_cv_lzma_h=yes
pkg_cv_FPLLL_CFLAGS='-pthread -I/usr/local/Cellar/fplll/5.4.5/include'
pkg_cv_FPLLL_LIBS='-L/usr/local/Cellar/fplll/5.4.5/lib -lpthread -lmpfr -lgmp -lfplll'
pkg_cv_FREETYPE_CFLAGS='-I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/libpng/include/libpng16'
pkg_cv_FREETYPE_LIBS='-L/usr/local/opt/freetype/lib -lfreetype'
pkg_cv_GC_CFLAGS=-I/usr/local/Cellar/bdw-gc/8.2.6/include
pkg_cv_GC_LIBS='-L/usr/local/Cellar/bdw-gc/8.2.6/lib -lgc -lpthread'
pkg_cv_ISL_CFLAGS='-I/usr/local/Cellar/isl/0.26/include -I/usr/local/opt/gmp/include'
pkg_cv_ISL_LIBS='-L/usr/local/Cellar/isl/0.26/lib -L/usr/local/opt/gmp/lib -lisl -lgmp'
pkg_cv_LIBATOMIC_OPS_CFLAGS=-I/usr/local/Cellar/libatomic_ops/7.8.2/include
pkg_cv_LIBATOMIC_OPS_LIBS='-L/usr/local/Cellar/libatomic_ops/7.8.2/lib -latomic_ops'
pkg_cv_LIBFFI_CFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ffi
pkg_cv_LIBFFI_LIBS=-lffi
pkg_cv_LIBGD_CFLAGS=-I/usr/local/Cellar/gd/2.3.3_6/include
pkg_cv_LIBGD_LIBS='-L/usr/local/Cellar/gd/2.3.3_6/lib -lgd'
pkg_cv_LIBPNG_CFLAGS=-I/usr/local/opt/libpng/include/libpng16
pkg_cv_LIBPNG_LIBS='-L/usr/local/opt/libpng/lib -lpng16'
pkg_cv_PRIMECOUNT_CFLAGS='-I/usr/local/Cellar/primecount/7.13/include -I/usr/local/Cellar/primesieve/12.3/include'
pkg_cv_PRIMECOUNT_LIBS='-L/usr/local/Cellar/primecount/7.13/lib -lprimecount'
pkg_cv_PRIMESIEVE_CFLAGS=-I/usr/local/Cellar/primesieve/12.3/include
pkg_cv_PRIMESIEVE_LIBS='-L/usr/local/Cellar/primesieve/12.3/lib -lprimesieve'
pkg_cv_R_CFLAGS=-I/usr/local/Cellar/r/4.4.0_1/lib/R/include
pkg_cv_R_LIBS='-L/usr/local/opt/gettext/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/xz/lib -L/usr/local/Cellar/r/4.4.0_1/lib/R/lib -lR'
pkg_cv_libjpeg_CFLAGS=-I/usr/local/Cellar/jpeg-turbo/3.0.3/include
pkg_cv_libjpeg_LIBS='-L/usr/local/Cellar/jpeg-turbo/3.0.3/lib -ljpeg'
sage_libcurl_cv_lib_curl_executable=yes
zlib_cv_libz=yes
zlib_cv_zlib_h=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
4ti2 \
4ti2 \
_bootstrap \
_bootstrap \
_develop \
_develop \
_gcc10 \
_gcc10 \
_gcc11 \
_gcc11 \
_gcc12 \
_gcc12 \
_gcc8 \
_gcc8 \
_gcc9 \
_gcc9 \
_prereq \
_prereq \
_prereq \
_recommended \
_recommended \
_sagemath \
_sagemath \
admcycles \
admcycles \
alabaster \
alabaster \
alabaster \
alabaster \
anyio \
anyio \
anyio \
anyio \
appdirs \
appdirs \
appdirs \
appdirs \
appnope \
appnope \
appnope \
appnope \
argon2_cffi \
argon2_cffi \
argon2_cffi \
argon2_cffi \
argon2_cffi_bindings \
argon2_cffi_bindings \
argon2_cffi_bindings \
argon2_cffi_bindings \
arrow \
arrow \
arrow \
arrow \
asttokens \
asttokens \
asttokens \
asttokens \
async_lru \
async_lru \
async_lru \
async_lru \
attrs \
attrs \
attrs \
attrs \
auditwheel_or_delocate \
auditwheel_or_delocate \
awali \
awali \
babel \
babel \
babel \
babel \
barvinok \
barvinok \
beautifulsoup4 \
beautifulsoup4 \
beautifulsoup4 \
beautifulsoup4 \
beniget \
beniget \
beniget \
beniget \
benzene \
benzene \
biopython \
biopython \
bleach \
bleach \
bleach \
bleach \
bliss \
bliss \
boost_cropped \
boost_cropped \
boost_cropped \
boost_cropped \
brial \
brial \
brial \
brial \
buckygen \
buckygen \
bzip2 \
bzip2 \
bzip2 \
bzip2 \
cachetools \
cachetools \
cachetools \
cachetools \
calver \
calver \
calver \
calver \
cbc \
cbc \
ccache \
ccache \
cddlib \
cddlib \
cddlib \
cddlib \
certifi \
certifi \
certifi \
certifi \
cffi \
cffi \
cffi \
cffi \
chardet \
chardet \
chardet \
chardet \
charset_normalizer \
charset_normalizer \
charset_normalizer \
charset_normalizer \
clarabel \
clarabel \
cliquer \
cliquer \
cliquer \
cliquer \
cmake \
cmake \
cmake \
cmake \
cocoalib \
cocoalib \
colorama \
colorama \
colorama \
colorama \
combinatorial_designs \
combinatorial_designs \
combinatorial_designs \
combinatorial_designs \
comm \
comm \
comm \
comm \
configure \
configure \
contourpy \
contourpy \
contourpy \
contourpy \
conway_polynomials \
conway_polynomials \
conway_polynomials \
conway_polynomials \
coxeter3 \
coxeter3 \
cppy \
cppy \
cppy \
cppy \
cryptominisat \
cryptominisat \
csdp \
csdp \
cunningham_tables \
cunningham_tables \
curl \
curl \
curl \
curl \
cvxopt \
cvxopt \
cvxopt \
cvxopt \
cvxpy \
cvxpy \
cycler \
cycler \
cycler \
cycler \
cylp \
cylp \
cypari \
cypari \
cypari \
cypari \
cysignals \
cysignals \
cysignals \
cysignals \
cython \
cython \
cython \
cython \
d3js \
d3js \
database_cremona_ellcurve \
database_cremona_ellcurve \
database_cubic_hecke \
database_cubic_hecke \
database_jones_numfield \
database_jones_numfield \
database_knotinfo \
database_knotinfo \
database_kohel \
database_kohel \
database_mutation_class \
database_mutation_class \
database_odlyzko_zeta \
database_odlyzko_zeta \
database_stein_watkins \
database_stein_watkins \
database_stein_watkins_mini \
database_stein_watkins_mini \
database_symbolic_data \
database_symbolic_data \
dateutil \
dateutil \
dateutil \
dateutil \
debugpy \
debugpy \
debugpy \
debugpy \
decorator \
decorator \
decorator \
decorator \
deformation \
deformation \
defusedxml \
defusedxml \
defusedxml \
defusedxml \
distlib \
distlib \
distlib \
distlib \
docutils \
docutils \
docutils \
docutils \
dot2tex \
dot2tex \
dsdp \
dsdp \
e_antic \
e_antic \
ecl \
ecl \
ecl \
ecl \
eclib \
eclib \
eclib \
eclib \
ecm \
ecm \
ecm \
ecm \
ecos_python \
ecos_python \
editables \
editables \
editables \
editables \
elliptic_curves \
elliptic_curves \
elliptic_curves \
elliptic_curves \
entrypoints \
entrypoints \
entrypoints \
entrypoints \
exceptiongroup \
exceptiongroup \
exceptiongroup \
exceptiongroup \
executing \
executing \
executing \
executing \
fastjsonschema \
fastjsonschema \
fastjsonschema \
fastjsonschema \
fflas_ffpack \
fflas_ffpack \
fflas_ffpack \
fflas_ffpack \
ffmpeg \
ffmpeg \
filelock \
filelock \
filelock \
filelock \
flint \
flint \
flint \
flint \
flit_core \
flit_core \
flit_core \
flit_core \
fonttools \
fonttools \
fonttools \
fonttools \
fplll \
fplll \
fplll \
fplll \
fpylll \
fpylll \
fpylll \
fpylll \
fqdn \
fqdn \
fqdn \
fqdn \
free_fonts \
free_fonts \
freetype \
freetype \
freetype \
freetype \
fricas \
fricas \
frobby \
frobby \
furo \
furo \
furo \
furo \
gap \
gap \
gap \
gap \
gap3 \
gap3 \
gap_jupyter \
gap_jupyter \
gap_packages \
gap_packages \
gast \
gast \
gast \
gast \
gc \
gc \
gc \
gc \
gcc \
gcc \
gcc \
gcc \
gdb \
gdb \
gengetopt \
gengetopt \
gengetopt \
gengetopt \
gf2x \
gf2x \
gf2x \
gf2x \
gfan \
gfan \
gfan \
gfan \
gfortran \
gfortran \
gfortran \
gfortran \
giac \
giac \
giac \
giac \
git \
git \
github_cli \
github_cli \
gitpython \
gitpython \
givaro \
givaro \
givaro \
givaro \
glpk \
glpk \
glpk \
glpk \
glucose \
glucose \
gmp \
gmp \
gmp \
gmp \
gmpy2 \
gmpy2 \
gmpy2 \
gmpy2 \
gnulib \
gnulib \
gnulib \
gnumake_tokenpool \
gnumake_tokenpool \
gnumake_tokenpool \
gnumake_tokenpool \
gp2c \
gp2c \
graphs \
graphs \
graphs \
graphs \
graphviz \
graphviz \
gsl \
gsl \
gsl \
gsl \
h11 \
h11 \
h11 \
h11 \
hatch_fancy_pypi_readme \
hatch_fancy_pypi_readme \
hatch_fancy_pypi_readme \
hatch_fancy_pypi_readme \
hatch_vcs \
hatch_vcs \
hatch_vcs \
hatch_vcs \
hatchling \
hatchling \
hatchling \
hatchling \
httpcore \
httpcore \
httpcore \
httpcore \
httpx \
httpx \
httpx \
httpx \
hypothesis \
hypothesis \
iconv \
iconv \
iconv \
idna \
idna \
idna \
idna \
igraph \
igraph \
imagemagick \
imagemagick \
imagesize \
imagesize \
imagesize \
imagesize \
iml \
iml \
iml \
iml \
importlib_metadata \
importlib_metadata \
importlib_metadata \
importlib_metadata \
importlib_resources \
importlib_resources \
importlib_resources \
importlib_resources \
info \
info \
info \
info \
ipykernel \
ipykernel \
ipykernel \
ipykernel \
ipympl \
ipympl \
ipympl \
ipympl \
ipython \
ipython \
ipython \
ipython \
ipython_genutils \
ipython_genutils \
ipython_genutils \
ipython_genutils \
ipywidgets \
ipywidgets \
ipywidgets \
ipywidgets \
isl \
isl \
isoduration \
isoduration \
isoduration \
isoduration \
jedi \
jedi \
jedi \
jedi \
jinja2 \
jinja2 \
jinja2 \
jinja2 \
jmol \
jmol \
jmol \
jmol \
json5 \
json5 \
json5 \
json5 \
jsonpointer \
jsonpointer \
jsonpointer \
jsonpointer \
jsonschema \
jsonschema \
jsonschema \
jsonschema \
jsonschema_specifications \
jsonschema_specifications \
jsonschema_specifications \
jsonschema_specifications \
jupymake \
jupymake \
jupyter_client \
jupyter_client \
jupyter_client \
jupyter_client \
jupyter_core \
jupyter_core \
jupyter_core \
jupyter_core \
jupyter_events \
jupyter_events \
jupyter_events \
jupyter_events \
jupyter_jsmol \
jupyter_jsmol \
jupyter_jsmol \
jupyter_jsmol \
jupyter_lsp \
jupyter_lsp \
jupyter_lsp \
jupyter_lsp \
jupyter_server \
jupyter_server \
jupyter_server \
jupyter_server \
jupyter_server_terminals \
jupyter_server_terminals \
jupyter_server_terminals \
jupyter_server_terminals \
jupyter_sphinx \
jupyter_sphinx \
jupyter_sphinx \
jupyter_sphinx \
jupyterlab \
jupyterlab \
jupyterlab \
jupyterlab \
jupyterlab_mathjax2 \
jupyterlab_mathjax2 \
jupyterlab_mathjax2 \
jupyterlab_mathjax2 \
jupyterlab_pygments \
jupyterlab_pygments \
jupyterlab_pygments \
jupyterlab_pygments \
jupyterlab_server \
jupyterlab_server \
jupyterlab_server \
jupyterlab_server \
jupyterlab_widgets \
jupyterlab_widgets \
jupyterlab_widgets \
jupyterlab_widgets \
kenzo \
kenzo \
kissat \
kissat \
kiwisolver \
kiwisolver \
kiwisolver \
kiwisolver \
latte_int \
latte_int \
lcalc \
lcalc \
lcalc \
lcalc \
libatomic_ops \
libatomic_ops \
libatomic_ops \
libatomic_ops \
libbraiding \
libbraiding \
libbraiding \
libbraiding \
libffi \
libffi \
libffi \
libffi \
libgd \
libgd \
libgd \
libgd \
libgraphviz \
libgraphviz \
libhomfly \
libhomfly \
libhomfly \
libhomfly \
libjpeg \
libjpeg \
liblzma \
liblzma \
liblzma \
libnauty \
libnauty \
libogg \
libogg \
libpng \
libpng \
libpng \
libpng \
libsemigroups \
libsemigroups \
libtheora \
libtheora \
libxml2 \
libxml2 \
lidia \
lidia \
lie \
lie \
linbox \
linbox \
linbox \
linbox \
llvm \
llvm \
lrcalc \
lrcalc \
lrcalc \
lrcalc \
lrcalc_python \
lrcalc_python \
lrcalc_python \
lrcalc_python \
lrslib \
lrslib \
m4ri \
m4ri \
m4ri \
m4ri \
m4rie \
m4rie \
m4rie \
m4rie \
markupsafe \
markupsafe \
markupsafe \
markupsafe \
mathics \
mathics \
mathics_scanner \
mathics_scanner \
mathjax \
mathjax \
mathjax \
mathjax \
matplotlib \
matplotlib \
matplotlib \
matplotlib \
matplotlib_inline \
matplotlib_inline \
matplotlib_inline \
matplotlib_inline \
matroid_database \
matroid_database \
maxima \
maxima \
maxima \
maxima \
mcqd \
mcqd \
meataxe \
meataxe \
memory_allocator \
memory_allocator \
memory_allocator \
memory_allocator \
meson \
meson \
meson \
meson \
meson_python \
meson_python \
meson_python \
meson_python \
mistune \
mistune \
mistune \
mistune \
modular_decomposition \
modular_decomposition \
modular_resolution \
modular_resolution \
mpc \
mpc \
mpc \
mpc \
mpfi \
mpfi \
mpfi \
mpfi \
mpfr \
mpfr \
mpfr \
mpfr \
mpfrcx \
mpfrcx \
mpmath \
mpmath \
mpmath \
mpmath \
msolve \
msolve \
nauty \
nauty \
nauty \
nauty \
nbclient \
nbclient \
nbclient \
nbclient \
nbconvert \
nbconvert \
nbconvert \
nbconvert \
nbformat \
nbformat \
nbformat \
nbformat \
ncurses \
ncurses \
ncurses \
ncurses \
nest_asyncio \
nest_asyncio \
nest_asyncio \
nest_asyncio \
networkx \
networkx \
networkx \
networkx \
nibabel \
nibabel \
ninja_build \
ninja_build \
ninja_build \
ninja_build \
normaliz \
normaliz \
notebook \
notebook \
notebook \
notebook \
notebook_shim \
notebook_shim \
notebook_shim \
notebook_shim \
notedown \
notedown \
ntl \
ntl \
ntl \
ntl \
numpy \
numpy \
numpy \
numpy \
onetbb \
onetbb \
openblas \
openblas \
openblas \
openblas \
openssl \
openssl \
openssl \
openssl \
ore_algebra \
ore_algebra \
osqp_python \
osqp_python \
overrides \
overrides \
overrides \
overrides \
p_group_cohomology \
p_group_cohomology \
packaging \
packaging \
packaging \
packaging \
palettable \
palettable \
palp \
palp \
palp \
palp \
pandoc \
pandoc \
pandoc_attributes \
pandoc_attributes \
pandocfilters \
pandocfilters \
pandocfilters \
pandocfilters \
papilo \
papilo \
pari \
pari \
pari \
pari \
pari_elldata \
pari_elldata \
pari_galdata \
pari_galdata \
pari_galdata \
pari_galdata \
pari_galpol \
pari_galpol \
pari_jupyter \
pari_jupyter \
pari_nftables \
pari_nftables \
pari_seadata \
pari_seadata \
pari_seadata_small \
pari_seadata_small \
pari_seadata_small \
pari_seadata_small \
parso \
parso \
parso \
parso \
patch \
patch \
patch \
patch \
patchelf \
patchelf \
patchelf \
patchelf \
pathspec \
pathspec \
pathspec \
pathspec \
pdf2svg \
pdf2svg \
perl_cpan_polymake_prereq \
perl_cpan_polymake_prereq \
perl_mongodb \
perl_mongodb \
perl_term_readline_gnu \
perl_term_readline_gnu \
pexpect \
pexpect \
pexpect \
pexpect \
phitigra \
phitigra \
pickleshare \
pickleshare \
pickleshare \
pickleshare \
pillow \
pillow \
pillow \
pillow \
pint \
pint \
pip \
pip \
pip \
pip \
pkgconf \
pkgconf \
pkgconf \
pkgconf \
pkgconfig \
pkgconfig \
pkgconfig \
pkgconfig \
planarity \
planarity \
planarity \
planarity \
plantri \
plantri \
platformdirs \
platformdirs \
platformdirs \
platformdirs \
pluggy \
pluggy \
pluggy \
pluggy \
ply \
ply \
ply \
ply \
polylib \
polylib \
polymake \
polymake \
polytopes_db \
polytopes_db \
polytopes_db \
polytopes_db \
polytopes_db_4d \
polytopes_db_4d \
ppl \
ppl \
ppl \
ppl \
pplpy \
pplpy \
pplpy \
pplpy \
pplpy_doc \
pplpy_doc \
pplpy_doc \
pplpy_doc \
primecount \
primecount \
primecount \
primecount \
primecountpy \
primecountpy \
primecountpy \
primecountpy \
primesieve \
primesieve \
primesieve \
primesieve \
prometheus_client \
prometheus_client \
prometheus_client \
prometheus_client \
prompt_toolkit \
prompt_toolkit \
prompt_toolkit \
prompt_toolkit \
psutil \
psutil \
psutil \
psutil \
ptyprocess \
ptyprocess \
ptyprocess \
ptyprocess \
pure_eval \
pure_eval \
pure_eval \
pure_eval \
py \
py \
py \
py \
pybind11 \
pybind11 \
pybind11 \
pybind11 \
pybtex \
pybtex \
pycosat \
pycosat \
pycparser \
pycparser \
pycparser \
pycparser \
pycryptosat \
pycryptosat \
pygments \
pygments \
pygments \
pygments \
pygraphviz \
pygraphviz \
pynormaliz \
pynormaliz \
pyparsing \
pyparsing \
pyparsing \
pyparsing \
pyppeteer \
pyppeteer \
pyproject_api \
pyproject_api \
pyproject_api \
pyproject_api \
pyproject_hooks \
pyproject_hooks \
pyproject_hooks \
pyproject_hooks \
pyproject_metadata \
pyproject_metadata \
pyproject_metadata \
pyproject_metadata \
pyrsistent \
pyrsistent \
pyrsistent \
pyrsistent \
pyscipopt \
pyscipopt \
pysingular \
pysingular \
pytest \
pytest \
pytest_mock \
pytest_mock \
pytest_xdist \
pytest_xdist \
python3 \
python3 \
python3 \
python3 \
python_build \
python_build \
python_build \
python_build \
python_flint \
python_flint \
python_igraph \
python_igraph \
python_json_logger \
python_json_logger \
python_json_logger \
python_json_logger \
pythran \
pythran \
pythran \
pythran \
pytz \
pytz \
pytz \
pytz \
pytz_deprecation_shim \
pytz_deprecation_shim \
pytz_deprecation_shim \
pytz_deprecation_shim \
pyx \
pyx \
pyyaml \
pyyaml \
pyyaml \
pyyaml \
pyzmq \
pyzmq \
pyzmq \
pyzmq \
qdldl_python \
qdldl_python \
qepcad \
qepcad \
qhull \
qhull \
qhull \
qhull \
r \
r \
r_jupyter \
r_jupyter \
readline \
readline \
readline \
readline \
referencing \
referencing \
referencing \
referencing \
requests \
requests \
requests \
requests \
rfc3339_validator \
rfc3339_validator \
rfc3339_validator \
rfc3339_validator \
rfc3986_validator \
rfc3986_validator \
rfc3986_validator \
rfc3986_validator \
rpy2 \
rpy2 \
rpy2 \
rpy2 \
rst2ipynb \
rst2ipynb \
rubiks \
rubiks \
rw \
rw \
rw \
rw \
saclib \
saclib \
sage_conf \
sage_conf \
sage_conf \
sage_docbuild \
sage_docbuild \
sage_docbuild \
sage_flatsurf \
sage_flatsurf \
sage_numerical_backends_coin \
sage_numerical_backends_coin \
sage_numerical_backends_cplex \
sage_numerical_backends_cplex \
sage_numerical_backends_gurobi \
sage_numerical_backends_gurobi \
sage_setup \
sage_setup \
sage_setup \
sage_sws2rst \
sage_sws2rst \
sagelib \
sagelib \
sagelib \
sagemath_bliss \
sagemath_bliss \
sagemath_categories \
sagemath_categories \
sagemath_coxeter3 \
sagemath_coxeter3 \
sagemath_doc_html \
sagemath_doc_html \
sagemath_doc_html \
sagemath_doc_pdf \
sagemath_doc_pdf \
sagemath_environment \
sagemath_environment \
sagemath_mcqd \
sagemath_mcqd \
sagemath_meataxe \
sagemath_meataxe \
sagemath_objects \
sagemath_objects \
sagemath_repl \
sagemath_repl \
sagemath_sirocco \
sagemath_sirocco \
sagemath_tdlib \
sagemath_tdlib \
sagenb_export \
sagenb_export \
sagenb_export \
sagenb_export \
sagetex \
sagetex \
sagetex \
sagetex \
sbcl \
sbcl \
scip \
scip \
scip_sdp \
scip_sdp \
scipy \
scipy \
scipy \
scipy \
scs \
scs \
send2trash \
send2trash \
send2trash \
send2trash \
setuptools \
setuptools \
setuptools \
setuptools \
setuptools_scm \
setuptools_scm \
setuptools_scm \
setuptools_scm \
singular \
singular \
singular \
singular \
singular_jupyter \
singular_jupyter \
sirocco \
sirocco \
six \
six \
six \
six \
slabbe \
slabbe \
snappy \
snappy \
sniffio \
sniffio \
sniffio \
sniffio \
snowballstemmer \
snowballstemmer \
snowballstemmer \
snowballstemmer \
soplex \
soplex \
soupsieve \
soupsieve \
soupsieve \
soupsieve \
sphinx \
sphinx \
sphinx \
sphinx \
sphinx_basic_ng \
sphinx_basic_ng \
sphinx_basic_ng \
sphinx_basic_ng \
sphinx_copybutton \
sphinx_copybutton \
sphinx_copybutton \
sphinx_copybutton \
sphinx_inline_tabs \
sphinx_inline_tabs \
sphinx_inline_tabs \
sphinx_inline_tabs \
sphinxcontrib_applehelp \
sphinxcontrib_applehelp \
sphinxcontrib_applehelp \
sphinxcontrib_applehelp \
sphinxcontrib_devhelp \
sphinxcontrib_devhelp \
sphinxcontrib_devhelp \
sphinxcontrib_devhelp \
sphinxcontrib_htmlhelp \
sphinxcontrib_htmlhelp \
sphinxcontrib_htmlhelp \
sphinxcontrib_htmlhelp \
sphinxcontrib_jsmath \
sphinxcontrib_jsmath \
sphinxcontrib_jsmath \
sphinxcontrib_jsmath \
sphinxcontrib_qthelp \
sphinxcontrib_qthelp \
sphinxcontrib_qthelp \
sphinxcontrib_qthelp \
sphinxcontrib_serializinghtml \
sphinxcontrib_serializinghtml \
sphinxcontrib_serializinghtml \
sphinxcontrib_serializinghtml \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sqlalchemy \
sqlalchemy \
sqlite \
sqlite \
sqlite \
sqlite \
stack_data \
stack_data \
stack_data \
stack_data \
suitesparse \
suitesparse \
suitesparse \
suitesparse \
surf \
surf \
surface_dynamics \
surface_dynamics'
symengine \
symengine \
symengine_py \
symengine_py \
symmetrica \
symmetrica \
symmetrica \
symmetrica \
sympow \
sympow \
sympow \
sympow \
sympy \
sympy \
sympy \
sympy \
tachyon \
tachyon \
tachyon \
tachyon \
tdlib \
tdlib \
terminado \
terminado \
terminado \
terminado \
texlive \
texlive \
texlive_luatex \
texlive_luatex \
texttable \
texttable \
threejs \
threejs \
threejs \
threejs \
tides \
tides \
tinycss2 \
tinycss2 \
tinycss2 \
tinycss2 \
tomli \
tomli \
tomli \
tomli \
topcom \
topcom \
tornado \
tornado \
tornado \
tornado \
tox \
tox \
tox \
tox \
traitlets \
traitlets \
traitlets \
traitlets \
trove_classifiers \
trove_classifiers \
trove_classifiers \
trove_classifiers \
types_python_dateutil \
types_python_dateutil \
types_python_dateutil \
types_python_dateutil \
typing_extensions \
typing_extensions \
typing_extensions \
typing_extensions \
tzdata \
tzdata \
tzdata \
tzdata \
tzlocal \
tzlocal \
tzlocal \
tzlocal \
uri_template \
uri_template \
uri_template \
uri_template \
urllib3 \
urllib3 \
urllib3 \
urllib3 \
valgrind \
valgrind \
virtualenv \
virtualenv \
virtualenv \
virtualenv \
wcwidth \
wcwidth \
wcwidth \
wcwidth \
webcolors \
webcolors \
webcolors \
webcolors \
webencodings \
webencodings \
webencodings \
webencodings \
websocket_client \
websocket_client \
websocket_client \
websocket_client \
wheel \
wheel \
wheel \
wheel \
widgetsnbextension \
widgetsnbextension \
widgetsnbextension \
widgetsnbextension \
xindy \
xindy'
xz \
xz \
xz \
xz \
zeromq \
zeromq \
zeromq \
zeromq \
zipp \
zipp \
zipp \
zipp'
zlib'
zlib'
zlib'
zlib'
ACLOCAL='${SHELL} '\''/Applications/sage-dev/config/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} '\''/Applications/sage-dev/config/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/Applications/sage-dev/config/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/Applications/sage-dev/config/missing'\'' automake-1.16'
AWK='gawk'
BOOST_CPPFLAGS='-I/usr/local/include'
BOOST_LDFLAGS='-L/usr/local/lib'
CBC_CFLAGS=''
CBC_LIBS=''
CBLAS_CFLAGS=''
CBLAS_LIBS=''
CC='gcc'
CCDEPMODE='depmode=none'
CDDEXEC='cddexec'
CDDEXECGMP='cddexec_gmp'
CFLAGS='-g -O2'
CFLAGS_MARCH='-march=native'
CL=''
CONVERT='/usr/local/bin/convert'
CPP='gcc -E'
CPPFLAGS=' -Ddarwin -I/usr/local/opt/gmp/include -I/usr/local/Cellar/ecl/24.5.10/include '
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++ -std=gnu++11 -std=gnu++11'
CXXCPP='g++ -std=gnu++11 -std=gnu++11 -E'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" -DPACKAGE_VERSION=\"10.4.beta6\" -DPACKAGE_STRING=\"Sage\ 10.4.beta6\" -DPACKAGE_BUGREPORT=\"sage-devel@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"10.4.beta6\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBM=1 -DHAVE_CXX11=1 -DHAVE_GMP_H=1 -DABSOLUTE_GMP_H=\"///usr/local/include/gmp.h\" -DHAVE_BOOST=/\*\*/ -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_ASYNCHDNS=1 -DLIBCURL_FEATURE_GSS_API=1 -DLIBCURL_FEATURE_HTTPS_PROXY=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_KERBEROS=1 -DLIBCURL_FEATURE_LARGEFILE=1 -DLIBCURL_FEATURE_MULTISSL=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_FEATURE_NTLM_WB=1 -DLIBCURL_FEATURE_SPNEGO=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_UNIXSOCKETS=1 -DLIBCURL_FEATURE_ALT_SVC=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_GOPHER=1 -DLIBCURL_PROTOCOL_GOPHERS=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_IMAP=1 -DLIBCURL_PROTOCOL_IMAPS=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_LDAPS=1 -DLIBCURL_PROTOCOL_MQTT=1 -DLIBCURL_PROTOCOL_POP3=1 -DLIBCURL_PROTOCOL_POP3S=1 -DLIBCURL_PROTOCOL_RTSP=1 -DLIBCURL_PROTOCOL_SMB=1 -DLIBCURL_PROTOCOL_SMBS=1 -DLIBCURL_PROTOCOL_SMTP=1 -DLIBCURL_PROTOCOL_SMTPS=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_TFTP=1 -DHAVE_NTL_ZZ_H=1 -DABSOLUTE_NTL_ZZ_H=\"///usr/local/include/NTL/ZZ.h\" -DHAVE_NCURSES_H=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ZMQ=/\*\*/'
DEPDIR='.deps'
DOT='dot'
DVIPNG='/Library/TeX/texbin/dvipng'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
ECLIB_CFLAGS=''
ECLIB_LIBS=''
ECL_CONFIG='/usr/local/bin/ecl-config'
ECMBIN='ecm'
ENABLE_SYSTEM_SITE_PACKAGES=''
ETAGS='etags'
EXEEXT=''
F77CFLAGS=''
F77FLAGS=''
FC='gfortran'
FCFLAGS=''
FFLAS_FFPACK_CFLAGS=''
FFLAS_FFPACK_LIBS=''
FFMPEG='/usr/local/bin/ffmpeg'
FOURTITWO_CIRCUITS=''
FOURTITWO_GRAVER=''
FOURTITWO_GROEBNER=''
FOURTITWO_HILBERT=''
FOURTITWO_MARKOV=''
FOURTITWO_PPI=''
FOURTITWO_QSOLVE=''
FOURTITWO_RAYS=''
FOURTITWO_ZSOLVE=''
FPLLL_CFLAGS='-pthread -I/usr/local/Cellar/fplll/5.4.5/include'
FPLLL_LIBS='-L/usr/local/Cellar/fplll/5.4.5/lib -lpthread -lmpfr -lgmp -lfplll'
FREETYPE_CFLAGS='-I/usr/local/opt/freetype/include/freetype2 -I/usr/local/opt/libpng/include/libpng16'
FREETYPE_LIBS='-L/usr/local/opt/freetype/lib -lfreetype'
GAP=''
GAP_ROOT_PATHS='${prefix}/lib/gap;${prefix}/share/gap'
GCC_VERSION='14.0.0'
GC_CFLAGS='-I/usr/local/Cellar/bdw-gc/8.2.6/include'
GC_LIBS='-L/usr/local/Cellar/bdw-gc/8.2.6/lib -lgc -lpthread'
GENGCHECK='/usr/local/bin/geng'
GENGETOPT='/usr/local/bin/gengetopt'
GENGnautyCHECK=''
GF2X_CFLAGS=''
GF2X_LIBS=''
GIVARO_CFLAGS=''
GIVARO_LIBS=''
GLPSOL='/usr/local/bin/glpsol'
GP2C=''
GP=''
GPHELP=''
GSLPCDIR=''
GSL_CFLAGS=''
GSL_LIBS=''
GXX_VERSION='14.0.0'
HAVE_CXX11='1'
HAVE_PIP=''
IGRAPH_CFLAGS=''
IGRAPH_LIBS=''
INFO='/usr/local/bin/info'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISL_CFLAGS='-I/usr/local/Cellar/isl/0.26/include -I/usr/local/opt/gmp/include'
ISL_LIBS='-L/usr/local/Cellar/isl/0.26/lib -L/usr/local/opt/gmp/lib -lisl -lgmp'
LAPACK_CFLAGS=''
LAPACK_LIBS=''
LATEXMK='/Library/TeX/texbin/latexmk'
LCALC_BIN=''
LDFLAGS=''
LIBATOMIC_OPS_CFLAGS='-I/usr/local/Cellar/libatomic_ops/7.8.2/include'
LIBATOMIC_OPS_LIBS='-L/usr/local/Cellar/libatomic_ops/7.8.2/lib -latomic_ops'
LIBCURL='-lcurl'
LIBCURL_CPPFLAGS=''
LIBFFI_CFLAGS='-I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ffi'
LIBFFI_LIBS='-lffi'
LIBGD_CFLAGS='-I/usr/local/Cellar/gd/2.3.3_6/include'
LIBGD_LIBS='-L/usr/local/Cellar/gd/2.3.3_6/lib -lgd'
LIBICONV='-liconv'
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/local/opt/libpng/include/libpng16'
LIBPNG_LIBS='-L/usr/local/opt/libpng/lib -lpng16'
LIBS='-lqhull_r -lmpfi -lmpc -lnauty -lflint -lmpfr -lncurses -lcurl -lcddgmp -lbz2 -lglpk -lgmp -lm -lntl -lppl -lgmpxx -lgmp'
LIBSEMIGROUPS_CFLAGS=''
LIBSEMIGROUPS_LIBS=''
LINBOX_CFLAGS=''
LINBOX_LIBS=''
LRSNASH=''
LTLIBICONV='-liconv'
LTLIBOBJS=''
M4RI_CFLAGS=''
M4RI_LIBS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/Applications/sage-dev/config/missing'\'' makeinfo'
MKDIR_P='/usr/local/bin/gmkdir -p'
NCURSES_CFLAGS=''
NCURSES_LIBS=''
NEATO='neato'
NTL_INCDIR='///usr/local/include'
NTL_LIBDIR='///usr/local/lib'
OBJC='gcc'
OBJCDEPMODE='depmode=none'
OBJCFLAGS='-g -O2'
OBJCXX='g++'
OBJCXXDEPMODE='depmode=none'
OBJCXXFLAGS='-g -O2'
OBJEXT='o'
OPENBLASPCDIR=''
OPENBLAS_CFLAGS=''
OPENBLAS_LIBS=''
OPENMP_CFLAGS=''
OPENMP_CXXFLAGS=''
OPENSSL_INCLUDES=''
OPENSSL_LDFLAGS=''
OPENSSL_LIBS=''
PACKAGE='sage'
PACKAGE_BUGREPORT='sage-devel@googlegroups.com'
PACKAGE_NAME='Sage'
PACKAGE_STRING='Sage 10.4.beta6'
PACKAGE_TARNAME='sage'
PACKAGE_URL=''
PACKAGE_VERSION='10.4.beta6'
PALPclass11=''
PALPclass4=''
PALPclass5=''
PALPclass6=''
PALPclass=''
PALPcws11=''
PALPcws4=''
PALPcws5=''
PALPcws6=''
PALPcws=''
PALPnef11=''
PALPnef4=''
PALPnef5=''
PALPnef6=''
PALPnef=''
PALPpoly11=''
PALPpoly4=''
PALPpoly5=''
PALPpoly6=''
PALPpoly=''
PANDOC='/usr/local/bin/pandoc'
PATCHELF='/usr/local/bin/patchelf'
PATH_SEPARATOR=':'
PDF2SVG='/usr/local/bin/pdf2svg'
PDFLATEX='/Library/TeX/texbin/pdflatex'
PERL='/usr/local/bin/perl'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PPL_CONFIG='/usr/local/bin/ppl-config'
PPL_CPPFLAGS='-I/usr/local/Cellar/ppl/1.2_1/include -I/usr/local/opt/gmp/include'
PPL_LDFLAGS=' -L/usr/local/Cellar/ppl/1.2_1/lib'
PPL_LIBS=' -lppl -lgmpxx -lgmp'
PRIMECOUNT_CFLAGS='-I/usr/local/Cellar/primecount/7.13/include -I/usr/local/Cellar/primesieve/12.3/include'
PRIMECOUNT_LIBS='-L/usr/local/Cellar/primecount/7.13/lib -lprimecount'
PRIMESIEVE_CFLAGS='-I/usr/local/Cellar/primesieve/12.3/include'
PRIMESIEVE_LIBS='-L/usr/local/Cellar/primesieve/12.3/lib -lprimesieve'
PYTHON_FOR_VENV='/usr/bin/python3'
PYTHON_MINOR='9'
QHULL='/usr/local/bin/qhull'
R='/usr/local/bin/R'
READLINE_CFLAGS=''
READLINE_LIBS=''
REDCHECKGMP='redcheck_gmp'
R_CFLAGS='-I/usr/local/Cellar/r/4.4.0_1/lib/R/include'
R_LIBS='-L/usr/local/opt/gettext/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/xz/lib -L/usr/local/Cellar/r/4.4.0_1/lib/R/lib -lR'
SAGE_ARCHFLAGS=''
SAGE_BUILT_PACKAGES=' \
SAGE_CONFIGURE_FFLAS_FFPACK=''
SAGE_CRTI_DIR=''
SAGE_CXX_WITHOUT_STD='g++ -std=gnu++11'
SAGE_DEBUG=''
SAGE_DOCS='${SAGE_LOCAL}'
SAGE_DUMMY_PACKAGES=' \
SAGE_ECL_CONFIG='/usr/local/bin/ecl-config'
SAGE_ECMBIN='ecm'
SAGE_EDITABLE='yes'
SAGE_ENABLE_4ti2='no'
SAGE_ENABLE_awali='no'
SAGE_ENABLE_barvinok='no'
SAGE_ENABLE_benzene='no'
SAGE_ENABLE_bliss='no'
SAGE_ENABLE_buckygen='no'
SAGE_ENABLE_cbc='no'
SAGE_ENABLE_ccache='no'
SAGE_ENABLE_cocoalib='no'
SAGE_ENABLE_coxeter3='no'
SAGE_ENABLE_cryptominisat='no'
SAGE_ENABLE_csdp='no'
SAGE_ENABLE_cunningham_tables='no'
SAGE_ENABLE_cvxpy='no'
SAGE_ENABLE_cylp='no'
SAGE_ENABLE_d3js='no'
SAGE_ENABLE_database_cremona_ellcurve='no'
SAGE_ENABLE_database_cubic_hecke='no'
SAGE_ENABLE_database_jones_numfield='no'
SAGE_ENABLE_database_knotinfo='no'
SAGE_ENABLE_database_kohel='no'
SAGE_ENABLE_database_mutation_class='no'
SAGE_ENABLE_database_odlyzko_zeta='no'
SAGE_ENABLE_database_stein_watkins='no'
SAGE_ENABLE_database_stein_watkins_mini='no'
SAGE_ENABLE_database_symbolic_data='no'
SAGE_ENABLE_deformation='no'
SAGE_ENABLE_dot2tex='no'
SAGE_ENABLE_dsdp='no'
SAGE_ENABLE_e_antic='no'
SAGE_ENABLE_ecos_python='no'
SAGE_ENABLE_ffmpeg='no'
SAGE_ENABLE_free_fonts='no'
SAGE_ENABLE_fricas='no'
SAGE_ENABLE_frobby='no'
SAGE_ENABLE_gap3='no'
SAGE_ENABLE_gap_jupyter='no'
SAGE_ENABLE_gap_packages='no'
SAGE_ENABLE_gdb='no'
SAGE_ENABLE_git='no'
SAGE_ENABLE_github_cli='no'
SAGE_ENABLE_glucose='no'
SAGE_ENABLE_gp2c='no'
SAGE_ENABLE_graphviz='no'
SAGE_ENABLE_igraph='no'
SAGE_ENABLE_imagemagick='no'
SAGE_ENABLE_isl='no'
SAGE_ENABLE_jupymake='no'
SAGE_ENABLE_kenzo='no'
SAGE_ENABLE_kissat='no'
SAGE_ENABLE_latte_int='no'
SAGE_ENABLE_libgraphviz='no'
SAGE_ENABLE_libjpeg='no'
SAGE_ENABLE_libnauty='no'
SAGE_ENABLE_libogg='no'
SAGE_ENABLE_libsemigroups='no'
SAGE_ENABLE_libtheora='no'
SAGE_ENABLE_libxml2='no'
SAGE_ENABLE_lidia='no'
SAGE_ENABLE_lie='no'
SAGE_ENABLE_llvm='no'
SAGE_ENABLE_lrslib='no'
SAGE_ENABLE_mathics='no'
SAGE_ENABLE_mathics_scanner='no'
SAGE_ENABLE_matroid_database='no'
SAGE_ENABLE_mcqd='no'
SAGE_ENABLE_meataxe='no'
SAGE_ENABLE_modular_decomposition='no'
SAGE_ENABLE_modular_resolution='no'
SAGE_ENABLE_mpfrcx='no'
SAGE_ENABLE_msolve='no'
SAGE_ENABLE_normaliz='no'
SAGE_ENABLE_notedown='no'
SAGE_ENABLE_onetbb='no'
SAGE_ENABLE_osqp_python='no'
SAGE_ENABLE_p_group_cohomology='no'
SAGE_ENABLE_palettable='no'
SAGE_ENABLE_pandoc='no'
SAGE_ENABLE_pandoc_attributes='no'
SAGE_ENABLE_papilo='no'
SAGE_ENABLE_pari_elldata='no'
SAGE_ENABLE_pari_galpol='no'
SAGE_ENABLE_pari_jupyter='no'
SAGE_ENABLE_pari_nftables='no'
SAGE_ENABLE_pari_seadata='no'
SAGE_ENABLE_pdf2svg='no'
SAGE_ENABLE_perl_cpan_polymake_prereq='no'
SAGE_ENABLE_perl_mongodb='no'
SAGE_ENABLE_perl_term_readline_gnu='no'
SAGE_ENABLE_pint='no'
SAGE_ENABLE_plantri='no'
SAGE_ENABLE_polylib='no'
SAGE_ENABLE_polymake='no'
SAGE_ENABLE_polytopes_db_4d='no'
SAGE_ENABLE_pycosat='no'
SAGE_ENABLE_pycryptosat='no'
SAGE_ENABLE_pynormaliz='no'
SAGE_ENABLE_pyscipopt='no'
SAGE_ENABLE_pysingular='no'
SAGE_ENABLE_python_flint='no'
SAGE_ENABLE_python_igraph='no'
SAGE_ENABLE_qdldl_python='no'
SAGE_ENABLE_qepcad='no'
SAGE_ENABLE_r='no'
SAGE_ENABLE_r_jupyter='no'
SAGE_ENABLE_rst2ipynb='no'
SAGE_ENABLE_rubiks='no'
SAGE_ENABLE_saclib='no'
SAGE_ENABLE_sage_numerical_backends_coin='no'
SAGE_ENABLE_sage_numerical_backends_cplex='no'
SAGE_ENABLE_sage_numerical_backends_gurobi='no'
SAGE_ENABLE_sage_sws2rst='no'
SAGE_ENABLE_sagemath_bliss='no'
SAGE_ENABLE_sagemath_categories='no'
SAGE_ENABLE_sagemath_coxeter3='no'
SAGE_ENABLE_sagemath_doc_pdf='no'
SAGE_ENABLE_sagemath_environment='no'
SAGE_ENABLE_sagemath_mcqd='no'
SAGE_ENABLE_sagemath_meataxe='no'
SAGE_ENABLE_sagemath_objects='no'
SAGE_ENABLE_sagemath_repl='no'
SAGE_ENABLE_sagemath_sirocco='no'
SAGE_ENABLE_sagemath_tdlib='no'
SAGE_ENABLE_sbcl='no'
SAGE_ENABLE_scip='no'
SAGE_ENABLE_scip_sdp='no'
SAGE_ENABLE_scs='no'
SAGE_ENABLE_singular_jupyter='no'
SAGE_ENABLE_sirocco='no'
SAGE_ENABLE_soplex='no'
SAGE_ENABLE_surf='no'
SAGE_ENABLE_symengine='no'
SAGE_ENABLE_symengine_py='no'
SAGE_ENABLE_tdlib='no'
SAGE_ENABLE_texlive='no'
SAGE_ENABLE_texlive_luatex='no'
SAGE_ENABLE_texttable='no'
SAGE_ENABLE_tides='no'
SAGE_ENABLE_topcom='no'
SAGE_ENABLE_valgrind='no'
SAGE_ENABLE_xindy='no'
SAGE_FAT_BINARY=''
SAGE_FLINT_PREFIX=''
SAGE_FREETYPE_PREFIX=''
SAGE_FRICAS_LISP='sbcl --dynamic-space-size 4Gb'
SAGE_GCC_DEP=''
SAGE_GLPK_PREFIX=''
SAGE_GMP_INCLUDE='///usr/local/include'
SAGE_GMP_PREFIX=''
SAGE_GSL_PC_COMMAND=''
SAGE_HAVE_LIBJPEG='1'
SAGE_KENZO_FAS='${prefix}/lib/ecl/kenzo.fas'
SAGE_MATHJAX_DIR='${prefix}/share/mathjax/mathjax'
SAGE_MAXIMA='${prefix}/bin/maxima'
SAGE_MAXIMA_FAS='${prefix}/lib/ecl/maxima.fas'
SAGE_MPC_PREFIX=''
SAGE_MPFR_PREFIX=''
SAGE_NAUTY_BINS_PREFIX=''
SAGE_NORMAL_PACKAGES=' \
SAGE_NTL_PREFIX=''
SAGE_OPENBLAS_PC_COMMAND=''
SAGE_OPTIONAL_INSTALLED_PACKAGES=' \
SAGE_OPTIONAL_UNINSTALLED_PACKAGES=''
SAGE_PACKAGE_DEPENDENCIES='
SAGE_PACKAGE_TREES='
SAGE_PACKAGE_VERSIONS='
SAGE_PARI_CFG='$SAGE_LOCAL/lib/pari/pari.cfg'
SAGE_PARI_PREFIX='$SAGE_LOCAL'
SAGE_PIP_INSTALL_FLAGS=''
SAGE_PIP_PACKAGES=' \
SAGE_PKG_CONFIG_PATH='$SAGE_LOCAL/lib/pkgconfig'
SAGE_ROOT='/Applications/sage-dev'
SAGE_SCRIPT_PACKAGES=' \
SAGE_SDIST_PACKAGES=' \
SAGE_SPKG_OPTIONS=' -o'
SAGE_SUITESPARSE_PREFIX='$SAGE_LOCAL'
SAGE_SYSTEM_FACADE_PC_FILES=''
SAGE_TOOLCHAIN='gcc'
SAGE_VENV='${SAGE_LOCAL}/var/lib/sage/venv-python3.9'
SAGE_VENV_FLAGS=''
SAGE_WHEELS=''
SCDD='scdd_gmp'
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
SHLIBEXT='dylib'
SINGULAR_BIN=''
SINGULAR_CFLAGS=''
SINGULAR_LIBS=''
STRIP=''
SYMPOW=''
TACHYON=''
TEXI2ANY='/usr/local/bin/texi2any'
TWOPI='twopi'
VERSION='10.4.beta6'
XINDY='/Library/TeX/texbin/xindy'
XML2_CONFIG='/usr/bin/xml2-config'
ZMQ_CPPFLAGS=''
ZMQ_LDFLAGS=''
ZMQ_LIBS='-lzmq'
_libcurl_config=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FC='gfortran'
ac_ct_OBJC='gcc'
ac_ct_OBJCXX='g++'
ac_path_PYTHON3='/usr/bin/python3'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJCXX_FALSE=''
am__fastdepOBJCXX_TRUE='#'
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin21.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin21.6.0'
build_vendor='apple'
bzip2_prog='/usr/bin/bzip2'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
deps_4ti2 = zlib $(MP_LIBRARY) glpk |
deps__bootstrap = |
deps__develop = _bootstrap git pytest pytest_xdist github_cli |
deps__gcc10 = |
deps__gcc11 = |
deps__gcc12 = |
deps__gcc8 = |
deps__gcc9 = |
deps__prereq = |
deps__recommended = pandoc ffmpeg imagemagick git libjpeg texlive texlive_luatex free_fonts xindy |
deps__sagemath = |
deps_admcycles = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_alabaster = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_anyio = idna sniffio | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_appdirs = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_appnope = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_argon2_cffi = argon2_cffi_bindings | $(PYTHON_TOOLCHAIN) flit_core $(PYTHON)
deps_argon2_cffi_bindings = | $(PYTHON_TOOLCHAIN) cffi setuptools_scm $(PYTHON)
deps_arrow = dateutil types_python_dateutil | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_asttokens = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_async_lru = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_attrs = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_auditwheel_or_delocate = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_awali = cmake cython nbconvert ncurses | $(PYTHON)
deps_babel = | $(PYTHON_TOOLCHAIN) pytz $(PYTHON)
deps_barvinok = ntl isl polylib |
deps_beautifulsoup4 = soupsieve | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_beniget = gast | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_benzene = |
deps_biopython = | pip
deps_bleach = six webencodings | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_bliss = | cmake
deps_boost_cropped = |
deps_brial = boost_cropped m4ri libpng | pkgconf
deps_buckygen = |
deps_bzip2 = | pkgconf
deps_cachetools = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_calver = | pip $(PYTHON)
deps_cbc = readline zlib bzip2 $(BLAS) |
deps_ccache = zlib |
deps_cddlib = $(MP_LIBRARY) |
deps_certifi = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cffi = | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON)
deps_chardet = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_charset_normalizer = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_clarabel = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_cliquer = |
deps_cmake = curl zlib bzip2 liblzma |
deps_cocoalib = $(MP_LIBRARY) |
deps_colorama = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_combinatorial_designs = |
deps_comm = traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_configure = |
deps_contourpy = numpy | $(PYTHON_TOOLCHAIN) pybind11 meson_python $(PYTHON)
deps_conway_polynomials = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_coxeter3 = |
deps_cppy = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cryptominisat = m4ri zlib libpng | cmake boost_cropped $(PYTHON)
deps_csdp = $(BLAS) |
deps_cunningham_tables = |
deps_curl = openssl |
deps_cvxopt = numpy $(BLAS) gsl glpk suitesparse | $(PYTHON_TOOLCHAIN) pkgconfig $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_cvxopt)), matplotlib pytest)
deps_cvxpy = numpy scipy glpk cvxopt osqp_python ecos_python scs clarabel | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cycler = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cylp = numpy scipy cbc | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_cypari = cython pari cysignals | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cysignals = cython pari | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_cython = | $(PYTHON_TOOLCHAIN) $(PYTHON) pythran
deps_d3js = |
deps_database_cremona_ellcurve = |
deps_database_cubic_hecke = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_database_cubic_hecke)), $(SAGERUNTIME) conway_polynomials ipywidgets sympy singular gap libhomfly libbraiding sphinx networkx scipy sympy matplotlib pillow mpmath fpylll)
deps_database_jones_numfield = |
deps_database_knotinfo = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_database_knotinfo)), $(SAGERUNTIME) ipywidgets sympy singular gap libhomfly libbraiding sphinx networkx scipy sympy matplotlib pillow mpmath fpylll)
deps_database_kohel = |
deps_database_mutation_class = |
deps_database_odlyzko_zeta = | $(SAGERUNTIME)
deps_database_stein_watkins = |
deps_database_stein_watkins_mini = |
deps_database_symbolic_data = |
deps_dateutil = six | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_debugpy = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_decorator = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_deformation = $(MP_LIBRARY) mpfr flint |
deps_defusedxml = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_distlib = | pip $(PYTHON)
deps_docutils = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_dot2tex = | $(PYTHON_TOOLCHAIN) pyparsing $(PYTHON)
deps_dsdp = $(BLAS) | cmake
deps_e_antic = $(MP_LIBRARY) flint boost_cropped |
deps_ecl = $(MP_LIBRARY) readline gc libffi | info
deps_eclib = pari ntl flint |
deps_ecm = $(MP_LIBRARY) |
deps_ecos_python = numpy scipy | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_editables = | pip $(PYTHON)
deps_elliptic_curves = | $(PYTHON)
deps_entrypoints = | $(PYTHON_TOOLCHAIN) flit_core $(PYTHON)
deps_exceptiongroup = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_executing = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_fastjsonschema = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_fflas_ffpack = $(MP_LIBRARY) givaro gsl $(BLAS) | pkgconf
deps_ffmpeg = |
deps_filelock = | pip $(PYTHON)
deps_flint = $(MP_LIBRARY) mpfr |
deps_flit_core = | pip $(PYTHON)
deps_fonttools = | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_fplll = $(MP_LIBRARY) mpfr |
deps_fpylll = cython cysignals numpy fplll | $(PYTHON)
deps_fqdn = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_free_fonts = |
deps_freetype = libpng bzip2 |
deps_fricas = ecl |
deps_frobby = $(MP_LIBRARY) |
deps_furo = beautifulsoup4 sphinx pygments sphinx_basic_ng | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_gap = ncurses readline zlib $(MP_LIBRARY) |
deps_gap3 = |
deps_gap_jupyter = | $(PYTHON_TOOLCHAIN) ipython gap $(PYTHON)
deps_gap_packages = gap libsemigroups planarity | $(SAGERUNTIME)
deps_gast = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_gc = libatomic_ops |
deps_gcc = | $(MP_LIBRARY) mpfr mpc zlib xz
deps_gdb = mpfr zlib ncurses | $(PYTHON) xz
deps_gengetopt = | xz
deps_gf2x = |
deps_gfan = $(MP_LIBRARY) cddlib |
deps_gfortran = | $(MP_LIBRARY) mpfr mpc zlib xz
deps_giac = readline libpng $(MP_LIBRARY) mpfr mpfi ntl gsl pari glpk curl cliquer ecm $(findstring libnauty,$(OPTIONAL_INSTALLED_PACKAGES)) |
deps_git = |
deps_github_cli = |
deps_gitpython = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_givaro = $(MP_LIBRARY) |
deps_glpk = $(MP_LIBRARY) zlib |
deps_glucose = zlib |
deps_gmp = | xz
deps_gmpy2 = $(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_gmpy2)), pytest hypothesis cython mpmath setuptools)
deps_gnulib = |
deps_gnumake_tokenpool = | $(PYTHON) $(PYTHON_TOOLCHAIN)
deps_gp2c = pari |
deps_graphs = |
deps_graphviz = |
deps_gsl = $(BLAS) | pkgconf
deps_h11 = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_hatch_fancy_pypi_readme = hatchling | pip $(PYTHON)
deps_hatch_vcs = hatchling | pip $(PYTHON)
deps_hatchling = pathspec tomli editables pluggy packaging trove_classifiers | pip $(PYTHON)
deps_httpcore = h11 | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_httpx = httpcore | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_hypothesis = attrs | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_iconv = |
deps_idna = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_igraph = $(MP_LIBRARY) glpk $(BLAS) | cmake
deps_imagemagick = |
deps_imagesize = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_iml = $(MP_LIBRARY) $(BLAS) | pkgconf
deps_importlib_metadata = zipp typing_extensions | pip tomli $(PYTHON)
deps_importlib_resources = zipp | pip $(PYTHON)
deps_info = ncurses | xz
deps_ipykernel = debugpy ipython comm traitlets jupyter_client jupyter_core nest_asyncio tornado matplotlib_inline appnope pyzmq psutil packaging | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON)
deps_ipympl = ipython numpy ipython_genutils pillow traitlets ipywidgets matplotlib | $(PYTHON_TOOLCHAIN) $(PYTHON) $(findstring jupyterlab,$(OPTIONAL_INSTALLED_PACKAGES))
deps_ipython = tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect jedi stack_data exceptiongroup matplotlib_inline | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_ipython_genutils = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_ipywidgets = widgetsnbextension jupyterlab_widgets comm ipykernel ipython traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_isl = $(MP_LIBRARY) |
deps_isoduration = $(PYTHON) arrow | $(PYTHON_TOOLCHAIN)
deps_jedi = parso | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jinja2 = markupsafe docutils | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jmol = |
deps_json5 = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jsonpointer = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jsonschema = jsonschema_specifications pyrsistent attrs importlib_metadata fqdn isoduration jsonpointer uri_template webcolors | $(PYTHON_TOOLCHAIN) hatchling hatch_vcs hatch_fancy_pypi_readme $(PYTHON)
deps_jsonschema_specifications = referencing | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupymake = polymake | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_client = jupyter_core pyzmq dateutil tornado traitlets importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_core = platformdirs traitlets | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON)
deps_jupyter_events = jsonschema python_json_logger pyyaml referencing rfc3339_validator rfc3986_validator | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_jsmol = ipywidgets | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_lsp = jupyter_server | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_server = anyio argon2_cffi jinja2 jupyter_client jupyter_core jupyter_events jupyter_server_terminals nbconvert nbformat overrides platformdirs prometheus_client pyzmq send2trash terminado tornado traitlets websocket_client | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_server_terminals = terminado | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyter_sphinx = sphinx ipywidgets ipython nbconvert nbformat | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyterlab = async_lru importlib_metadata ipykernel jinja2 jupyter_core jupyter_lsp jupyter_server jupyterlab_server notebook_shim packaging traitlets tornado tomli httpx | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyterlab_mathjax2 = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyterlab_pygments = pygments | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyterlab_server = babel jupyter_events jupyter_server json5 jsonschema requests | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_jupyterlab_widgets = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_kenzo = ecl |
deps_kissat = |
deps_kiwisolver = cppy | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_latte_int = $(MP_LIBRARY) ntl 4ti2 cddlib lidia $(findstring lrslib,$(OPTIONAL_INSTALLED_PACKAGES)) |
deps_lcalc = pari | gengetopt
deps_libatomic_ops = |
deps_libbraiding = |
deps_libffi = |
deps_libgd = libpng | xz
deps_libgraphviz = |
deps_libhomfly = gc |
deps_libjpeg = |
deps_liblzma = $(SAGE_LOCAL)/$(SPKG_INST_RELDIR)/xz-$(vers_xz) |
deps_libnauty = $(SAGE_LOCAL)/$(SPKG_INST_RELDIR)/nauty-$(vers_nauty) |
deps_libogg = |
deps_libpng = zlib |
deps_libsemigroups = |
deps_libtheora = libogg libpng |
deps_libxml2 = iconv zlib |
deps_lidia = $(MP_LIBRARY) |
deps_lie = readline ncurses |
deps_linbox = $(MP_LIBRARY) ntl givaro mpfr iml flint fflas_ffpack |
deps_llvm = |
deps_lrcalc = |
deps_lrcalc_python = lrcalc | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_lrslib = $(MP_LIBRARY) |
deps_m4ri = libpng |
deps_m4rie = m4ri |
deps_markupsafe = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_mathics = | $(PYTHON_TOOLCHAIN) pint palettable mathics_scanner $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_mathics)), $(SAGERUNTIME) ipywidgets importlib_metadata sympy sphinx networkx scipy sympy matplotlib pillow mpmath fpylll)
deps_mathics_scanner = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_mathjax = |
deps_matplotlib = numpy freetype pillow dateutil pyparsing tornado cycler qhull fonttools contourpy | $(PYTHON_TOOLCHAIN) kiwisolver certifi setuptools_scm $(PYTHON)
deps_matplotlib_inline = traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_matroid_database = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_maxima = ecl | info
deps_mcqd = |
deps_meataxe = |
deps_memory_allocator = cython | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_meson = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_meson_python = meson pyproject_metadata tomli ninja_build patchelf | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_meson_python)), pytest pytest_mock gitpython cython auditwheel_or_delocate)
deps_mistune = cython | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_modular_decomposition = |
deps_modular_resolution = singular meataxe |
deps_mpc = $(MP_LIBRARY) mpfr |
deps_mpfi = $(MP_LIBRARY) mpfr |
deps_mpfr = $(MP_LIBRARY) |
deps_mpfrcx = $(MP_LIBRARY) mpfr mpc |
deps_mpmath = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_msolve = $(MP_LIBRARY) flint mpfr |
deps_nauty = |
deps_nbclient = jupyter_client nbformat | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_nbconvert = mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters defusedxml jupyter_client jupyterlab_pygments nbclient beautifulsoup4 markupsafe tinycss2 | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_nbformat = jsonschema fastjsonschema jupyter_core traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_ncurses = |
deps_nest_asyncio = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_networkx = | $(PYTHON_TOOLCHAIN) scipy $(PYTHON)
deps_nibabel = | pip
deps_ninja_build = | $(PYTHON)
deps_normaliz = $(MP_LIBRARY) flint e_antic libnauty |
deps_notebook = jupyter_server jupyterlab_server jupyterlab notebook_shim | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_notebook_shim = jupyter_server | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_notedown = nbformat nbconvert six pandoc_attributes | $(PYTHON) $(PYTHON_TOOLCHAIN)
deps_ntl = $(MP_LIBRARY) gf2x |
deps_numpy = $(BLAS) gfortran | $(PYTHON_TOOLCHAIN) pkgconfig cython meson_python $(PYTHON)
deps_onetbb = | cmake
deps_openblas = gfortran |
deps_openssl = |
deps_ore_algebra = | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip
deps_osqp_python = qdldl_python numpy scipy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON)
deps_overrides = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_p_group_cohomology = cython cysignals singular meataxe modular_resolution $(SAGE_SRC)/sage/matrix/matrix_gfpn_dense.pxd $(SAGE_SRC)/sage/structure/element.pxd $(SAGE_SRC)/sage/matrix/matrix_gfpn_dense.pxd $(SAGE_SRC)/sage/matrix/matrix0.pxd $(SAGE_SRC)/sage/libs/meataxe.pxd $(SAGE_SRC)/sage/rings/morphism.pxd | $(PYTHON_TOOLCHAIN) matplotlib gap xz $(SAGERUNTIME) ipywidgets $(PYTHON)
deps_packaging = | pip $(PYTHON)
deps_palettable = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_palp = |
deps_pandoc = |
deps_pandoc_attributes = | pandocfilters $(PYTHON) $(PYTHON_TOOLCHAIN)
deps_pandocfilters = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_papilo = $(MP_LIBRARY) boost_cropped onetbb $(BLAS) gfortran | cmake
deps_pari = readline $(MP_LIBRARY) | pari_galdata pari_seadata_small
deps_pari_elldata = |
deps_pari_galdata = |
deps_pari_galpol = |
deps_pari_jupyter = pari | $(PYTHON_TOOLCHAIN) cython notebook jupyter_core $(PYTHON)
deps_pari_nftables = |
deps_pari_seadata = |
deps_pari_seadata_small = |
deps_parso = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_patch = |
deps_patchelf = | bzip2
deps_pathspec = | pip $(PYTHON)
deps_pdf2svg = |
deps_perl_cpan_polymake_prereq = |
deps_perl_mongodb = |
deps_perl_term_readline_gnu = readline |
deps_pexpect = ptyprocess | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_phitigra = ipywidgets pillow numpy | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_pickleshare = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pillow = zlib freetype | $(PYTHON_TOOLCHAIN) pkgconf $(PYTHON)
deps_pint = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pip = | $(PYTHON)
deps_pkgconf = | patch xz
deps_pkgconfig = | pkgconf $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_planarity = |
deps_plantri = |
deps_platformdirs = | pip $(PYTHON)
deps_pluggy = | pip $(PYTHON)
deps_ply = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_polylib = $(MP_LIBRARY) mpfr ntl |
deps_polymake = $(MP_LIBRARY) bliss cddlib normaliz perl_term_readline_gnu ppl libxml2 perl_cpan_polymake_prereq lrslib | ninja_build
deps_polytopes_db = |
deps_polytopes_db_4d = |
deps_ppl = $(MP_LIBRARY) glpk |
deps_pplpy = $(MP_LIBRARY) gmpy2 cysignals mpfr mpc ppl | $(PYTHON_TOOLCHAIN) sphinx $(PYTHON)
deps_pplpy_doc = pplpy | sphinx
deps_primecount = primesieve | cmake
deps_primecountpy = primecount cysignals | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_primesieve = | cmake
deps_prometheus_client = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_prompt_toolkit = six wcwidth | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_psutil = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_ptyprocess = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pure_eval = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_py = | $(PYTHON_TOOLCHAIN) setuptools_scm $(PYTHON)
deps_pybind11 = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pybtex = | pip
deps_pycosat = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pycparser = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pycryptosat = m4ri zlib libpng cryptominisat | cmake boost_cropped $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pygments = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pygraphviz = libgraphviz | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_pynormaliz = normaliz | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pyparsing = | pip $(PYTHON)
deps_pyppeteer = appdirs importlib_metadata urllib3 certifi | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_pyproject_api = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pyproject_hooks = | pip $(PYTHON)
deps_pyproject_metadata = packaging pyparsing | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pyrsistent = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pyscipopt = scip | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_pysingular = singular | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pytest = pluggy packaging attrs py pyparsing importlib_metadata tomli | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_pytest_mock = pytest packaging attrs pluggy tomli py pyparsing | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_pytest_xdist = pytest | $(PYTHON_TOOLCHAIN) $(PYTHON) pip
deps_python3 = zlib readline sqlite libpng bzip2 liblzma libffi openssl | xz
deps_python_build = tomli packaging pyproject_hooks importlib_metadata | pip $(PYTHON)
deps_python_flint = flint | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_python_igraph = igraph texttable | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_python_json_logger = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pythran = beniget gast ply | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pytz = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pytz_deprecation_shim = tzdata | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_pyx = | pip
deps_pyyaml = | $(PYTHON_TOOLCHAIN) cython $(PYTHON)
deps_pyzmq = cython zeromq | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_qdldl_python = pybind11 numpy scipy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON)
deps_qepcad = readline saclib |
deps_qhull = | cmake
deps_r = |
deps_r_jupyter = notebook r |
deps_readline = ncurses |
deps_referencing = attrs pyrsistent | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_requests = | $(PYTHON_TOOLCHAIN) idna urllib3 certifi charset_normalizer $(PYTHON)
deps_rfc3339_validator = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_rfc3986_validator = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_rpy2 = r cffi tzlocal pytz jinja2 | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_rpy2)), pytest numpy ipython)
deps_rst2ipynb = pandoc | $(PYTHON_TOOLCHAIN) notedown $(PYTHON)
deps_rubiks = |
deps_rw = |
deps_saclib = |
deps_sage_conf = $(SAGE_ROOT)/pkgs/sage-conf/_sage_conf/_conf.py $(SAGE_ROOT)/pkgs/sage-conf/setup.cfg $(SAGE_ROOT)/pkgs/sage-conf/bin/sage-env-config | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sage_docbuild = sphinx $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/*.py $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/ext/*.py | $(PYTHON_TOOLCHAIN) sagelib $(PYTHON)
deps_sage_flatsurf = | $(PYTHON_TOOLCHAIN) surface_dynamics $(SAGERUNTIME) $(PYTHON) pip
deps_sage_numerical_backends_coin = cbc cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON)
deps_sage_numerical_backends_cplex = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON)
deps_sage_numerical_backends_gurobi = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON)
deps_sage_setup = cython pkgconfig jinja2 $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/*.py $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/autogen/interpreters/specs/*.py $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/command/*.py | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sage_sws2rst = beautifulsoup4 $(SAGE_ROOT)/pkgs/sage-sws2rst/*.py | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sage_sws2rst)), tox)
deps_sagelib = FORCE $(SCRIPTS) boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml importlib_metadata importlib_resources jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy $(PYTHON) requests rw sage_conf singular symmetrica typing_extensions $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup $(PYTHON) pythran
deps_sagemath_bliss = bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sage_conf sagemath_environment cython pkgconfig $(PYTHON)
deps_sagemath_categories = sagemath_objects | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_categories)), tox sagemath_repl)
deps_sagemath_coxeter3 = coxeter3 | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
deps_sagemath_doc_html = sagelib sphinx sphinx_copybutton sphinx_inline_tabs pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon jmol ipywidgets jupyter_sphinx sage_docbuild elliptic_curves furo fpylll graphs
deps_sagemath_doc_pdf = sagemath_doc_html texlive texlive_luatex free_fonts xindy |
deps_sagemath_environment = | $(PYTHON_TOOLCHAIN) python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_environment)), tox)
deps_sagemath_mcqd = mcqd memory_allocator cysignals | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig $(PYTHON)
deps_sagemath_meataxe = meataxe | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
deps_sagemath_objects = FORCE cysignals gmpy2 | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_objects)), tox)
deps_sagemath_repl = sagemath_objects sagemath_environment ipython ipywidgets | $(PYTHON_TOOLCHAIN) python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_repl)), tox)
deps_sagemath_sirocco = sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
deps_sagemath_tdlib = tdlib cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
deps_sagenb_export = notebook nbconvert ipython six | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sagetex = maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves jmol)
deps_sbcl = |
deps_scip = $(MP_LIBRARY) readline soplex papilo zlib bliss | cmake
deps_scip_sdp = scip dsdp | cmake
deps_scipy = $(BLAS) gfortran numpy pybind11 cython pythran | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_scipy)), pytest)
deps_scs = numpy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON)
deps_send2trash = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_setuptools = | pip $(PYTHON)
deps_setuptools_scm = packaging setuptools tomli typing_extensions | pip $(PYTHON)
deps_singular = $(MP_LIBRARY) ntl flint readline mpfr cddlib |
deps_singular_jupyter = jupyter_client | $(PYTHON_TOOLCHAIN) pysingular ipython ipywidgets $(PYTHON)
deps_sirocco = |
deps_six = | pip $(PYTHON)
deps_slabbe = | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip
deps_snappy = decorator ipython cypari | $(PYTHON_TOOLCHAIN) sagelib $(PYTHON) pip
deps_sniffio = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_snowballstemmer = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_soplex = $(MP_LIBRARY) mpfr boost_cropped zlib papilo | cmake
deps_soupsieve = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinx = | $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON)
deps_sphinx_basic_ng = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinx_copybutton = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinx_inline_tabs = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_applehelp = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_devhelp = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_htmlhelp = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_jsmath = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_qthelp = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_serializinghtml = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sphinxcontrib_websupport = sphinxcontrib_serializinghtml | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_sqlalchemy = | pip
deps_sqlite = readline |
deps_stack_data = executing asttokens pure_eval | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_suitesparse = $(BLAS) gfortran mpfr $(MP_LIBRARY) |
deps_surf = $(MP_LIBRARY) |
deps_surface_dynamics = cysignals pplpy $(SAGE_SRC)/sage/rings/integer.pxd $(SAGE_SRC)/sage/ext/stdsage.pxd | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip
deps_symengine = $(MP_LIBRARY) ecm flint mpc mpfr | cmake
deps_symengine_py = symengine | cmake cython $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_symengine_py)), pytest)
deps_symmetrica = | xz
deps_sympow = | pari
deps_sympy = mpmath | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_tachyon = libpng |
deps_tdlib = |
deps_terminado = ptyprocess tornado | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON)
deps_texlive = |
deps_texlive_luatex = texlive |
deps_texttable = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_texttable)), pytest)
deps_threejs = |
deps_tides = $(MP_LIBRARY) mpfr |
deps_tinycss2 = webencodings | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_tomli = | pip $(PYTHON)
deps_topcom = cddlib |
deps_tornado = certifi | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_tox = cachetools chardet colorama filelock packaging platformdirs pluggy pyproject_api tomli virtualenv | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_traitlets = | $(PYTHON_TOOLCHAIN) ipython_genutils hatchling $(PYTHON)
deps_trove_classifiers = calver | pip $(PYTHON)
deps_types_python_dateutil = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_typing_extensions = | pip $(PYTHON)
deps_tzdata = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_tzlocal = pytz_deprecation_shim | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_uri_template = | pip $(PYTHON)
deps_urllib3 = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_valgrind = |
deps_virtualenv = distlib filelock platformdirs | pip $(PYTHON)
deps_wcwidth = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_webcolors = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_webencodings = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_websocket_client = | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_wheel = | pip $(PYTHON)
deps_widgetsnbextension = jupyter_core | $(PYTHON_TOOLCHAIN) $(PYTHON)
deps_xindy = |
deps_xz = |
deps_zeromq = |
deps_zipp = | pip $(PYTHON)
deps_zlib = |'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
foodirectg='/usr/local/bin/directg'
foogenbg='/usr/local/bin/genbg'
foogeng='/usr/local/bin/geng'
foogenktreeg='/usr/local/bin/genktreeg'
foogenposetg='/usr/local/bin/genposetg'
foogentourng='/usr/local/bin/gentourng'
foogentreeg='/usr/local/bin/gentreeg'
found_ar='yes'
found_m4='yes'
found_ranlib='yes'
found_strip='yes'
host='x86_64-apple-darwin21.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin21.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Applications/sage-dev/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libjpeg_CFLAGS='-I/usr/local/Cellar/jpeg-turbo/3.0.3/include'
libjpeg_LIBS='-L/usr/local/Cellar/jpeg-turbo/3.0.3/lib -ljpeg'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
naudirectg=''
naugenbg=''
naugeng=''
naugenktreeg=''
naugenposetg=''
naugentourng=''
naugentreeg=''
ntl_includedir=''
ntl_libdir=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Applications/sage-dev/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
trees_4ti2 = SAGE_LOCAL
trees__bootstrap = SAGE_LOCAL
trees__develop = SAGE_LOCAL
trees__gcc10 = SAGE_LOCAL
trees__gcc11 = SAGE_LOCAL
trees__gcc12 = SAGE_LOCAL
trees__gcc8 = SAGE_LOCAL
trees__gcc9 = SAGE_LOCAL
trees__prereq = SAGE_LOCAL
trees__recommended = SAGE_LOCAL
trees__sagemath = SAGE_LOCAL
trees_admcycles = SAGE_VENV
trees_alabaster = SAGE_VENV
trees_anyio = SAGE_VENV
trees_appdirs = SAGE_VENV
trees_appnope = SAGE_VENV
trees_argon2_cffi = SAGE_VENV
trees_argon2_cffi_bindings = SAGE_VENV
trees_arrow = SAGE_VENV
trees_asttokens = SAGE_VENV
trees_async_lru = SAGE_VENV
trees_attrs = SAGE_VENV
trees_auditwheel_or_delocate = SAGE_VENV
trees_awali = SAGE_LOCAL
trees_babel = SAGE_VENV
trees_barvinok = SAGE_LOCAL
trees_beautifulsoup4 = SAGE_VENV
trees_beniget = SAGE_VENV
trees_benzene = SAGE_LOCAL
trees_biopython = SAGE_VENV
trees_bleach = SAGE_VENV
trees_bliss = SAGE_LOCAL
trees_boost_cropped = SAGE_LOCAL
trees_brial = SAGE_LOCAL
trees_buckygen = SAGE_LOCAL
trees_bzip2 = SAGE_LOCAL
trees_cachetools = SAGE_VENV
trees_calver = SAGE_VENV
trees_cbc = SAGE_LOCAL
trees_ccache = SAGE_LOCAL
trees_cddlib = SAGE_LOCAL
trees_certifi = SAGE_VENV
trees_cffi = SAGE_VENV
trees_chardet = SAGE_VENV
trees_charset_normalizer = SAGE_VENV
trees_clarabel = SAGE_VENV
trees_cliquer = SAGE_LOCAL
trees_cmake = SAGE_LOCAL
trees_cocoalib = SAGE_LOCAL
trees_colorama = SAGE_VENV
trees_combinatorial_designs = SAGE_LOCAL
trees_comm = SAGE_VENV
trees_configure = SAGE_LOCAL
trees_contourpy = SAGE_VENV
trees_conway_polynomials = SAGE_VENV
trees_coxeter3 = SAGE_LOCAL
trees_cppy = SAGE_VENV
trees_cryptominisat = SAGE_LOCAL
trees_csdp = SAGE_LOCAL
trees_cunningham_tables = SAGE_LOCAL
trees_curl = SAGE_LOCAL
trees_cvxopt = SAGE_VENV
trees_cvxpy = SAGE_VENV
trees_cycler = SAGE_VENV
trees_cylp = SAGE_VENV
trees_cypari = SAGE_VENV
trees_cysignals = SAGE_VENV
trees_cython = SAGE_VENV
trees_d3js = SAGE_LOCAL
trees_database_cremona_ellcurve = SAGE_LOCAL
trees_database_cubic_hecke = SAGE_VENV
trees_database_jones_numfield = SAGE_LOCAL
trees_database_knotinfo = SAGE_VENV
trees_database_kohel = SAGE_LOCAL
trees_database_mutation_class = SAGE_LOCAL
trees_database_odlyzko_zeta = SAGE_LOCAL
trees_database_stein_watkins = SAGE_LOCAL
trees_database_stein_watkins_mini = SAGE_LOCAL
trees_database_symbolic_data = SAGE_LOCAL
trees_dateutil = SAGE_VENV
trees_debugpy = SAGE_VENV
trees_decorator = SAGE_VENV
trees_deformation = SAGE_LOCAL
trees_defusedxml = SAGE_VENV
trees_distlib = SAGE_VENV
trees_docutils = SAGE_VENV
trees_dot2tex = SAGE_VENV
trees_dsdp = SAGE_LOCAL
trees_e_antic = SAGE_LOCAL
trees_ecl = SAGE_LOCAL
trees_eclib = SAGE_LOCAL
trees_ecm = SAGE_LOCAL
trees_ecos_python = SAGE_VENV
trees_editables = SAGE_VENV
trees_elliptic_curves = SAGE_LOCAL
trees_entrypoints = SAGE_VENV
trees_exceptiongroup = SAGE_VENV
trees_executing = SAGE_VENV
trees_fastjsonschema = SAGE_VENV
trees_fflas_ffpack = SAGE_LOCAL
trees_ffmpeg = SAGE_LOCAL
trees_filelock = SAGE_VENV
trees_flint = SAGE_LOCAL
trees_flit_core = SAGE_VENV
trees_fonttools = SAGE_VENV
trees_fplll = SAGE_LOCAL
trees_fpylll = SAGE_VENV
trees_fqdn = SAGE_VENV
trees_free_fonts = SAGE_LOCAL
trees_freetype = SAGE_LOCAL
trees_fricas = SAGE_LOCAL
trees_frobby = SAGE_LOCAL
trees_furo = SAGE_VENV
trees_gap = SAGE_LOCAL
trees_gap3 = SAGE_LOCAL
trees_gap_jupyter = SAGE_VENV
trees_gap_packages = SAGE_LOCAL
trees_gast = SAGE_VENV
trees_gc = SAGE_LOCAL
trees_gcc = SAGE_LOCAL
trees_gdb = SAGE_LOCAL
trees_gengetopt = SAGE_LOCAL
trees_gf2x = SAGE_LOCAL
trees_gfan = SAGE_LOCAL
trees_gfortran = SAGE_LOCAL
trees_giac = SAGE_LOCAL
trees_git = SAGE_LOCAL
trees_github_cli = SAGE_LOCAL
trees_gitpython = SAGE_VENV
trees_givaro = SAGE_LOCAL
trees_glpk = SAGE_LOCAL
trees_glucose = SAGE_LOCAL
trees_gmp = SAGE_LOCAL
trees_gmpy2 = SAGE_VENV
trees_gnulib = SAGE_LOCAL
trees_gnumake_tokenpool = SAGE_VENV
trees_gp2c = SAGE_LOCAL
trees_graphs = SAGE_LOCAL
trees_graphviz = SAGE_LOCAL
trees_gsl = SAGE_LOCAL
trees_h11 = SAGE_VENV
trees_hatch_fancy_pypi_readme = SAGE_VENV
trees_hatch_vcs = SAGE_VENV
trees_hatchling = SAGE_VENV
trees_httpcore = SAGE_VENV
trees_httpx = SAGE_VENV
trees_hypothesis = SAGE_VENV
trees_iconv = SAGE_LOCAL
trees_idna = SAGE_VENV
trees_igraph = SAGE_LOCAL
trees_imagemagick = SAGE_LOCAL
trees_imagesize = SAGE_VENV
trees_iml = SAGE_LOCAL
trees_importlib_metadata = SAGE_VENV
trees_importlib_resources = SAGE_VENV
trees_info = SAGE_LOCAL
trees_ipykernel = SAGE_VENV
trees_ipympl = SAGE_VENV
trees_ipython = SAGE_VENV
trees_ipython_genutils = SAGE_VENV
trees_ipywidgets = SAGE_VENV
trees_isl = SAGE_LOCAL
trees_isoduration = SAGE_VENV
trees_jedi = SAGE_VENV
trees_jinja2 = SAGE_VENV
trees_jmol = SAGE_LOCAL
trees_json5 = SAGE_VENV
trees_jsonpointer = SAGE_VENV
trees_jsonschema = SAGE_VENV
trees_jsonschema_specifications = SAGE_VENV
trees_jupymake = SAGE_VENV
trees_jupyter_client = SAGE_VENV
trees_jupyter_core = SAGE_VENV
trees_jupyter_events = SAGE_VENV
trees_jupyter_jsmol = SAGE_VENV
trees_jupyter_lsp = SAGE_VENV
trees_jupyter_server = SAGE_VENV
trees_jupyter_server_terminals = SAGE_VENV
trees_jupyter_sphinx = SAGE_VENV
trees_jupyterlab = SAGE_VENV
trees_jupyterlab_mathjax2 = SAGE_VENV
trees_jupyterlab_pygments = SAGE_VENV
trees_jupyterlab_server = SAGE_VENV
trees_jupyterlab_widgets = SAGE_VENV
trees_kenzo = SAGE_LOCAL
trees_kissat = SAGE_LOCAL
trees_kiwisolver = SAGE_VENV
trees_latte_int = SAGE_LOCAL
trees_lcalc = SAGE_LOCAL
trees_libatomic_ops = SAGE_LOCAL
trees_libbraiding = SAGE_LOCAL
trees_libffi = SAGE_LOCAL
trees_libgd = SAGE_LOCAL
trees_libgraphviz = SAGE_LOCAL
trees_libhomfly = SAGE_LOCAL
trees_libjpeg = SAGE_LOCAL
trees_liblzma = SAGE_LOCAL
trees_libnauty = SAGE_LOCAL
trees_libogg = SAGE_LOCAL
trees_libpng = SAGE_LOCAL
trees_libsemigroups = SAGE_LOCAL
trees_libtheora = SAGE_LOCAL
trees_libxml2 = SAGE_LOCAL
trees_lidia = SAGE_LOCAL
trees_lie = SAGE_LOCAL
trees_linbox = SAGE_LOCAL
trees_llvm = SAGE_LOCAL
trees_lrcalc = SAGE_LOCAL
trees_lrcalc_python = SAGE_VENV
trees_lrslib = SAGE_LOCAL
trees_m4ri = SAGE_LOCAL
trees_m4rie = SAGE_LOCAL
trees_markupsafe = SAGE_VENV
trees_mathics = SAGE_VENV
trees_mathics_scanner = SAGE_VENV
trees_mathjax = SAGE_LOCAL
trees_matplotlib = SAGE_VENV
trees_matplotlib_inline = SAGE_VENV
trees_matroid_database = SAGE_VENV
trees_maxima = SAGE_LOCAL
trees_mcqd = SAGE_LOCAL
trees_meataxe = SAGE_LOCAL
trees_memory_allocator = SAGE_VENV
trees_meson = SAGE_VENV
trees_meson_python = SAGE_VENV
trees_mistune = SAGE_VENV
trees_modular_decomposition = SAGE_LOCAL
trees_modular_resolution = SAGE_LOCAL
trees_mpc = SAGE_LOCAL
trees_mpfi = SAGE_LOCAL
trees_mpfr = SAGE_LOCAL
trees_mpfrcx = SAGE_LOCAL
trees_mpmath = SAGE_VENV
trees_msolve = SAGE_LOCAL
trees_nauty = SAGE_LOCAL
trees_nbclient = SAGE_VENV
trees_nbconvert = SAGE_VENV
trees_nbformat = SAGE_VENV
trees_ncurses = SAGE_LOCAL
trees_nest_asyncio = SAGE_VENV
trees_networkx = SAGE_VENV
trees_nibabel = SAGE_VENV
trees_ninja_build = SAGE_LOCAL
trees_normaliz = SAGE_LOCAL
trees_notebook = SAGE_VENV
trees_notebook_shim = SAGE_VENV
trees_notedown = SAGE_VENV
trees_ntl = SAGE_LOCAL
trees_numpy = SAGE_VENV
trees_onetbb = SAGE_LOCAL
trees_openblas = SAGE_LOCAL
trees_openssl = SAGE_LOCAL
trees_ore_algebra = SAGE_VENV
trees_osqp_python = SAGE_VENV
trees_overrides = SAGE_VENV
trees_p_group_cohomology = SAGE_VENV
trees_packaging = SAGE_VENV
trees_palettable = SAGE_VENV
trees_palp = SAGE_LOCAL
trees_pandoc = SAGE_LOCAL
trees_pandoc_attributes = SAGE_VENV
trees_pandocfilters = SAGE_VENV
trees_papilo = SAGE_LOCAL
trees_pari = SAGE_LOCAL
trees_pari_elldata = SAGE_LOCAL
trees_pari_galdata = SAGE_LOCAL
trees_pari_galpol = SAGE_LOCAL
trees_pari_jupyter = SAGE_VENV
trees_pari_nftables = SAGE_LOCAL
trees_pari_seadata = SAGE_LOCAL
trees_pari_seadata_small = SAGE_LOCAL
trees_parso = SAGE_VENV
trees_patch = SAGE_LOCAL
trees_patchelf = SAGE_LOCAL
trees_pathspec = SAGE_VENV
trees_pdf2svg = SAGE_LOCAL
trees_perl_cpan_polymake_prereq = SAGE_LOCAL
trees_perl_mongodb = SAGE_LOCAL
trees_perl_term_readline_gnu = SAGE_LOCAL
trees_pexpect = SAGE_VENV
trees_phitigra = SAGE_VENV
trees_pickleshare = SAGE_VENV
trees_pillow = SAGE_VENV
trees_pint = SAGE_VENV
trees_pip = SAGE_VENV
trees_pkgconf = SAGE_LOCAL
trees_pkgconfig = SAGE_VENV
trees_planarity = SAGE_LOCAL
trees_plantri = SAGE_LOCAL
trees_platformdirs = SAGE_VENV
trees_pluggy = SAGE_VENV
trees_ply = SAGE_VENV
trees_polylib = SAGE_LOCAL
trees_polymake = SAGE_LOCAL
trees_polytopes_db = SAGE_LOCAL
trees_polytopes_db_4d = SAGE_LOCAL
trees_ppl = SAGE_LOCAL
trees_pplpy = SAGE_VENV
trees_pplpy_doc = SAGE_DOCS
trees_primecount = SAGE_LOCAL
trees_primecountpy = SAGE_VENV
trees_primesieve = SAGE_LOCAL
trees_prometheus_client = SAGE_VENV
trees_prompt_toolkit = SAGE_VENV
trees_psutil = SAGE_VENV
trees_ptyprocess = SAGE_VENV
trees_pure_eval = SAGE_VENV
trees_py = SAGE_VENV
trees_pybind11 = SAGE_VENV
trees_pybtex = SAGE_VENV
trees_pycosat = SAGE_VENV
trees_pycparser = SAGE_VENV
trees_pycryptosat = SAGE_VENV
trees_pygments = SAGE_VENV
trees_pygraphviz = SAGE_VENV
trees_pynormaliz = SAGE_VENV
trees_pyparsing = SAGE_VENV
trees_pyppeteer = SAGE_VENV
trees_pyproject_api = SAGE_VENV
trees_pyproject_hooks = SAGE_VENV
trees_pyproject_metadata = SAGE_VENV
trees_pyrsistent = SAGE_VENV
trees_pyscipopt = SAGE_VENV
trees_pysingular = SAGE_VENV
trees_pytest = SAGE_VENV
trees_pytest_mock = SAGE_VENV
trees_pytest_xdist = SAGE_VENV
trees_python3 = SAGE_VENV
trees_python_build = SAGE_VENV
trees_python_flint = SAGE_VENV
trees_python_igraph = SAGE_VENV
trees_python_json_logger = SAGE_VENV
trees_pythran = SAGE_VENV
trees_pytz = SAGE_VENV
trees_pytz_deprecation_shim = SAGE_VENV
trees_pyx = SAGE_VENV
trees_pyyaml = SAGE_VENV
trees_pyzmq = SAGE_VENV
trees_qdldl_python = SAGE_VENV
trees_qepcad = SAGE_LOCAL
trees_qhull = SAGE_LOCAL
trees_r = SAGE_LOCAL
trees_r_jupyter = SAGE_LOCAL
trees_readline = SAGE_LOCAL
trees_referencing = SAGE_VENV
trees_requests = SAGE_VENV
trees_rfc3339_validator = SAGE_VENV
trees_rfc3986_validator = SAGE_VENV
trees_rpy2 = SAGE_VENV
trees_rst2ipynb = SAGE_VENV
trees_rubiks = SAGE_LOCAL
trees_rw = SAGE_LOCAL
trees_saclib = SAGE_LOCAL
trees_sage_conf = SAGE_VENV
trees_sage_docbuild = SAGE_VENV
trees_sage_flatsurf = SAGE_VENV
trees_sage_numerical_backends_coin = SAGE_VENV
trees_sage_numerical_backends_cplex = SAGE_VENV
trees_sage_numerical_backends_gurobi = SAGE_VENV
trees_sage_setup = SAGE_VENV
trees_sage_sws2rst = SAGE_VENV
trees_sagelib = SAGE_VENV
trees_sagemath_bliss = SAGE_VENV
trees_sagemath_categories = SAGE_VENV
trees_sagemath_coxeter3 = SAGE_VENV
trees_sagemath_doc_html = SAGE_DOCS
trees_sagemath_doc_pdf = SAGE_DOCS
trees_sagemath_environment = SAGE_VENV
trees_sagemath_mcqd = SAGE_VENV
trees_sagemath_meataxe = SAGE_VENV
trees_sagemath_objects = SAGE_VENV
trees_sagemath_repl = SAGE_VENV
trees_sagemath_sirocco = SAGE_VENV
trees_sagemath_tdlib = SAGE_VENV
trees_sagenb_export = SAGE_VENV
trees_sagetex = SAGE_VENV
trees_sbcl = SAGE_LOCAL
trees_scip = SAGE_LOCAL
trees_scip_sdp = SAGE_LOCAL
trees_scipy = SAGE_VENV
trees_scs = SAGE_VENV
trees_send2trash = SAGE_VENV
trees_setuptools = SAGE_VENV
trees_setuptools_scm = SAGE_VENV
trees_singular = SAGE_LOCAL
trees_singular_jupyter = SAGE_VENV
trees_sirocco = SAGE_LOCAL
trees_six = SAGE_VENV
trees_slabbe = SAGE_VENV
trees_snappy = SAGE_VENV
trees_sniffio = SAGE_VENV
trees_snowballstemmer = SAGE_VENV
trees_soplex = SAGE_LOCAL
trees_soupsieve = SAGE_VENV
trees_sphinx = SAGE_VENV
trees_sphinx_basic_ng = SAGE_VENV
trees_sphinx_copybutton = SAGE_VENV
trees_sphinx_inline_tabs = SAGE_VENV
trees_sphinxcontrib_applehelp = SAGE_VENV
trees_sphinxcontrib_devhelp = SAGE_VENV
trees_sphinxcontrib_htmlhelp = SAGE_VENV
trees_sphinxcontrib_jsmath = SAGE_VENV
trees_sphinxcontrib_qthelp = SAGE_VENV
trees_sphinxcontrib_serializinghtml = SAGE_VENV
trees_sphinxcontrib_websupport = SAGE_VENV
trees_sqlalchemy = SAGE_VENV
trees_sqlite = SAGE_LOCAL
trees_stack_data = SAGE_VENV
trees_suitesparse = SAGE_LOCAL
trees_surf = SAGE_LOCAL
trees_surface_dynamics = SAGE_VENV
trees_symengine = SAGE_LOCAL
trees_symengine_py = SAGE_VENV
trees_symmetrica = SAGE_LOCAL
trees_sympow = SAGE_LOCAL
trees_sympy = SAGE_VENV
trees_tachyon = SAGE_LOCAL
trees_tdlib = SAGE_LOCAL
trees_terminado = SAGE_VENV
trees_texlive = SAGE_LOCAL
trees_texlive_luatex = SAGE_LOCAL
trees_texttable = SAGE_VENV
trees_threejs = SAGE_LOCAL
trees_tides = SAGE_LOCAL
trees_tinycss2 = SAGE_VENV
trees_tomli = SAGE_VENV
trees_topcom = SAGE_LOCAL
trees_tornado = SAGE_VENV
trees_tox = SAGE_VENV
trees_traitlets = SAGE_VENV
trees_trove_classifiers = SAGE_VENV
trees_types_python_dateutil = SAGE_VENV
trees_typing_extensions = SAGE_VENV
trees_tzdata = SAGE_VENV
trees_tzlocal = SAGE_VENV
trees_uri_template = SAGE_VENV
trees_urllib3 = SAGE_VENV
trees_valgrind = SAGE_LOCAL
trees_virtualenv = SAGE_VENV
trees_wcwidth = SAGE_VENV
trees_webcolors = SAGE_VENV
trees_webencodings = SAGE_VENV
trees_websocket_client = SAGE_VENV
trees_wheel = SAGE_VENV
trees_widgetsnbextension = SAGE_VENV
trees_xindy = SAGE_LOCAL
trees_xz = SAGE_LOCAL
trees_zeromq = SAGE_LOCAL
trees_zipp = SAGE_VENV
trees_zlib = SAGE_LOCAL'
vers_4ti2 = 1.6.10
vers__bootstrap = none
vers__develop = none
vers__gcc10 = none
vers__gcc11 = none
vers__gcc12 = none
vers__gcc8 = none
vers__gcc9 = none
vers__prereq = none
vers__recommended = none
vers__sagemath = none
vers_admcycles = none
vers_alabaster = 0.7.16
vers_anyio = 4.0.0
vers_appdirs = 1.4.4
vers_appnope = 0.1.3
vers_argon2_cffi = 21.3.0
vers_argon2_cffi_bindings = 21.2.0
vers_arrow = 1.3.0
vers_asttokens = 2.4.1
vers_async_lru = 2.0.4
vers_attrs = 23.1.0
vers_auditwheel_or_delocate = none
vers_awali = 1.0.2-190218
vers_babel = 2.14.0
vers_barvinok = 0.41.7
vers_beautifulsoup4 = 4.12.2
vers_beniget = 0.4.1
vers_benzene = 20130630
vers_biopython = none
vers_bleach = 6.1.0
vers_bliss = 0.77
vers_boost_cropped = 1.66.0.p0
vers_brial = 1.2.8
vers_buckygen = 1.1
vers_bzip2 = 1.0.6-20150304.p0
vers_cachetools = 5.3.1
vers_calver = 2022.6.26
vers_cbc = 2.9.4.p0
vers_ccache = 3.3.4
vers_cddlib = 0.94m
vers_certifi = 2023.11.17
vers_cffi = 1.15.1
vers_chardet = 5.2.0
vers_charset_normalizer = 3.3.2
vers_clarabel = none
vers_cliquer = 1.22
vers_cmake = 3.27.8
vers_cocoalib = 0.99564
vers_colorama = 0.4.6
vers_combinatorial_designs = 20140630.p0
vers_comm = 0.1.4
vers_configure = f5e78840b108412e1e26382910af993f874c6933
vers_contourpy = 1.1.1
vers_conway_polynomials = 0.8
vers_coxeter3 = 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0
vers_cppy = 1.2.1
vers_cryptominisat = 5.8.0
vers_csdp = 6.2.p1
vers_cunningham_tables = 1.0
vers_curl = 7.84.0
vers_cvxopt = 1.3.2
vers_cvxpy = 1.4.1
vers_cycler = 0.11.0
vers_cylp = 0.92.2
vers_cypari = 2.1.5
vers_cysignals = 1.11.4
vers_cython = 3.0.10
vers_d3js = 3.4.8
vers_database_cremona_ellcurve = 20190911
vers_database_cubic_hecke = 2022.3.1
vers_database_jones_numfield = 4
vers_database_knotinfo = 2024.2.1
vers_database_kohel = 20160724
vers_database_mutation_class = 1.0
vers_database_odlyzko_zeta = 20061209
vers_database_stein_watkins = 20110713
vers_database_stein_watkins_mini = 20070827
vers_database_symbolic_data = 20070206
vers_dateutil = 2.8.2
vers_debugpy = 1.8.0
vers_decorator = 5.1.1
vers_deformation = 20210503
vers_defusedxml = 0.7.1
vers_distlib = 0.3.8
vers_docutils = 0.20.1
vers_dot2tex = 2.11.3.p0
vers_dsdp = 5.8
vers_e_antic = 2.0.0
vers_ecl = 23.9.9
vers_eclib = 20231212
vers_ecm = 7.0.5
vers_ecos_python = 2.0.12
vers_editables = 0.5
vers_elliptic_curves = 0.8.1
vers_entrypoints = 0.4
vers_exceptiongroup = 1.2.0
vers_executing = 1.2.0
vers_fastjsonschema = 2.18.0
vers_fflas_ffpack = 2.5.0
vers_ffmpeg = none
vers_filelock = 3.13.1
vers_flint = 3.0.1
vers_flit_core = 3.9.0
vers_fonttools = 4.42.1
vers_fplll = 5.4.5
vers_fpylll = 0.6.0
vers_fqdn = 1.5.1
vers_free_fonts = none
vers_freetype = 2.10.4
vers_fricas = 1.3.10
vers_frobby = 0.9.0.p2
vers_furo = 2023.9.10
vers_gap = 4.12.2
vers_gap3 = 04jul17
vers_gap_jupyter = 0.9
vers_gap_packages = 4.12.2
vers_gast = 0.5.4
vers_gc = 8.2.6
vers_gcc = 12.2.0
vers_gdb = 8.2
vers_gengetopt = 2.23
vers_gf2x = 1.3.0
vers_gfan = 0.6.2.p1
vers_gfortran = 12.2.0
vers_giac = 1.9.0.15p0
vers_git = none
vers_github_cli = none
vers_gitpython = none
vers_givaro = 4.2.0
vers_glpk = 5.0.p0
vers_glucose = 4.1
vers_gmp = 6.3.0
vers_gmpy2 = 2.2.0a1
vers_gnulib = f9b39c4e337f1dc0dd07c4f3985c476fb875d799
vers_gnumake_tokenpool = 0.0.7
vers_gp2c = 0.0.10.p0
vers_graphs = 20210214.p0
vers_graphviz = none
vers_gsl = 2.7.1
vers_h11 = 0.14.0
vers_hatch_fancy_pypi_readme = 24.1.0
vers_hatch_vcs = 0.4.0
vers_hatchling = 1.22.5
vers_httpcore = 1.0.4
vers_httpx = 0.27.0
vers_hypothesis = none
vers_iconv = none
vers_idna = 3.6
vers_igraph = 0.10.8
vers_imagemagick = none
vers_imagesize = 1.4.1
vers_iml = 1.0.4p2.p2
vers_importlib_metadata = 7.0.1
vers_importlib_resources = 6.1.1
vers_info = 7.0.3
vers_ipykernel = 6.27.1
vers_ipympl = 0.9.3
vers_ipython = 8.18.1
vers_ipython_genutils = 0.2.0
vers_ipywidgets = 8.1.1
vers_isl = 0.20
vers_isoduration = 20.11.0
vers_jedi = 0.19.1
vers_jinja2 = 3.1.3
vers_jmol = 14.29.52
vers_json5 = 0.9.14
vers_jsonpointer = 2.4
vers_jsonschema = 4.17.3
vers_jsonschema_specifications = 2023.3.3
vers_jupymake = 0.9
vers_jupyter_client = 8.3.1
vers_jupyter_core = 5.3.2
vers_jupyter_events = 0.6.3
vers_jupyter_jsmol = 2022.1.0
vers_jupyter_lsp = 2.2.0
vers_jupyter_server = 2.7.3
vers_jupyter_server_terminals = 0.4.4
vers_jupyter_sphinx = 0.5.3.p0
vers_jupyterlab = 4.1.3
vers_jupyterlab_mathjax2 = 4.0.0
vers_jupyterlab_pygments = 0.2.2
vers_jupyterlab_server = 2.24.0
vers_jupyterlab_widgets = 3.0.9
vers_kenzo = 1.1.10
vers_kissat = 3.1.0
vers_kiwisolver = 1.4.5
vers_latte_int = 1.7.6
vers_lcalc = 2.0.5
vers_libatomic_ops = 7.8.0
vers_libbraiding = 1.2
vers_libffi = 3.2.1
vers_libgd = 2.3.3
vers_libgraphviz = none
vers_libhomfly = 1.02r6
vers_libjpeg = none
vers_liblzma = 5.2.5
vers_libnauty = none
vers_libogg = 1.3.1.p0
vers_libpng = 1.6.29.p1
vers_libsemigroups = 2.3.2
vers_libtheora = 1.1.1
vers_libxml2 = none
vers_lidia = 2.3.0+latte-patches-2019-05-02
vers_lie = 2.2.2
vers_linbox = 1.7.0
vers_llvm = none
vers_lrcalc = 2.1
vers_lrcalc_python = 2.1
vers_lrslib = 071b+autotools-2021-07-13
vers_m4ri = 20200115
vers_m4rie = 20200115
vers_markupsafe = 2.1.4
vers_mathics = 4.0.0
vers_mathics_scanner = 1.2.4
vers_mathjax = 3.2.0
vers_matplotlib = 3.8.0
vers_matplotlib_inline = 0.1.6
vers_matroid_database = 0.2
vers_maxima = 5.46.0
vers_mcqd = 1.0.p0
vers_meataxe = 1.0.1
vers_memory_allocator = 0.1.4
vers_meson = 1.3.1
vers_meson_python = 0.15.0
vers_mistune = 2.0.4
vers_modular_decomposition = 20100607
vers_modular_resolution = 1.1
vers_mpc = 1.3.1
vers_mpfi = 1.5.2
vers_mpfr = 4.2.1
vers_mpfrcx = 0.6.3
vers_mpmath = 1.3.0
vers_msolve = 0.6.5
vers_nauty = 2.8.8.p0
vers_nbclient = 0.8.0
vers_nbconvert = 7.9.2
vers_nbformat = 5.9.2
vers_ncurses = 6.3
vers_nest_asyncio = 1.5.8
vers_networkx = 3.2.1
vers_nibabel = none
vers_ninja_build = 1.11.1
vers_normaliz = 3.10.1.p0
vers_notebook = 7.1.1
vers_notebook_shim = 0.2.3
vers_notedown = 1.5.1
vers_ntl = 11.5.1
vers_numpy = 1.26.3
vers_onetbb = 2021.11.0
vers_openblas = 0.3.26
vers_openssl = 3.0.12
vers_ore_algebra = none
vers_osqp_python = 0.6.3
vers_overrides = 7.4.0
vers_p_group_cohomology = 3.3.3.p1
vers_packaging = 24.0
vers_palettable = 3.3.0
vers_palp = 2.11
vers_pandoc = none
vers_pandoc_attributes = 8bc82f6d
vers_pandocfilters = 1.5.0
vers_papilo = 2.2.0
vers_pari = 2.15.4
vers_pari_elldata = 20161017
vers_pari_galdata = 20080411.p0
vers_pari_galpol = 20180625
vers_pari_jupyter = 1.4.3
vers_pari_nftables = 20080929
vers_pari_seadata = 20090618
vers_pari_seadata_small = 20090618.p0
vers_parso = 0.8.3
vers_patch = 2.7.5
vers_patchelf = 0.13.1
vers_pathspec = 0.12.1
vers_pdf2svg = none
vers_perl_cpan_polymake_prereq = none
vers_perl_mongodb = none
vers_perl_term_readline_gnu = 1.35
vers_pexpect = 4.9.0
vers_phitigra = none
vers_pickleshare = 0.7.5
vers_pillow = 10.1.0
vers_pint = 0.20.1
vers_pip = 24.0
vers_pkgconf = 1.8.0
vers_pkgconfig = 1.5.5
vers_planarity = 3.0.1.0
vers_plantri = 5.3
vers_platformdirs = 4.2.0
vers_pluggy = 1.3.0
vers_ply = 3.11
vers_polylib = 5.22.5
vers_polymake = 4.11
vers_polytopes_db = 20170220.p0
vers_polytopes_db_4d = 1.0
vers_ppl = 1.2.p1
vers_pplpy = 0.8.9
vers_pplpy_doc = 0.8.9
vers_primecount = 7.6
vers_primecountpy = 0.1.0
vers_primesieve = 11.0
vers_prometheus_client = 0.14.1
vers_prompt_toolkit = 3.0.43
vers_psutil = 5.9.6
vers_ptyprocess = 0.7.0
vers_pure_eval = 0.2.2
vers_py = 1.11.0
vers_pybind11 = 2.11.1
vers_pybtex = none
vers_pycosat = 0.6.3
vers_pycparser = 2.21
vers_pycryptosat = 5.8.0
vers_pygments = 2.17.2
vers_pygraphviz = none
vers_pynormaliz = 2.18.p0
vers_pyparsing = 3.1.1
vers_pyppeteer = none
vers_pyproject_api = 1.6.1
vers_pyproject_hooks = 1.0.0
vers_pyproject_metadata = 0.7.1
vers_pyrsistent = 0.19.3
vers_pyscipopt = 5.0.0
vers_pysingular = 0.9.7
vers_pytest = none
vers_pytest_mock = none
vers_pytest_xdist = none
vers_python3 = 3.11.8
vers_python_build = 1.2.1
vers_python_flint = 0.6.0
vers_python_igraph = 0.11.3
vers_python_json_logger = 2.0.7
vers_pythran = 0.15.0
vers_pytz = 2023.3.post1
vers_pytz_deprecation_shim = 0.1.0.post0
vers_pyx = none
vers_pyyaml = 6.0.1
vers_pyzmq = 25.1.1
vers_qdldl_python = 0.1.5.post3
vers_qepcad = 1.74
vers_qhull = 2020-src-8.0.2
vers_r = none
vers_r_jupyter = none
vers_readline = 8.1.2
vers_referencing = 0.23.0
vers_requests = 2.31.0
vers_rfc3339_validator = 0.1.4
vers_rfc3986_validator = 0.1.1
vers_rpy2 = 3.4.5
vers_rst2ipynb = 0.2.3
vers_rubiks = 20070912.p21
vers_rw = 0.9
vers_saclib = 2.2.8
vers_sage_conf = 10.4.beta6
vers_sage_docbuild = 10.4.beta6
vers_sage_flatsurf = none
vers_sage_numerical_backends_coin = 9.0b12
vers_sage_numerical_backends_cplex = 9.0b12
vers_sage_numerical_backends_gurobi = 9.3.1
vers_sage_setup = 10.4.beta6
vers_sage_sws2rst = 10.4.beta6
vers_sagelib = 10.4.beta6
vers_sagemath_bliss = 10.4.beta6
vers_sagemath_categories = 10.4.beta6
vers_sagemath_coxeter3 = 10.4.beta6
vers_sagemath_doc_html = none
vers_sagemath_doc_pdf = none
vers_sagemath_environment = 10.4.beta6
vers_sagemath_mcqd = 10.4.beta6
vers_sagemath_meataxe = 10.4.beta6
vers_sagemath_objects = 10.4.beta6
vers_sagemath_repl = 10.4.beta6
vers_sagemath_sirocco = 10.4.beta6
vers_sagemath_tdlib = 10.4.beta6
vers_sagenb_export = 3.3
vers_sagetex = 3.6.1
vers_sbcl = none
vers_scip = 9.0.0.p0
vers_scip_sdp = 4.3.0
vers_scipy = 1.12.0
vers_scs = 3.2.3
vers_send2trash = 1.8.2
vers_setuptools = 69.5.1
vers_setuptools_scm = 8.0.4
vers_singular = 4.4.0
vers_singular_jupyter = 0.9.7
vers_sirocco = 2.1.0
vers_six = 1.16.0
vers_slabbe = none
vers_snappy = none
vers_sniffio = 1.3.0
vers_snowballstemmer = 2.2.0
vers_soplex = 7.0.0
vers_soupsieve = 2.5
vers_sphinx = 7.2.6
vers_sphinx_basic_ng = 1.0.0b2
vers_sphinx_copybutton = 0.5.2
vers_sphinx_inline_tabs = 2023.4.21
vers_sphinxcontrib_applehelp = 1.0.8
vers_sphinxcontrib_devhelp = 1.0.6
vers_sphinxcontrib_htmlhelp = 2.0.5
vers_sphinxcontrib_jsmath = 1.0.1
vers_sphinxcontrib_qthelp = 1.0.7
vers_sphinxcontrib_serializinghtml = 1.1.10
vers_sphinxcontrib_websupport = 1.2.7
vers_sqlalchemy = none
vers_sqlite = 3.36.0
vers_stack_data = 0.6.3
vers_suitesparse = 5.10.1
vers_surf = 1.0.6-gcc6
vers_surface_dynamics = none
vers_symengine = 0.11.2
vers_symengine_py = 0.11.0
vers_symmetrica = 3.0.1
vers_sympow = 2.023.6
vers_sympy = 1.12
vers_tachyon = 0.98.9.p7
vers_tdlib = 0.3.1.p0
vers_terminado = 0.17.1
vers_texlive = none
vers_texlive_luatex = none
vers_texttable = 1.7.0
vers_threejs = r122.p0
vers_tides = 2.0.p0
vers_tinycss2 = 1.2.1
vers_tomli = 2.0.1
vers_topcom = 1.1.2
vers_tornado = 6.4
vers_tox = 4.11.1
vers_traitlets = 5.14.0
vers_trove_classifiers = 2024.4.10
vers_types_python_dateutil = 2.8.19.14
vers_typing_extensions = 4.8.0
vers_tzdata = 2023.3
vers_tzlocal = 5.0.1
vers_uri_template = 1.3.0
vers_urllib3 = 2.1.0
vers_valgrind = 3.14.0
vers_virtualenv = 20.25.0
vers_wcwidth = 0.2.12
vers_webcolors = 1.13
vers_webencodings = 0.5.1
vers_websocket_client = 1.6.4
vers_wheel = 0.43.0
vers_widgetsnbextension = 4.0.9
vers_xindy = none
vers_xz = 5.2.5
vers_zeromq = 4.3.5
vers_zipp = 3.17.0
vers_zlib = 1.2.11.p0'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Sage"
#define PACKAGE_TARNAME "sage"
#define PACKAGE_VERSION "10.4.beta6"
#define PACKAGE_STRING "Sage 10.4.beta6"
#define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "sage"
#define VERSION "10.4.beta6"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_LIBM 1
#define HAVE_CXX11 1
#define HAVE_GMP_H 1
#define ABSOLUTE_GMP_H "///usr/local/include/gmp.h"
#define HAVE_BOOST /**/
#define HAVE_LIBCURL 1
#define LIBCURL_FEATURE_ASYNCHDNS 1
#define LIBCURL_FEATURE_GSS_API 1
#define LIBCURL_FEATURE_HTTPS_PROXY 1
#define LIBCURL_FEATURE_IPV6 1
#define LIBCURL_FEATURE_KERBEROS 1
#define LIBCURL_FEATURE_LARGEFILE 1
#define LIBCURL_FEATURE_MULTISSL 1
#define LIBCURL_FEATURE_NTLM 1
#define LIBCURL_FEATURE_NTLM_WB 1
#define LIBCURL_FEATURE_SPNEGO 1
#define LIBCURL_FEATURE_SSL 1
#define LIBCURL_FEATURE_UNIXSOCKETS 1
#define LIBCURL_FEATURE_ALT_SVC 1
#define LIBCURL_FEATURE_LIBZ 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_FTPS 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_GOPHERS 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_HTTPS 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_IMAPS 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_MQTT 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_POP3S 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SMB 1
#define LIBCURL_PROTOCOL_SMBS 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_SMTPS 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1
#define HAVE_NTL_ZZ_H 1
#define ABSOLUTE_NTL_ZZ_H "///usr/local/include/NTL/ZZ.h"
#define HAVE_NCURSES_H 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_ZMQ /**/
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Sage config.status 10.4.beta6, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on omega.local
config.status:4044: creating build/make/Makefile-auto
config.status:4044: creating build/make/Makefile
config.status:4044: creating src/bin/sage-env-config
config.status:4044: creating src/bin/sage-src-env-config
config.status:4044: creating build/bin/sage-build-env-config
config.status:4044: creating pkgs/sage-conf/_sage_conf/_conf.py
config.status:4216: executing depfiles commands
config.status:4216: executing mkdirs commands
config.status:4348: creating directory /Applications/sage-dev/logs/pkgs
config.status:4348: creating directory local
config.status:4348: creating directory local/bin
config.status:4348: creating directory local/etc
config.status:4348: creating directory local/include
config.status:4348: creating directory local/lib
config.status:4348: creating directory local/lib/pkgconfig
config.status:4348: creating directory local/share
config.status:4348: creating directory local/var/lib/sage/installed
config.status:4216: executing links commands
config.status:4370: creating convenience symlink prefix -> local
config.status:4386: creating convenience symlink venv -> local/var/lib/sage/venv-python3.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment