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 9.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = quser22 uname -m = x86_64 uname -r = 3.10.0-862.el7.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 21 18:14:51 EDT 2018 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /hpc/slurm/northwestern/usertools PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /usr/lpp/mmfs/bin PATH: /opt/ibutils/bin PATH: /home/cer9938/.local/bin PATH: /home/cer9938/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:4227: checking for a BSD-compatible install configure:4295: result: /usr/bin/install -c configure:4306: checking whether build environment is sane configure:4361: result: yes configure:4512: checking for a thread-safe mkdir -p configure:4551: result: /usr/bin/mkdir -p configure:4558: checking for gawk configure:4574: found /usr/bin/gawk configure:4585: result: gawk configure:4596: checking whether make sets $(MAKE) configure:4618: result: yes configure:4647: checking whether make supports nested variables configure:4664: result: yes configure:4793: checking whether to enable maintainer-specific portions of Makefiles configure:4802: result: yes configure:4863: checking for root user configure:4872: result: no configure:4909: checking build system type configure:4923: result: x86_64-pc-linux-gnu configure:4943: checking host system type configure:4956: result: x86_64-pc-linux-gnu configure:5059: checking for a sed that does not truncate output configure:5123: result: /usr/bin/sed configure:5131: checking for ar configure:5147: found /usr/bin/ar configure:5159: result: yes configure:5180: checking for m4 configure:5196: found /usr/bin/m4 configure:5208: result: yes configure:5283: checking for pkg-config configure:5301: found /usr/bin/pkg-config configure:5313: result: /usr/bin/pkg-config configure:5338: checking pkg-config is at least version 0.29 configure:5344: result: no configure:5352: checking for ranlib configure:5368: found /usr/bin/ranlib configure:5380: result: yes configure:5401: checking for strip configure:5417: found /usr/bin/strip configure:5429: result: yes configure:5449: checking for GNU or BSD tar configure:5497: result: /usr/bin/tar configure:5508: checking for GNU make configure:5550: result: /usr/bin/make configure:5560: checking for Python configure:5563: result: /usr/bin/python configure:5574: checking for latex configure:5590: found /usr/bin/latex configure:5602: result: yes configure:5626: checking for perl configure:5644: found /usr/bin/perl configure:5656: result: /usr/bin/perl configure:5664: checking for Perl version 5.8.0 or later configure:5675: result: yes configure:5705: checking whether a conda environment is active configure:5712: result: no configure:5809: checking for gcc configure:5825: found /usr/bin/gcc configure:5836: result: gcc configure:6065: checking for C compiler version configure:6074: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:6085: $? = 0 configure:6074: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:6085: $? = 0 configure:6074: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:6085: $? = 4 configure:6074: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:6085: $? = 4 configure:6105: checking whether the C compiler works configure:6127: gcc conftest.c >&5 configure:6131: $? = 0 configure:6179: result: yes configure:6182: checking for C compiler default output file name configure:6184: result: a.out configure:6190: checking for suffix of executables configure:6197: gcc -o conftest conftest.c >&5 configure:6201: $? = 0 configure:6223: result: configure:6245: checking whether we are cross compiling configure:6253: gcc -o conftest conftest.c >&5 configure:6257: $? = 0 configure:6264: ./conftest configure:6268: $? = 0 configure:6283: result: no configure:6288: checking for suffix of object files configure:6310: gcc -c conftest.c >&5 configure:6314: $? = 0 configure:6335: result: o configure:6339: checking whether we are using the GNU C compiler configure:6358: gcc -c conftest.c >&5 configure:6358: $? = 0 configure:6367: result: yes configure:6376: checking whether gcc accepts -g configure:6396: gcc -c -g conftest.c >&5 configure:6396: $? = 0 configure:6437: result: yes configure:6454: checking for gcc option to accept ISO C89 configure:6517: gcc -c conftest.c >&5 configure:6517: $? = 0 configure:6530: result: none needed configure:6555: checking whether gcc understands -c and -o together configure:6577: gcc -c conftest.c -o conftest2.o configure:6580: $? = 0 configure:6577: gcc -c conftest.c -o conftest2.o configure:6580: $? = 0 configure:6592: result: yes configure:6612: checking whether make supports the include directive configure:6627: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:6630: $? = 0 configure:6649: result: yes (GNU style) configure:6674: checking dependency style of gcc configure:6785: result: none configure:6805: checking how to run the C preprocessor configure:6836: gcc -E conftest.c configure:6836: $? = 0 configure:6850: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | #include configure:6875: result: gcc -E configure:6895: gcc -E conftest.c configure:6895: $? = 0 configure:6909: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6909: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | #include configure:6995: checking for g++ configure:7011: found /usr/bin/g++ configure:7022: result: g++ configure:7049: checking for C++ compiler version configure:7058: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:7069: $? = 0 configure:7058: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:7069: $? = 0 configure:7058: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:7069: $? = 4 configure:7058: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:7069: $? = 4 configure:7073: checking whether we are using the GNU C++ compiler configure:7092: g++ -c conftest.cpp >&5 configure:7092: $? = 0 configure:7101: result: yes configure:7110: checking whether g++ accepts -g configure:7130: g++ -c -g conftest.cpp >&5 configure:7130: $? = 0 configure:7171: result: yes configure:7196: checking dependency style of g++ configure:7307: result: none configure:7375: checking for gfortran configure:7391: found /usr/bin/gfortran configure:7402: result: gfortran configure:7428: checking for Fortran compiler version configure:7437: gfortran --version >&5 GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:7448: $? = 0 configure:7437: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:7448: $? = 0 configure:7437: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:7448: $? = 4 configure:7437: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion' gfortran: fatal error: no input files compilation terminated. configure:7448: $? = 4 configure:7457: checking whether we are using the GNU Fortran compiler configure:7470: gfortran -c conftest.F >&5 configure:7470: $? = 0 configure:7479: result: yes configure:7485: checking whether gfortran accepts -g configure:7496: gfortran -c -g conftest.f >&5 configure:7496: $? = 0 configure:7504: result: yes configure:7594: checking for gcc configure:7610: found /usr/bin/gcc configure:7621: result: gcc configure:7646: checking for Objective C compiler version configure:7655: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:7666: $? = 0 configure:7655: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:7666: $? = 0 configure:7655: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:7666: $? = 4 configure:7655: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:7666: $? = 4 configure:7670: checking whether we are using the GNU Objective C compiler configure:7689: gcc -c conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:7698: result: no configure:7707: checking whether gcc accepts -g configure:7727: gcc -c -g conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7727: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7742: gcc -c conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7758: gcc -c -g conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7758: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7768: result: no configure:7793: checking dependency style of gcc configure:7902: result: none configure:7971: checking for g++ configure:7987: found /usr/bin/g++ configure:7998: result: g++ configure:8023: checking for Objective C++ compiler version configure:8032: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:8043: $? = 0 configure:8032: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:8043: $? = 0 configure:8032: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:8043: $? = 4 configure:8032: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:8043: $? = 4 configure:8047: checking whether we are using the GNU Objective C++ compiler configure:8066: g++ -c conftest.mm >&5 g++: error trying to exec 'cc1objplus': execvp: No such file or directory configure:8066: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:8075: result: no configure:8084: checking whether g++ accepts -g configure:8104: g++ -c -g conftest.mm >&5 g++: error trying to exec 'cc1objplus': execvp: No such file or directory configure:8104: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:8119: g++ -c conftest.mm >&5 g++: error trying to exec 'cc1objplus': execvp: No such file or directory configure:8119: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:8135: g++ -c -g conftest.mm >&5 g++: error trying to exec 'cc1objplus': execvp: No such file or directory configure:8135: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:8145: result: no configure:8170: checking dependency style of g++ configure:8279: result: none configure:8320: checking how to run the C++ preprocessor configure:8347: g++ -E conftest.cpp configure:8347: $? = 0 configure:8361: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | #include configure:8386: result: g++ -E configure:8406: g++ -E conftest.cpp configure:8406: $? = 0 configure:8420: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8420: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | /* end confdefs.h. */ | #include configure:8449: checking for grep that handles long lines and -e configure:8507: result: /usr/bin/grep configure:8512: checking for egrep configure:8574: result: /usr/bin/grep -E configure:8579: checking for ANSI C header files configure:8599: g++ -c conftest.cpp >&5 configure:8599: $? = 0 configure:8672: g++ -o conftest conftest.cpp >&5 configure:8672: $? = 0 configure:8672: ./conftest configure:8672: $? = 0 configure:8683: result: yes configure:8696: checking for sys/types.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for sys/stat.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for stdlib.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for string.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for memory.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for strings.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for inttypes.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for stdint.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for unistd.h configure:8696: g++ -c conftest.cpp >&5 configure:8696: $? = 0 configure:8696: result: yes configure:8708: checking complex.h usability configure:8708: g++ -c conftest.cpp >&5 configure:8708: $? = 0 configure:8708: result: yes configure:8708: checking complex.h presence configure:8708: g++ -E conftest.cpp configure:8708: $? = 0 configure:8708: result: yes configure:8708: checking for complex.h configure:8708: result: yes configure:8731: checking for sqrt in -lm configure:8756: g++ -o conftest conftest.cpp -lm >&5 configure:8756: $? = 0 configure:8765: result: yes ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gcc... ## ## ---------------------------------------------------- ## configure:9068: checking for C compiler vendor configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(_CRAYC)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in configure:9115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__FUJITSU)) | thisisanerror; | #endif | | ; | return 0; | } configure:9115: gcc -c conftest.c >&5 configure:9115: $? = 0 configure:9123: result: gnu configure:9153: checking whether g++ supports C++11 features with -std=gnu++11 configure:9449: g++ -std=gnu++11 -c conftest.cpp >&5 configure:9449: $? = 0 configure:9458: result: yes configure:9909: checking if gcc accepts -dumpversion option configure:9934: cat conftest.c 1>&5 int main() { return 0; } configure:9937: $? = 0 configure:9941: gcc -dumpversion -c conftest.c 1>&5 4.8.5 configure:9944: $? = 0 configure:9947: result: yes configure:9974: checking gcc version configure:9988: result: 4.8.5 configure:10002: checking if g++ accepts -dumpversion option configure:10027: cat conftest.c 1>&5 int main() { return 0; } configure:10030: $? = 0 configure:10034: gcc -dumpversion -c conftest.c 1>&5 4.8.5 configure:10037: $? = 0 configure:10040: result: yes configure:10067: checking g++ version configure:10081: result: 4.8.5 configure:10250: checking for OpenMP flag of C compiler configure:10295: gcc -o conftest -fopenmp conftest.c -lm >&5 configure:10295: $? = 0 configure:10304: result: -fopenmp configure:10332: checking for OpenMP flag of C++ compiler configure:10377: g++ -std=gnu++11 -o conftest -fopenmp conftest.cpp -lm >&5 configure:10377: $? = 0 configure:10386: result: -fopenmp configure:10411: will use system package and not install SPKG gcc configure:10438: checking for the location of crti.o configure:10448: result: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG tox... ## ## ---------------------------------------------------- ## configure:10523: checking for tox >= 2.5.0 configure:10600: result: configure:10620: no suitable system package found for SPKG tox ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG virtualenv... ## ## ----------------------------------------------------------- ## configure:10724: no suitable system package found for SPKG virtualenv ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG appdirs... ## ## -------------------------------------------------------- ## configure:10828: no suitable system package found for SPKG appdirs ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpir... ## ## ----------------------------------------------------- ## configure:10945: checking gmp.h usability configure:10945: g++ -std=gnu++11 -c conftest.cpp >&5 configure:10945: $? = 0 configure:10945: result: yes configure:10945: checking gmp.h presence configure:10945: g++ -E -std=gnu++11 conftest.cpp configure:10945: $? = 0 configure:10945: result: yes configure:10945: checking for gmp.h configure:10945: result: yes configure:10953: checking gmpxx.h usability configure:10953: g++ -std=gnu++11 -c conftest.cpp >&5 configure:10953: $? = 0 configure:10953: result: yes configure:10953: checking gmpxx.h presence configure:10953: g++ -E -std=gnu++11 conftest.cpp configure:10953: $? = 0 configure:10953: result: yes configure:10953: checking for gmpxx.h configure:10953: result: yes configure:10961: checking for library containing __gmpq_cmp_z configure:10992: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccOalFqp.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `__gmpq_cmp_z' collect2: error: ld returned 1 exit status configure:10992: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __gmpq_cmp_z (); | int | main () | { | return __gmpq_cmp_z (); | ; | return 0; | } configure:10992: g++ -std=gnu++11 -o conftest conftest.cpp -lgmp -lm >&5 /tmp/ccElZpZz.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `__gmpq_cmp_z' collect2: error: ld returned 1 exit status configure:10992: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __gmpq_cmp_z (); | int | main () | { | return __gmpq_cmp_z (); | ; | return 0; | } configure:11009: result: no configure:11034: will use system package and not install SPKG mpir configure:11065: result: using gmp SPKG (via --with-mp=gmp) ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gmp... ## ## ---------------------------------------------------- ## configure:11179: gmp has already been installed by SageMath ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpfr... ## ## ----------------------------------------------------- ## configure:11286: mpfr has already been installed by SageMath configure:11427: result: using Sage's mpfr SPKG ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ntl... ## ## ---------------------------------------------------- ## configure:11476: ntl has already been installed by SageMath ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG flint... ## ## ------------------------------------------------------ ## configure:11861: flint has already been installed by SageMath ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG arb... ## ## ---------------------------------------------------- ## configure:12153: arb has already been installed by SageMath configure:12344: checking for Fortran flag needed to accept free-form source configure:12363: gfortran -c conftest.f >&5 conftest.f:2.3: program freeform 1 Error: Non-numeric character in statement label at (1) conftest.f:2.3: program freeform 1 Error: Unclassifiable statement at (1) conftest.f:4.26: print *, 'Hello ', & 1 Error: Expected expression in PRINT statement at (1) conftest.f:5.11: 'world.' 1 Error: Invalid character in name at (1) configure:12363: $? = 1 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:12363: gfortran -c -ffree-form conftest.f >&5 configure:12363: $? = 0 configure:12372: result: -ffree-form ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG gfortran... ## ## --------------------------------------------------------- ## configure:12494: checking the version of gfortran configure:12497: result: 4.8.5 configure:12548: will use system package and not install SPKG gfortran ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG openblas... ## ## --------------------------------------------------------- ## configure:12611: checking BLAS library configure:12630: result: openblas configure:12679: checking whether any of gfortran is installed as or will be installed as SPKG configure:12688: result: no configure:12699: checking for OPENBLAS configure:13225: result: no configure:13235: checking for library containing openblas_get_config configure:13266: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccoEuAI1.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `openblas_get_config' collect2: error: ld returned 1 exit status configure:13266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openblas_get_config (); | int | main () | { | return openblas_get_config (); | ; | return 0; | } configure:13266: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openblas_get_config (); | int | main () | { | return openblas_get_config (); | ; | return 0; | } configure:13266: g++ -std=gnu++11 -o conftest conftest.cpp -lcblas -lm >&5 /usr/bin/ld: cannot find -lcblas collect2: error: ld returned 1 exit status configure:13266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openblas_get_config (); | int | main () | { | return openblas_get_config (); | ; | return 0; | } configure:13266: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lm >&5 /usr/bin/ld: cannot find -lblas collect2: error: ld returned 1 exit status configure:13266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openblas_get_config (); | int | main () | { | return openblas_get_config (); | ; | return 0; | } configure:13283: result: no configure:13353: checking for library containing cblas_dgemm configure:13384: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/cclgtZVm.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `cblas_dgemm' collect2: error: ld returned 1 exit status configure:13384: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cblas_dgemm (); | int | main () | { | return cblas_dgemm (); | ; | return 0; | } configure:13384: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13384: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cblas_dgemm (); | int | main () | { | return cblas_dgemm (); | ; | return 0; | } configure:13384: g++ -std=gnu++11 -o conftest conftest.cpp -lcblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lcblas collect2: error: ld returned 1 exit status configure:13384: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cblas_dgemm (); | int | main () | { | return cblas_dgemm (); | ; | return 0; | } configure:13384: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lblas collect2: error: ld returned 1 exit status configure:13384: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cblas_dgemm (); | int | main () | { | return cblas_dgemm (); | ; | return 0; | } configure:13401: result: no configure:13417: checking for library containing dgeqrf configure:13448: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccpQbQFT.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `dgeqrf' collect2: error: ld returned 1 exit status configure:13448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf (); | int | main () | { | return dgeqrf (); | ; | return 0; | } configure:13448: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf (); | int | main () | { | return dgeqrf (); | ; | return 0; | } configure:13448: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lm >&5 /usr/bin/ld: cannot find -llapack collect2: error: ld returned 1 exit status configure:13448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf (); | int | main () | { | return dgeqrf (); | ; | return 0; | } configure:13465: result: no configure:13481: checking for library containing dgeqrf_ configure:13512: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccroVUNi.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `dgeqrf_' collect2: error: ld returned 1 exit status configure:13512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf_ (); | int | main () | { | return dgeqrf_ (); | ; | return 0; | } configure:13512: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf_ (); | int | main () | { | return dgeqrf_ (); | ; | return 0; | } configure:13512: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lm >&5 /usr/bin/ld: cannot find -llapack collect2: error: ld returned 1 exit status configure:13512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dgeqrf_ (); | int | main () | { | return dgeqrf_ (); | ; | return 0; | } configure:13529: result: no configure:13545: checking for library containing DGEQRF configure:13576: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/cc4QK7Vx.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `DGEQRF' collect2: error: ld returned 1 exit status configure:13576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF (); | int | main () | { | return DGEQRF (); | ; | return 0; | } configure:13576: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF (); | int | main () | { | return DGEQRF (); | ; | return 0; | } configure:13576: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lm >&5 /usr/bin/ld: cannot find -llapack collect2: error: ld returned 1 exit status configure:13576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF (); | int | main () | { | return DGEQRF (); | ; | return 0; | } configure:13593: result: no configure:13609: checking for library containing DGEQRF_ configure:13640: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccexdH7T.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `DGEQRF_' collect2: error: ld returned 1 exit status configure:13640: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF_ (); | int | main () | { | return DGEQRF_ (); | ; | return 0; | } configure:13640: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lm >&5 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:13640: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF_ (); | int | main () | { | return DGEQRF_ (); | ; | return 0; | } configure:13640: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lm >&5 /usr/bin/ld: cannot find -llapack collect2: error: ld returned 1 exit status configure:13640: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char DGEQRF_ (); | int | main () | { | return DGEQRF_ (); | ; | return 0; | } configure:13657: result: no configure:13974: no suitable system package found for SPKG openblas ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG atlas... ## ## ------------------------------------------------------ ## configure:14054: SPKG atlas is not required on this system ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG boost_cropped... ## ## -------------------------------------------------------------- ## configure:14137: boost_cropped has already been installed by SageMath ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG zlib... ## ## ----------------------------------------------------- ## configure:14571: zlib has already been installed by SageMath ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libpng... ## ## ------------------------------------------------------- ## configure:14925: checking installing zlib? configure:14928: result: yes; install libpng as well configure:15025: no suitable system package found for SPKG libpng ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG m4ri... ## ## ----------------------------------------------------- ## configure:15114: checking whether any of libpng is installed as or will be installed as SPKG configure:15118: result: yes; install m4ri as well configure:15218: no suitable system package found for SPKG m4ri ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG brial... ## ## ------------------------------------------------------ ## configure:15309: checking whether any of gcc boost_cropped m4ri is installed as or will be installed as SPKG configure:15313: result: yes; install brial as well configure:15501: no suitable system package found for SPKG brial ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG bzip2... ## ## ------------------------------------------------------ ## configure:15587: checking bzlib.h usability configure:15587: g++ -std=gnu++11 -c conftest.cpp >&5 configure:15587: $? = 0 configure:15587: result: yes configure:15587: checking bzlib.h presence configure:15587: g++ -E -std=gnu++11 conftest.cpp configure:15587: $? = 0 configure:15587: result: yes configure:15587: checking for bzlib.h configure:15587: result: yes configure:15590: checking for library containing BZ2_bzCompress configure:15621: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /tmp/ccggiH7w.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `BZ2_bzCompress' collect2: error: ld returned 1 exit status configure:15621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char BZ2_bzCompress (); | int | main () | { | return BZ2_bzCompress (); | ; | return 0; | } configure:15621: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lm >&5 configure:15621: $? = 0 configure:15638: result: -lbz2 configure:15646: checking for bzip2 configure:15664: found /usr/bin/bzip2 configure:15676: result: /usr/bin/bzip2 configure:15702: will use system package and not install SPKG bzip2 ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG cbc... ## ## ---------------------------------------------------- ## configure:15805: checking whether any of atlas openblas zlib bzip2 is installed as or will be installed as SPKG configure:15809: result: yes; install cbc as well configure:15907: no suitable system package found for SPKG cbc ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cddlib... ## ## ------------------------------------------------------- ## configure:15997: checking whether any of gmp mpir is installed as or will be installed as SPKG configure:16001: result: yes; install cddlib as well configure:16315: no suitable system package found for SPKG cddlib ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cliquer... ## ## -------------------------------------------------------- ## configure:16402: checking for library containing clique_unweighted_max_weight configure:16433: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lm >&5 /tmp/ccHFmICE.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `clique_unweighted_max_weight' collect2: error: ld returned 1 exit status configure:16433: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clique_unweighted_max_weight (); | int | main () | { | return clique_unweighted_max_weight (); | ; | return 0; | } configure:16433: g++ -std=gnu++11 -o conftest conftest.cpp -lcliquer -lbz2 -lm >&5 /usr/bin/ld: cannot find -lcliquer collect2: error: ld returned 1 exit status configure:16433: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clique_unweighted_max_weight (); | int | main () | { | return clique_unweighted_max_weight (); | ; | return 0; | } configure:16450: result: no configure:16545: no suitable system package found for SPKG cliquer ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG cmake... ## ## ------------------------------------------------------ ## configure:16631: checking for cmake >= 3.4 configure:16709: result: configure:16729: no suitable system package found for SPKG cmake ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG coxeter3... ## ## --------------------------------------------------------- ## configure:16821: checking for library coxeter3 configure:16843: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lm -lcoxeter3 >&5 conftest.cpp:25:38: fatal error: coxeter/sage.h: No such file or directory #include ^ compilation terminated. configure:16843: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | | #include | #include | | int | main () | { | | coxeter::CoxGroup *g = interactive::coxeterGroup("B", 2); | | ; | return 0; | } | configure:16850: result: no configure:16879: no suitable system package found for SPKG coxeter3 ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG curl... ## ## ----------------------------------------------------- ## configure:16967: checking for curl 7.22 configure:17004: result: /usr/bin/curl configure:17048: checking for gawk configure:17075: result: gawk configure:17137: checking for curl-config configure:17155: found /usr/bin/curl-config configure:17167: result: /usr/bin/curl-config configure:17178: checking for the version of libcurl configure:17185: result: 7.29.0 configure:17192: checking for libcurl >= version 7.22 configure:17205: result: yes configure:17246: checking whether libcurl is usable configure:17280: g++ -std=gnu++11 -o conftest conftest.cpp -lcurl -lbz2 -lm >&5 configure:17280: $? = 0 configure:17294: result: yes configure:17307: checking for curl_free configure:17307: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lm -lcurl >&5 configure:17307: $? = 0 configure:17307: result: yes configure:17395: checking whether programs linking to libcurl can be executed configure:17443: g++ -std=gnu++11 -o conftest conftest.cpp -lcurl -lbz2 -lm >&5 configure:17443: $? = 0 configure:17443: ./conftest configure:17443: $? = 0 configure:17454: result: yes configure:17463: will use system package and not install SPKG curl ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG distlib... ## ## -------------------------------------------------------- ## configure:17578: no suitable system package found for SPKG distlib ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libatomic_ops... ## ## -------------------------------------------------------------- ## configure:17666: checking for LIBATOMIC_OPS configure:17725: result: no configure:17750: no suitable system package found for SPKG libatomic_ops ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG gc... ## ## --------------------------------------------------- ## configure:17839: checking whether any of libatomic_ops is installed as or will be installed as SPKG configure:17843: result: yes; install gc as well configure:18101: no suitable system package found for SPKG gc ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ecl... ## ## ---------------------------------------------------- ## configure:18197: checking whether any of gcc gc gmp mpir is installed as or will be installed as SPKG configure:18201: result: yes; install ecl as well configure:18325: no suitable system package found for SPKG ecl ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ncurses... ## ## -------------------------------------------------------- ## configure:18431: checking for NCURSES configure:18560: result: no configure:18564: checking ncurses.h usability configure:18564: g++ -std=gnu++11 -c conftest.cpp >&5 configure:18564: $? = 0 configure:18564: result: yes configure:18564: checking ncurses.h presence configure:18564: g++ -E -std=gnu++11 conftest.cpp configure:18564: $? = 0 configure:18564: result: yes configure:18564: checking for ncurses.h configure:18564: result: yes configure:18569: checking for library containing wresize configure:18600: g++ -std=gnu++11 -o conftest conftest.cpp -lcurl -lbz2 -lm >&5 /tmp/ccswgEJF.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `wresize' collect2: error: ld returned 1 exit status configure:18600: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wresize (); | int | main () | { | return wresize (); | ; | return 0; | } configure:18600: g++ -std=gnu++11 -o conftest conftest.cpp -lncurses -lcurl -lbz2 -lm >&5 configure:18600: $? = 0 configure:18617: result: -lncurses configure:18644: will use system package and not install SPKG ncurses ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG readline... ## ## --------------------------------------------------------- ## configure:18742: checking Installing ncurses? configure:18749: result: No. configure:18753: checking for READLINE configure:18882: result: no configure:18886: checking readline/readline.h usability configure:18886: g++ -std=gnu++11 -c conftest.cpp >&5 configure:18886: $? = 0 configure:18886: result: yes configure:18886: checking readline/readline.h presence configure:18886: g++ -E -std=gnu++11 conftest.cpp configure:18886: $? = 0 configure:18886: result: yes configure:18886: checking for readline/readline.h configure:18886: result: yes configure:18891: checking for library containing rl_bind_keyseq configure:18922: g++ -std=gnu++11 -o conftest conftest.cpp -lncurses -lcurl -lbz2 -lm >&5 /tmp/cclsncs4.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `rl_bind_keyseq' collect2: error: ld returned 1 exit status configure:18922: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char rl_bind_keyseq (); | int | main () | { | return rl_bind_keyseq (); | ; | return 0; | } configure:18922: g++ -std=gnu++11 -o conftest conftest.cpp -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:18922: $? = 0 configure:18939: result: -lreadline configure:18967: will use system package and not install SPKG readline ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari... ## ## ----------------------------------------------------- ## configure:19070: checking whether any of gmp mpir readline is installed as or will be installed as SPKG configure:19074: result: yes; install pari as well configure:19520: no suitable system package found for SPKG pari ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG eclib... ## ## ------------------------------------------------------ ## configure:19619: checking whether any of ntl pari flint is installed as or will be installed as SPKG configure:19623: result: yes; install eclib as well configure:19812: no suitable system package found for SPKG eclib ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ecm... ## ## ---------------------------------------------------- ## configure:19900: checking installing gmp/mpir? configure:19903: result: yes; install ecm as well configure:20170: no suitable system package found for SPKG ecm ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG givaro... ## ## ------------------------------------------------------- ## configure:20261: checking whether any of gmp mpir is installed as or will be installed as SPKG configure:20265: result: yes; install givaro as well configure:20386: no suitable system package found for SPKG givaro ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fflas_ffpack... ## ## ------------------------------------------------------------- ## configure:20481: checking whether any of atlas givaro gmp mpir openblas is installed as or will be installed as SPKG configure:20485: result: yes; install fflas_ffpack as well configure:20586: no suitable system package found for SPKG fflas_ffpack configure:20607: checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq configure:20626: g++ -std=gnu++11 -c -mavx512f -mavx512vl -mavx512dq conftest.cpp >&5 g++: error: unrecognized command line option '-mavx512f' g++: error: unrecognized command line option '-mavx512vl' g++: error: unrecognized command line option '-mavx512dq' configure:20626: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:20634: result: no configure:20645: checking whether C++ compiler accepts -mfma configure:20664: g++ -std=gnu++11 -c -mfma conftest.cpp >&5 configure:20664: $? = 0 configure:20672: result: yes configure:20681: checking whether C++ compiler accepts -mfma4 configure:20700: g++ -std=gnu++11 -c -mfma4 conftest.cpp >&5 configure:20700: $? = 0 configure:20708: result: yes ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG filelock... ## ## --------------------------------------------------------- ## configure:20813: no suitable system package found for SPKG filelock ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG flintqs... ## ## -------------------------------------------------------- ## configure:20904: checking for QuadraticSieve configure:20932: result: no configure:20968: no suitable system package found for SPKG flintqs ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG fplll... ## ## ------------------------------------------------------ ## configure:21058: checking whether any of gcc mpfr is installed as or will be installed as SPKG configure:21062: result: yes; install fplll as well configure:21160: no suitable system package found for SPKG fplll ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG freetype... ## ## --------------------------------------------------------- ## configure:21250: checking whether any of gcc libpng is installed as or will be installed as SPKG configure:21254: result: yes; install freetype as well configure:21352: no suitable system package found for SPKG freetype ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gf2x... ## ## ----------------------------------------------------- ## configure:21415: gf2x has already been installed by SageMath ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gfan... ## ## ----------------------------------------------------- ## configure:21840: checking for gfan >= 0.6.2 configure:21917: result: configure:21937: no suitable system package found for SPKG gfan ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG giac... ## ## ----------------------------------------------------- ## configure:22026: checking whether any of pari is installed as or will be installed as SPKG configure:22030: result: yes; install giac as well configure:22246: no suitable system package found for SPKG giac ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG git... ## ## ---------------------------------------------------- ## configure:22333: checking for git configure:22368: result: /usr/bin/git configure:22374: will use system package and not install SPKG git ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG glpk... ## ## ----------------------------------------------------- ## configure:22477: checking whether any of gmp mpir zlib is installed as or will be installed as SPKG configure:22481: result: yes; install glpk as well configure:22663: no suitable system package found for SPKG glpk configure:22682: result: using Sage's glpk SPKG ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gp2c... ## ## ----------------------------------------------------- ## configure:22739: checking whether any of pari is installed as or will be installed as SPKG configure:22743: result: yes; install gp2c as well configure:22978: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG graphviz... ## ## --------------------------------------------------------- ## configure:23060: checking for dot configure:23090: result: no configure:23105: checking for neato configure:23135: result: no configure:23150: checking for twopi configure:23180: result: no configure:23206: no suitable system package found for SPKG graphviz ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gsl... ## ## ---------------------------------------------------- ## configure:23297: checking whether any of atlas openblas is installed as or will be installed as SPKG configure:23301: result: yes; install gsl as well configure:23436: no suitable system package found for SPKG gsl configure:23500: checking for ld used by gcc configure:23625: result: /usr/bin/ld configure:23632: checking if the linker (/usr/bin/ld) is GNU ld configure:23647: result: yes configure:23654: checking for shared library run path origin configure:23667: result: done configure:23688: checking 32-bit host C ABI configure:23754: g++ -std=gnu++11 -c conftest.cpp >&5 configure:23754: $? = 0 configure:23941: result: no configure:23950: checking for ELF binary format configure:23972: result: yes configure:24021: checking for the common suffixes of directories in the library search path configure:24089: result: lib,lib,lib64 configure:24613: checking for iconv configure:24637: g++ -std=gnu++11 -o conftest conftest.cpp -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:24637: $? = 0 configure:24671: result: yes configure:24674: checking for working iconv configure:24815: g++ -std=gnu++11 -o conftest conftest.cpp -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:24815: $? = 0 configure:24815: ./conftest configure:24815: $? = 0 configure:24827: result: yes configure:24855: checking for iconv declaration configure:24884: g++ -std=gnu++11 -c conftest.cpp >&5 configure:24884: $? = 0 configure:24895: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG iconv... ## ## ------------------------------------------------------ ## configure:24980: will use system package and not install SPKG iconv ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG igraph... ## ## ------------------------------------------------------- ## configure:25084: checking whether any of glpk atlas openblas gmp mpir is installed as or will be installed as SPKG configure:25088: result: yes; install igraph as well configure:25188: no suitable system package found for SPKG igraph ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG iml... ## ## ---------------------------------------------------- ## configure:25279: checking whether any of gmp mpir openblas is installed as or will be installed as SPKG configure:25283: result: yes; install iml as well configure:25384: no suitable system package found for SPKG iml ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG isl... ## ## ---------------------------------------------------- ## configure:25471: checking installing gmp/mpir? configure:25474: result: yes; install isl as well configure:25569: no suitable system package found for SPKG isl ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG lcalc... ## ## ------------------------------------------------------ ## configure:25660: checking whether any of pari mpfr is installed as or will be installed as SPKG configure:25664: result: yes; install lcalc as well configure:25862: no suitable system package found for SPKG lcalc ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG libbraiding... ## ## ------------------------------------------------------------ ## configure:25959: checking if we can link against libbraiding configure:26022: g++ -std=gnu++11 -o conftest conftest.cpp -lreadline -lncurses -lcurl -lbz2 -lm -lbraiding >&5 conftest.cpp:58:28: fatal error: braiding.h: No such file or directory #include ^ compilation terminated. configure:26022: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | | #include | #include | using namespace Braiding; | | int | main () | { | | // 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:26030: result: no configure:26061: no suitable system package found for SPKG libbraiding ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libffi... ## ## ------------------------------------------------------- ## configure:26149: checking for LIBFFI configure:26282: result: no configure:26288: checking ffi/ffi.h usability configure:26288: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:89:21: fatal error: ffi/ffi.h: No such file or directory #include ^ compilation terminated. configure:26288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26288: result: no configure:26288: checking ffi/ffi.h presence configure:26288: g++ -E -std=gnu++11 conftest.cpp conftest.cpp:56:21: fatal error: ffi/ffi.h: No such file or directory #include ^ compilation terminated. configure:26288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include configure:26288: result: no configure:26288: checking for ffi/ffi.h configure:26288: result: no configure:26288: checking ffi.h usability configure:26288: g++ -std=gnu++11 -c conftest.cpp >&5 configure:26288: $? = 0 configure:26288: result: yes configure:26288: checking ffi.h presence configure:26288: g++ -E -std=gnu++11 conftest.cpp configure:26288: $? = 0 configure:26288: result: yes configure:26288: checking for ffi.h configure:26288: result: yes configure:26300: checking for library containing ffi_call configure:26331: g++ -std=gnu++11 -o conftest conftest.cpp -lreadline -lncurses -lcurl -lbz2 -lm >&5 /tmp/ccbHiooU.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `ffi_call' collect2: error: ld returned 1 exit status configure:26331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ffi_call (); | int | main () | { | return ffi_call (); | ; | return 0; | } configure:26331: g++ -std=gnu++11 -o conftest conftest.cpp -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:26331: $? = 0 configure:26348: result: -lffi configure:26370: will use system package and not install SPKG libffi ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG libgd... ## ## ------------------------------------------------------ ## configure:26472: checking whether any of gcc libpng freetype is installed as or will be installed as SPKG configure:26476: result: yes; install libgd as well configure:26574: no suitable system package found for SPKG libgd ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libhomfly... ## ## ---------------------------------------------------------- ## configure:26663: checking whether any of gc is installed as or will be installed as SPKG configure:26667: result: yes; install libhomfly as well configure:26762: no suitable system package found for SPKG libhomfly ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG nauty... ## ## ------------------------------------------------------ ## configure:26850: checking for geng configure:26883: result: no configure:26892: checking for nauty-geng configure:26925: result: no configure:27402: no suitable system package found for SPKG nauty ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libnauty... ## ## --------------------------------------------------------- ## configure:27498: checking whether any of nauty is installed as or will be installed as SPKG configure:27502: result: yes; install libnauty as well configure:27595: no suitable system package found for SPKG libnauty ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libsemigroups... ## ## -------------------------------------------------------------- ## configure:27683: checking for LIBSEMIGROUPS configure:27742: result: no configure:27767: no suitable system package found for SPKG libsemigroups ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libxml2... ## ## -------------------------------------------------------- ## configure:27855: checking for xml2-config configure:27873: found /usr/bin/xml2-config configure:27886: result: /usr/bin/xml2-config configure:27901: will use system package and not install SPKG libxml2 ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG llvm... ## ## ----------------------------------------------------- ## configure:28003: will use system package and not install SPKG llvm ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrcalc... ## ## ------------------------------------------------------- ## configure:28102: checking for lrcalc/schublib.h configure:28102: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:58:34: fatal error: lrcalc/hashtab.h: No such file or directory #include ^ compilation terminated. configure:28102: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | /* end confdefs.h. */ | #ifndef _HASHTAB_H | #include | #include | #endif | | #include configure:28102: result: no configure:28192: no suitable system package found for SPKG lrcalc ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrslib... ## ## ------------------------------------------------------- ## configure:28283: checking whether any of gmp mpir flint is installed as or will be installed as SPKG configure:28287: result: yes; install lrslib as well configure:28386: no suitable system package found for SPKG lrslib ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG m4rie... ## ## ------------------------------------------------------ ## configure:28475: checking whether any of m4ri is installed as or will be installed as SPKG configure:28479: result: yes; install m4rie as well configure:28574: no suitable system package found for SPKG m4rie ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpc... ## ## ---------------------------------------------------- ## configure:28629: mpc has already been installed by SageMath configure:28770: result: using Sage's mpc SPKG ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpfi... ## ## ----------------------------------------------------- ## configure:28851: checking installing mpfr? configure:28854: result: yes; install mpfi as well configure:29002: no suitable system package found for SPKG mpfi ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG ninja_build... ## ## ------------------------------------------------------------ ## configure:29088: checking for ninja >= 1.7.2 configure:29166: result: configure:29186: no suitable system package found for SPKG ninja_build ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG openssl... ## ## -------------------------------------------------------- ## configure:29333: checking for pkg-config configure:29349: found /usr/bin/pkg-config configure:29360: result: pkg-config configure:29430: checking whether compiling and linking against OpenSSL works Trying link with OPENSSL_LDFLAGS= ; OPENSSL_LIBS=-lssl -lcrypto ; OPENSSL_INCLUDES= configure:29452: g++ -std=gnu++11 -o conftest conftest.cpp -lssl -lcrypto -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:29452: $? = 0 configure:29454: result: yes configure:29493: will use system package and not install SPKG openssl ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG palp... ## ## ----------------------------------------------------- ## configure:29593: checking for poly.x configure:29626: result: no configure:29637: checking for poly-4d.x configure:29670: result: no configure:29681: checking for poly-5d.x configure:29714: result: no configure:29725: checking for poly-6d.x configure:29758: result: no configure:29769: checking for poly-11d.x configure:29802: result: no configure:29814: checking for class.x configure:29847: result: no configure:29858: checking for class-4d.x configure:29891: result: no configure:29902: checking for class-5d.x configure:29935: result: no configure:29946: checking for class-6d.x configure:29979: result: no configure:29990: checking for class-11d.x configure:30023: result: no configure:30035: checking for nef.x configure:30068: result: no configure:30079: checking for nef-4d.x configure:30112: result: no configure:30123: checking for nef-5d.x configure:30156: result: no configure:30167: checking for nef-6d.x configure:30200: result: no configure:30211: checking for nef-11d.x configure:30244: result: no configure:30256: checking for cws.x configure:30289: result: no configure:30300: checking for cws-4d.x configure:30333: result: no configure:30344: checking for cws-5d.x configure:30377: result: no configure:30388: checking for cws-6d.x configure:30421: result: no configure:30432: checking for cws-11d.x configure:30465: result: no configure:30490: no suitable system package found for SPKG palp ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pandoc... ## ## ------------------------------------------------------- ## configure:30578: checking for pandoc configure:30611: result: no configure:30634: no suitable system package found for SPKG pandoc ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_elldata... ## ## ------------------------------------------------------------- ## configure:30722: checking installing pari? configure:30725: result: yes; install pari_elldata as well configure:30748: no suitable system package found for SPKG pari_elldata ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_galdata... ## ## ------------------------------------------------------------- ## configure:30836: checking installing pari? configure:30839: result: yes; install pari_galdata as well configure:30862: no suitable system package found for SPKG pari_galdata ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pari_galpol... ## ## ------------------------------------------------------------ ## configure:30950: checking installing pari? configure:30953: result: yes; install pari_galpol as well configure:30976: no suitable system package found for SPKG pari_galpol ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_nftables... ## ## -------------------------------------------------------------- ## configure:31063: checking installing pari? configure:31066: result: yes; install pari_nftables as well configure:31092: no suitable system package found for SPKG pari_nftables ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_seadata... ## ## ------------------------------------------------------------- ## configure:31180: checking installing pari? configure:31183: result: yes; install pari_seadata as well configure:31206: no suitable system package found for SPKG pari_seadata ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_seadata_small... ## ## ------------------------------------------------------------------- ## configure:31294: checking installing pari? configure:31297: result: yes; install pari_seadata_small as well configure:31320: no suitable system package found for SPKG pari_seadata_small ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG patch... ## ## ------------------------------------------------------ ## configure:31406: checking for GNU patch >= 2.7.0 configure:31484: result: /usr/bin/patch configure:31493: will use system package and not install SPKG patch ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG pcre... ## ## ----------------------------------------------------- ## configure:31591: checking installing bzip2? configure:31598: result: no configure:31602: checking for PCRE configure:31609: $PKG_CONFIG --exists --print-errors "libpcre >= 8.39 libpcreposix libpcrecpp" Requested 'libpcre >= 8.39' but version of libpcre is 8.32 configure:31612: $? = 1 configure:31626: $PKG_CONFIG --exists --print-errors "libpcre >= 8.39 libpcreposix libpcrecpp" Requested 'libpcre >= 8.39' but version of libpcre is 8.32 configure:31629: $? = 1 configure:31643: result: no Requested 'libpcre >= 8.39' but version of libpcre is 8.32 configure:31663: checking pcre.h usability configure:31663: g++ -std=gnu++11 -c conftest.cpp >&5 configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking pcre.h presence configure:31663: g++ -E -std=gnu++11 conftest.cpp configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking for pcre.h configure:31663: result: yes configure:31669: checking for library containing regexec configure:31700: g++ -std=gnu++11 -o conftest conftest.cpp -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:31700: $? = 0 configure:31717: result: none required configure:31663: checking pcrecpp.h usability configure:31663: g++ -std=gnu++11 -c conftest.cpp >&5 configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking pcrecpp.h presence configure:31663: g++ -E -std=gnu++11 conftest.cpp configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking for pcrecpp.h configure:31663: result: yes configure:31669: checking for library containing regexec configure:31717: result: none required configure:31663: checking pcreposix.h usability configure:31663: g++ -std=gnu++11 -c conftest.cpp >&5 configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking pcreposix.h presence configure:31663: g++ -E -std=gnu++11 conftest.cpp configure:31663: $? = 0 configure:31663: result: yes configure:31663: checking for pcreposix.h configure:31663: result: yes configure:31669: checking for library containing regexec configure:31717: result: none required configure:31824: will use system package and not install SPKG pcre ## -------------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_cpan_polymake_prereq... ## ## -------------------------------------------------------------------------- ## configure:31982: checking for perl module XML::Writer configure:31988: result: no configure:31982: checking for perl module XML::LibXML configure:31992: result: ok configure:31982: checking for perl module XML::LibXSLT configure:31988: result: no configure:31982: checking for perl module File::Slurp configure:31988: result: no configure:31982: checking for perl module JSON configure:31992: result: ok configure:31982: checking for perl module SVG configure:31988: result: no configure:32026: no suitable system package found for SPKG perl_cpan_polymake_prereq ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_mongodb... ## ## ------------------------------------------------------------- ## configure:32163: checking for perl module MongoDB configure:32169: result: no configure:32207: no suitable system package found for SPKG perl_mongodb ## ----------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_term_readline_gnu... ## ## ----------------------------------------------------------------------- ## configure:32342: checking for perl module Term::ReadLine configure:32352: result: ok configure:32360: checking Term::ReadLine module... configure:32369: result: GNU configure:32385: will use system package and not install SPKG perl_term_readline_gnu ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pkgconf... ## ## -------------------------------------------------------- ## configure:32493: result: using pkg-config from the system configure:32501: will use system package and not install SPKG pkgconf ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG planarity... ## ## ---------------------------------------------------------- ## configure:32604: checking planarity/planarity.h usability configure:32604: gcc -c conftest.c >&5 conftest.c:93:33: fatal error: planarity/planarity.h: No such file or directory #include ^ compilation terminated. configure:32604: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:32604: result: no configure:32604: checking planarity/planarity.h presence configure:32604: gcc -E conftest.c conftest.c:60:33: fatal error: planarity/planarity.h: No such file or directory #include ^ compilation terminated. configure:32604: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include configure:32604: result: no configure:32604: checking for planarity/planarity.h configure:32604: result: no configure:32705: no suitable system package found for SPKG planarity ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ppl... ## ## ---------------------------------------------------- ## configure:32797: checking whether any of gcc glpk gmp mpir is installed as or will be installed as SPKG configure:32801: result: yes; install ppl as well configure:33196: no suitable system package found for SPKG ppl ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG _prereq... ## ## -------------------------------------------------------- ## configure:33287: will use system package and not install SPKG _prereq ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG xz... ## ## --------------------------------------------------- ## configure:33384: checking for lzma_raw_decoder in -llzma configure:33409: g++ -std=gnu++11 -o conftest conftest.cpp -llzma -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 configure:33409: $? = 0 configure:33418: result: yes configure:33426: checking lzma.h usability configure:33426: g++ -std=gnu++11 -c conftest.cpp >&5 configure:33426: $? = 0 configure:33426: result: yes configure:33426: checking lzma.h presence configure:33426: g++ -E -std=gnu++11 conftest.cpp configure:33426: $? = 0 configure:33426: result: yes configure:33426: checking for lzma.h configure:33426: result: yes configure:33435: checking for xz >= 4.999.0 configure:33515: result: /usr/bin/xz configure:33524: will use system package and not install SPKG xz ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG python3... ## ## -------------------------------------------------------- ## configure:33651: checking whether any of bzip2 xz libffi is installed as or will be installed as SPKG configure:33660: result: no configure:33664: checking for python3 >= 3.7.0, < 3.10.0 with modules sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core configure:34331: result: configure:34355: checking ... whether /usr/bin/python3 is good configure:34939: result: no, Python 3.6.8 is too old configure:34977: result: configure:34981: to try to use a different system python, use ./configure --with-python=/path/to/python configure:35005: no suitable system package found for SPKG python3 ## -------------------------------------------------- ## ## Checking whether SageMath should install SPKG r... ## ## -------------------------------------------------- ## configure:35509: checking whether any of atlas openblas iconv readline bzip2 xz pcre curl is installed as or will be installed as SPKG configure:35513: result: yes; install r as well configure:35673: no suitable system package found for SPKG r ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG _recommended... ## ## ------------------------------------------------------------- ## configure:35775: no suitable system package found for SPKG _recommended ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG rw... ## ## --------------------------------------------------- ## configure:35862: checking rw.h usability configure:35862: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:93:16: fatal error: rw.h: No such file or directory #include ^ compilation terminated. configure:35862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:35862: result: no configure:35862: checking rw.h presence configure:35862: g++ -E -std=gnu++11 conftest.cpp conftest.cpp:60:16: fatal error: rw.h: No such file or directory #include ^ compilation terminated. configure:35862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include configure:35862: result: no configure:35862: checking for rw.h configure:35862: result: no configure:35876: checking for library containing calculate_level configure:35907: g++ -std=gnu++11 -o conftest conftest.cpp -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 /tmp/ccI6TRbn.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `calculate_level' collect2: error: ld returned 1 exit status configure:35907: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char calculate_level (); | int | main () | { | return calculate_level (); | ; | return 0; | } configure:35907: g++ -std=gnu++11 -o conftest conftest.cpp -lrw -lffi -lreadline -lncurses -lcurl -lbz2 -lm >&5 /usr/bin/ld: cannot find -lrw collect2: error: ld returned 1 exit status configure:35907: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char calculate_level (); | int | main () | { | return calculate_level (); | ; | return 0; | } configure:35924: result: no configure:35949: no suitable system package found for SPKG rw ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sqlite... ## ## ------------------------------------------------------- ## configure:36055: checking libsqlite3 >= sqlite3_min_version configure:36087: g++ -std=gnu++11 -o conftest conftest.cpp -lffi -lreadline -lncurses -lcurl -lbz2 -lm -lsqlite3 >&5 configure:36087: $? = 0 configure:36087: ./conftest configure:36087: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | | | #include | #include | #include | #include | | int | main () | { | | assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 ); | if (SQLITE_VERSION_NUMBER < 3*1000000 + 8*1000 + 7) | exit(1); | else | exit(0); | | ; | return 0; | } | configure:36091: result: no configure:36119: no suitable system package found for SPKG sqlite ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG suitesparse... ## ## ------------------------------------------------------------ ## configure:36208: checking whether any of openblas is installed as or will be installed as SPKG configure:36212: result: yes; install suitesparse as well configure:36450: no suitable system package found for SPKG suitesparse ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG symmetrica... ## ## ----------------------------------------------------------- ## configure:36554: checking symmetrica/def.h usability configure:36554: gcc -c conftest.c >&5 conftest.c:93:28: fatal error: symmetrica/def.h: No such file or directory #include ^ compilation terminated. configure:36554: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:36554: result: no configure:36554: checking symmetrica/def.h presence configure:36554: gcc -E conftest.c conftest.c:60:28: fatal error: symmetrica/def.h: No such file or directory #include ^ compilation terminated. configure:36554: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include configure:36554: result: no configure:36554: checking for symmetrica/def.h configure:36554: result: no configure:36684: no suitable system package found for SPKG symmetrica ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sympow... ## ## ------------------------------------------------------- ## configure:36772: checking for sympow configure:36805: result: no configure:36849: no suitable system package found for SPKG sympow ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG tachyon... ## ## -------------------------------------------------------- ## configure:36937: checking for tachyon configure:36970: result: no configure:36977: tachyon not found. Installing tachyon configure:36996: no suitable system package found for SPKG tachyon ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG yasm... ## ## ----------------------------------------------------- ## configure:37082: SPKG yasm is not required on this system ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG zeromq... ## ## ------------------------------------------------------- ## configure:37231: checking whether any of gcc is installed as or will be installed as SPKG configure:37240: result: no configure:37266: checking zmq.h usability configure:37266: gcc -c conftest.c >&5 conftest.c:93:17: fatal error: zmq.h: No such file or directory #include ^ compilation terminated. configure:37266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:37266: result: no configure:37266: checking zmq.h presence configure:37266: gcc -E conftest.c conftest.c:60:17: fatal error: zmq.h: No such file or directory #include ^ compilation terminated. configure:37266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "9.4" | #define PACKAGE_STRING "Sage 9.4" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "9.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_LIBCURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_UNIX_SOCKETS 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_NCURSES_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_FFI_H 1 | #define HAVE_PCRE_H 1 | #define HAVE_PCRECPP_H 1 | #define HAVE_PCREPOSIX_H 1 | /* end confdefs.h. */ | #include configure:37266: result: no configure:37266: checking for zmq.h configure:37266: result: no configure:37313: WARNING: no valid ZMQ installation was found configure:37352: no suitable system package found for SPKG zeromq ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG zn_poly... ## ## -------------------------------------------------------- ## configure:37442: checking whether any of gmp mpir is installed as or will be installed as SPKG configure:37446: result: yes; install zn_poly as well configure:37541: no suitable system package found for SPKG zn_poly ## ----------------------------------------------------------------------- ## ## Build status for each package: ## ## ----------------------------------------------------------------------- ## configure:40448: result: 4ti2-1.6.7.p0: optional, use "./configure --enable-4ti2" to install configure:40448: result: admcycles-none: optional pip package; use "./sage -i admcycles" to install configure:40448: result: alabaster-0.7.12: standard, will be installed as an SPKG configure:40448: result: appdirs-1.4.4: no suitable system package; standard, will be installed as an SPKG configure:40448: result: appnope-0.1.0.p0: standard, will be installed as an SPKG configure:40448: result: arb-2.19.0.p0: already installed as an SPKG configure:40448: result: argon2_cffi-20.1.0: standard, will be installed as an SPKG configure:40448: result: atlas-3.10.2.p3: not required on your platform; SPKG will not be installed configure:40448: result: attrs-19.3.0: standard, will be installed as an SPKG configure:40448: result: awali-1.0.2-190218: experimental, use "./configure --enable-awali" to install configure:40448: result: babel-2.9.1: standard, will be installed as an SPKG configure:40448: result: backcall-0.1.0: standard, will be installed as an SPKG configure:40448: result: barvinok-0.41.1: optional, use "./configure --enable-barvinok" to install configure:40448: result: beautifulsoup4-none: optional pip package; use "./sage -i beautifulsoup4" to install configure:40448: result: benzene-20130630: optional, use "./configure --enable-benzene" to install configure:40448: result: biopython-none: optional pip package; use "./sage -i biopython" to install configure:40448: result: bleach-3.1.5: standard, will be installed as an SPKG configure:40448: result: bliss-0.73+debian-1+sage-2016-08-02.p0: optional, use "./configure --enable-bliss" to install configure:40448: result: boost_cropped-1.66.0.p0: already installed as an SPKG configure:40448: result: brial-1.2.8: no suitable system package; standard, will be installed as an SPKG configure:40448: result: buckygen-1.1: optional, use "./configure --enable-buckygen" to install configure:40448: result: bzip2-1.0.6-20150304.p0: using system package; SPKG will not be installed configure:40448: result: cbc-2.9.4.p0: no suitable system package; optional, use "./configure --enable-cbc" to install configure:40448: result: ccache-3.3.4: optional, use "./configure --enable-ccache" to install configure:40448: result: cddlib-0.94m: no suitable system package; standard, will be installed as an SPKG configure:40448: result: certifi-2020.11.8: standard, will be installed as an SPKG configure:40448: result: cffi-1.14.5: standard, will be installed as an SPKG configure:40448: result: cliquer-1.22: no suitable system package; standard, will be installed as an SPKG configure:40448: result: cmake-3.21.0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: cocoalib-0.99564: experimental, use "./configure --enable-cocoalib" to install configure:40448: result: combinatorial_designs-20140630.p0: standard, will be installed as an SPKG configure:40448: result: configure-7282b2b6c6a282a887fa05b0b5250b77035bf3bf:came preinstalled with the SageMath tarball configure:40448: result: conway_polynomials-0.5: standard, will be installed as an SPKG configure:40448: result: coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system package; optional, use "./configure --enable-coxeter3" to install configure:40448: result: cryptominisat-5.6.8: optional, use "./configure --enable-cryptominisat" to install configure:40448: result: csdp-6.2.p1: optional, use "./configure --enable-csdp" to install configure:40448: result: cunningham_tables-1.0: optional, use "./configure --enable-cunningham_tables" to install configure:40448: result: curl-7.62.0.p0: using system package; SPKG will not be installed configure:40448: result: cvxopt-1.2.6: standard, will be installed as an SPKG configure:40448: result: cycler-0.10.0.p0: standard, will be installed as an SPKG configure:40448: result: cypari-2.1.2: standard, will be installed as an SPKG configure:40448: result: cysignals-1.10.3: standard, will be installed as an SPKG configure:40448: result: cython-0.29.21: standard, will be installed as an SPKG configure:40448: result: d3js-3.4.8: optional, use "./configure --enable-d3js" to install configure:40448: result: database_cremona_ellcurve-20190911: optional, use "./configure --enable-database_cremona_ellcurve" to install configure:40448: result: database_jones_numfield-4: optional, use "./configure --enable-database_jones_numfield" to install configure:40448: result: database_knotinfo-0.7: optional, use "./configure --enable-database_knotinfo" to install configure:40448: result: database_kohel-20160724: optional, use "./configure --enable-database_kohel" to install configure:40448: result: database_mutation_class-1.0: optional, use "./configure --enable-database_mutation_class" to install configure:40448: result: database_odlyzko_zeta-20061209: optional, use "./configure --enable-database_odlyzko_zeta" to install configure:40448: result: database_stein_watkins-20110713: optional, use "./configure --enable-database_stein_watkins" to install configure:40448: result: database_stein_watkins_mini-20070827: optional, use "./configure --enable-database_stein_watkins_mini" to install configure:40448: result: database_symbolic_data-20070206: optional, use "./configure --enable-database_symbolic_data" to install configure:40448: result: dateutil-2.8.1: standard, will be installed as an SPKG configure:40448: result: decorator-4.4.2: standard, will be installed as an SPKG configure:40448: result: deformation-20210503: experimental, use "./configure --enable-deformation" to install configure:40448: result: defusedxml-0.6.0: standard, will be installed as an SPKG configure:40448: result: distlib-0.3.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: docutils-0.17.1: standard, will be installed as an SPKG configure:40448: result: dot2tex-2.11.3.p0: optional, use "./configure --enable-dot2tex" to install configure:40448: result: e_antic-0.1.9: optional, use "./configure --enable-e_antic" to install configure:40448: result: ecl-21.2.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: eclib-20210625: no suitable system package; standard, will be installed as an SPKG configure:40448: result: ecm-7.0.4.p2: no suitable system package; standard, will be installed as an SPKG configure:40448: result: elliptic_curves-0.8.1: standard, will be installed as an SPKG configure:40448: result: entrypoints-0.3: standard, will be installed as an SPKG configure:40448: result: fflas_ffpack-2.4.3.p0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: filelock-3.0.12: no suitable system package; standard, will be installed as an SPKG configure:40448: result: flint-2.7.1: already installed as an SPKG configure:40448: result: flintqs-1.0.p0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: fplll-5.4.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: fpylll-0.5.6: standard, will be installed as an SPKG configure:40448: result: freetype-2.10.4: no suitable system package; standard, will be installed as an SPKG configure:40448: result: fricas-1.3.7.p1: optional, use "./configure --enable-fricas" to install configure:40448: result: frobby-0.9.0.p2: optional, use "./configure --enable-frobby" to install configure:40448: result: gambit-15.1.1.p0: experimental, use "./configure --enable-gambit" to install configure:40448: result: gap-4.11.1: standard, will be installed as an SPKG configure:40448: result: gap3-04jul17: experimental, use "./configure --enable-gap3" to install configure:40448: result: gap_jupyter-0.9: optional, use "./configure --enable-gap_jupyter" to install configure:40448: result: gap_packages-4.11.1: optional, use "./configure --enable-gap_packages" to install configure:40448: result: gc-8.0.4: no suitable system package; standard, will be installed as an SPKG configure:40448: result: gcc-10.3.0: using system package; SPKG will not be installed configure:40448: result: gdb-8.2: experimental, use "./configure --enable-gdb" to install configure:40448: result: gf2x-1.3.0: already installed as an SPKG configure:40448: result: gfan-0.6.2.p1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: gfortran-10.3.0: using system package; SPKG will not be installed configure:40448: result: giac-1.6.0.47p3: no suitable system package; standard, will be installed as an SPKG configure:40448: result: git-none: using system package; SPKG will not be installed configure:40448: result: givaro-4.1.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: glpk-5.0.p0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: glucose-4.1: optional, use "./configure --enable-glucose" to install configure:40448: result: gmp-6.2.0: already installed as an SPKG configure:40448: result: gmpy2-2.1.0b5: standard, will be installed as an SPKG configure:40448: result: gp2c-0.0.10.p0: no suitable system package; optional, use "./configure --enable-gp2c" to install configure:40448: result: graphs-20210214.p0: standard, will be installed as an SPKG configure:40448: result: graphviz-none: no suitable system package; optional, use "./configure --enable-graphviz" to install configure:40448: result: gsl-2.6: no suitable system package; standard, will be installed as an SPKG configure:40448: result: html5lib-1.0.1: standard, will be installed as an SPKG configure:40448: result: iconv-1.15: using system package; SPKG will not be installed configure:40448: result: igraph-0.8.3: no suitable system package; optional, use "./configure --enable-igraph" to install configure:40448: result: imagesize-1.2.0: standard, will be installed as an SPKG configure:40448: result: iml-1.0.4p1.p2: no suitable system package; standard, will be installed as an SPKG configure:40448: result: importlib_metadata-4.0.1: standard, will be installed as an SPKG configure:40448: result: importlib_resources-5.1.4: standard, will be installed as an SPKG configure:40448: result: ipykernel-5.2.1: standard, will be installed as an SPKG configure:40448: result: ipympl-0.6.3: optional, use "./configure --enable-ipympl" to install configure:40448: result: ipython-7.16.1: standard, will be installed as an SPKG configure:40448: result: ipython_genutils-0.2.0: standard, will be installed as an SPKG configure:40448: result: ipywidgets-7.6.3.p0: standard, will be installed as an SPKG configure:40448: result: isl-0.20: no suitable system package; optional, use "./configure --enable-isl" to install configure:40448: result: jedi-0.17.2: standard, will be installed as an SPKG configure:40448: result: jinja2-2.11.2: standard, will be installed as an SPKG configure:40448: result: jmol-14.29.52: standard, will be installed as an SPKG configure:40448: result: jsonschema-3.2.0: standard, will be installed as an SPKG configure:40448: result: jupymake-0.9: optional, use "./configure --enable-jupymake" to install configure:40448: result: jupyter_client-6.1.6: standard, will be installed as an SPKG configure:40448: result: jupyter_core-4.6.3: standard, will be installed as an SPKG configure:40448: result: jupyter_jsmol-0.2.4: standard, will be installed as an SPKG configure:40448: result: jupyter_packaging-0.7.12: optional, use "./configure --enable-jupyter_packaging" to install configure:40448: result: jupyterlab-none: optional pip package; use "./sage -i jupyterlab" to install configure:40448: result: jupyterlab_widgets-2.0: optional, use "./configure --enable-jupyterlab_widgets" to install configure:40448: result: kenzo-1.1.10: optional, use "./configure --enable-kenzo" to install configure:40448: result: kiwisolver-1.0.1: standard, will be installed as an SPKG configure:40448: result: latte_int-1.7.6: optional, use "./configure --enable-latte_int" to install configure:40448: result: lcalc-1.23.p20: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libatomic_ops-7.6.10: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libbraiding-1.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libffi-3.2.1: using system package; SPKG will not be installed configure:40448: result: libgd-2.3.2: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libhomfly-1.02r6: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libnauty-none: no suitable system package; optional, use "./configure --enable-libnauty" to install configure:40448: result: libogg-1.3.1.p0: optional, use "./configure --enable-libogg" to install configure:40448: result: libpng-1.6.29.p1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: libsemigroups-1.1.0: no suitable system package; optional, use "./configure --enable-libsemigroups" to install configure:40448: result: libtheora-1.1.1: experimental, use "./configure --enable-libtheora" to install configure:40448: result: libxml2-none: using system package; SPKG will not be installed configure:40448: result: lidia-2.3.0+latte-patches-2019-05-02: optional, use "./configure --enable-lidia" to install configure:40448: result: lie-2.2.2: experimental, use "./configure --enable-lie" to install configure:40448: result: linbox-1.6.3.p1: standard, will be installed as an SPKG configure:40448: result: llvm-none: not required on your platform; SPKG will not be installed configure:40448: result: lrcalc-1.2.p1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: lrslib-071b+autotools-2021-07-13: no suitable system package; optional, use "./configure --enable-lrslib" to install configure:40448: result: m4ri-20200115: no suitable system package; standard, will be installed as an SPKG configure:40448: result: m4rie-20200115: no suitable system package; standard, will be installed as an SPKG configure:40448: result: markupsafe-1.1.1: standard, will be installed as an SPKG configure:40448: result: mathjax-2.7.4.p0: standard, will be installed as an SPKG configure:40448: result: matplotlib-3.3.4: standard, will be installed as an SPKG configure:40448: result: maxima-5.45.0: standard, will be installed as an SPKG configure:40448: result: mcqd-1.0.p0: optional, use "./configure --enable-mcqd" to install configure:40448: result: meataxe-1.0.1: optional, use "./configure --enable-meataxe" to install configure:40448: result: memory_allocator-0.1.0: standard, will be installed as an SPKG configure:40448: result: mistune-0.8.4: standard, will be installed as an SPKG configure:40448: result: modular_decomposition-20100607: experimental, use "./configure --enable-modular_decomposition" to install configure:40448: result: mpc-1.1.0: already installed as an SPKG configure:40448: result: mpfi-1.5.2: no suitable system package; standard, will be installed as an SPKG configure:40448: result: mpfr-4.0.1.p0: already installed as an SPKG configure:40448: result: mpfrcx-0.5: optional, use "./configure --enable-mpfrcx" to install configure:40448: result: mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0:using system package; SPKG will not be installed configure:40448: result: mpmath-1.2.1: standard, will be installed as an SPKG configure:40448: result: nauty-27r1.p1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: nbconvert-5.6.1: standard, will be installed as an SPKG configure:40448: result: nbformat-5.0.7: standard, will be installed as an SPKG configure:40448: result: ncurses-6.0.p0: using system package; SPKG will not be installed configure:40448: result: networkx-2.5.1: standard, will be installed as an SPKG configure:40448: result: nibabel-none: optional pip package; use "./sage -i nibabel" to install configure:40448: result: ninja_build-1.8.2: no suitable system package; optional, use "./configure --enable-ninja_build" to install configure:40448: result: nodeenv-none: optional pip package; use "./sage -i nodeenv" to install configure:40448: result: nodejs-12.18.3: optional, use "./configure --enable-nodejs" to install configure:40448: result: normaliz-3.8.10: optional, use "./configure --enable-normaliz" to install configure:40448: result: nose-1.3.7: standard, will be installed as an SPKG configure:40448: result: notebook-6.1.1: standard, will be installed as an SPKG configure:40448: result: notedown-1.5.1: optional, use "./configure --enable-notedown" to install configure:40448: result: ntl-11.4.3: already installed as an SPKG configure:40448: result: numpy-1.20.3: standard, will be installed as an SPKG configure:40448: result: openblas-0.3.13: no suitable system package; standard, will be installed as an SPKG configure:40448: result: openssl-3.0.0-alpha12: using system package; SPKG will not be installed configure:40448: result: ore_algebra-none: optional pip package; use "./sage -i ore_algebra" to install configure:40448: result: p_group_cohomology-3.3.2: optional, use "./configure --enable-p_group_cohomology" to install configure:40448: result: packaging-20.9: standard, will be installed as an SPKG configure:40448: result: palp-2.11: no suitable system package; standard, will be installed as an SPKG configure:40448: result: pandoc-none: no suitable system package; optional, use "./configure --enable-pandoc" to install configure:40448: result: pandoc_attributes-8bc82f6d: optional, use "./configure --enable-pandoc_attributes" to install configure:40448: result: pandocfilters-1.4.2: standard, will be installed as an SPKG configure:40448: result: pari-2.13.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: pari_elldata-20161017: no suitable system package; optional, use "./configure --enable-pari_elldata" to install configure:40448: result: pari_galdata-20080411.p0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: pari_galpol-20180625: no suitable system package; optional, use "./configure --enable-pari_galpol" to install configure:40448: result: pari_jupyter-1.3.2: optional, use "./configure --enable-pari_jupyter" to install configure:40448: result: pari_nftables-20080929: no suitable system package; optional, use "./configure --enable-pari_nftables" to install configure:40448: result: pari_seadata-20090618: no suitable system package; optional, use "./configure --enable-pari_seadata" to install configure:40448: result: pari_seadata_small-20090618.p0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: parso-0.7.0: standard, will be installed as an SPKG configure:40448: result: patch-2.7.5: using system package; SPKG will not be installed configure:40448: result: pcre-8.40.p2: using system package; SPKG will not be installed configure:40448: result: perl_cpan_polymake_prereq-none: no suitable system package; optional, use "./configure --enable-perl_cpan_polymake_prereq" to install configure:40448: result: perl_mongodb-none: no suitable system package; optional, use "./configure --enable-perl_mongodb" to install configure:40448: result: perl_term_readline_gnu-1.35: using system package; SPKG will not be installed configure:40448: result: pexpect-4.8.0: standard, will be installed as an SPKG configure:40448: result: pickleshare-0.7.5: standard, will be installed as an SPKG configure:40448: result: pillow-8.1.2: standard, will be installed as an SPKG configure:40448: result: pip-21.1.2: standard, will be installed as an SPKG configure:40448: result: pkgconf-0.9.7.p2: using system package; SPKG will not be installed configure:40448: result: pkgconfig-1.5.2: standard, will be installed as an SPKG configure:40448: result: planarity-3.0.1.0: no suitable system package; standard, will be installed as an SPKG configure:40448: result: plantri-4.5: optional, use "./configure --enable-plantri" to install configure:40448: result: pluggy-0.13.1: standard, will be installed as an SPKG configure:40448: result: polylib-5.22.5: optional, use "./configure --enable-polylib" to install configure:40448: result: polymake-4.4: experimental, use "./configure --enable-polymake" to install configure:40448: result: polytopes_db-20170220.p0: standard, will be installed as an SPKG configure:40448: result: polytopes_db_4d-1.0: optional, use "./configure --enable-polytopes_db_4d" to install configure:40448: result: ppl-1.2.p1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: pplpy-0.8.6: standard, will be installed as an SPKG configure:40448: result: primecount-5.1: optional, use "./configure --enable-primecount" to install configure:40448: result: prometheus_client-0.8.0: standard, will be installed as an SPKG configure:40448: result: prompt_toolkit-3.0.5: standard, will be installed as an SPKG configure:40448: result: psutil-5.2.0.p2: standard, will be installed as an SPKG configure:40448: result: ptyprocess-0.5.1.p0: standard, will be installed as an SPKG configure:40448: result: py-1.10.0: standard, will be installed as an SPKG configure:40448: result: pybind11-2.6.0: standard, will be installed as an SPKG configure:40448: result: pybtex-none: optional pip package; use "./sage -i pybtex" to install configure:40448: result: pycosat-0.6.3: optional, use "./configure --enable-pycosat" to install configure:40448: result: pycparser-2.20: standard, will be installed as an SPKG configure:40448: result: pycygwin-0.1: standard, will be installed as an SPKG configure:40448: result: pyflakes-none: optional pip package; use "./sage -i pyflakes" to install configure:40448: result: pygments-2.3.1.p0: standard, will be installed as an SPKG configure:40448: result: pygraphviz-none: optional pip package; use "./sage -i pygraphviz" to install configure:40448: result: pynac-0.7.29.p1: standard, will be installed as an SPKG configure:40448: result: pynormaliz-2.14: optional, use "./configure --enable-pynormaliz" to install configure:40448: result: pyopenssl-none: optional pip package; use "./sage -i pyopenssl" to install configure:40448: result: pyparsing-2.4.7: standard, will be installed as an SPKG configure:40448: result: pyrsistent-0.16.0: standard, will be installed as an SPKG configure:40448: result: pysingular-0.9.7: optional, use "./configure --enable-pysingular" to install configure:40448: result: pytest-none: optional pip package; use "./sage -i pytest" to install configure:40448: result: python3-3.9.5: no suitable system package; standard, will be installed as an SPKG configure:40448: result: python_igraph-0.8.3: optional, use "./configure --enable-python_igraph" to install configure:40448: result: pytz-2020.4: standard, will be installed as an SPKG configure:40448: result: pyx-none: optional pip package; use "./sage -i pyx" to install configure:40448: result: pyzmq-22.0.3: standard, will be installed as an SPKG configure:40448: result: qepcad-B.1.72: experimental, use "./configure --enable-qepcad" to install configure:40448: result: qhull-2015-src-7.2.0.p1: optional, use "./configure --enable-qhull" to install configure:40448: result: r-3.6.3: no suitable system package; standard, will be installed as an SPKG configure:40448: result: r_jupyter-none: optional, use "./configure --enable-r_jupyter" to install configure:40448: result: ratpoints-2.1.3.p5: standard, will be installed as an SPKG configure:40448: result: readline-8.0: using system package; SPKG will not be installed configure:40448: result: requests-2.13.0: standard, will be installed as an SPKG configure:40448: result: rpy2-3.3.6: standard, will be installed as an SPKG configure:40448: result: rst2ipynb-0.2.2.p0: optional, use "./configure --enable-rst2ipynb" to install configure:40448: result: rubiks-20070912.p21: optional, use "./configure --enable-rubiks" to install configure:40448: result: rw-0.9: no suitable system package; standard, will be installed as an SPKG configure:40448: result: saclib-2.2.7: optional, use "./configure --enable-saclib" to install configure:40448: result: sage_conf-9.4: standard, will be installed as an SPKG configure:40448: result: sage_docbuild-9.4: standard, will be installed as an SPKG configure:40448: result: sage_flatsurf-none: optional pip package; use "./sage -i sage_flatsurf" to install configure:40448: result: sage_numerical_backends_coin-9.0b12: optional, use "./configure --enable-sage_numerical_backends_coin" to install configure:40448: result: sage_numerical_backends_cplex-9.0b12: optional, use "./configure --enable-sage_numerical_backends_cplex" to install configure:40448: result: sage_numerical_backends_gurobi-9.3.1: optional, use "./configure --enable-sage_numerical_backends_gurobi" to install configure:40448: result: sage_sws2rst-9.4: optional, use "./configure --enable-sage_sws2rst" to install configure:40448: result: sagelib-9.4: standard, will be installed as an SPKG configure:40448: result: sagenb_export-3.3: standard, will be installed as an SPKG configure:40448: result: sagetex-3.5: standard, will be installed as an SPKG configure:40448: result: scandir-1.9.0: standard, will be installed as an SPKG configure:40448: result: scipoptsuite-5.0.1: experimental, use "./configure --enable-scipoptsuite" to install configure:40448: result: scipy-1.6.3: standard, will be installed as an SPKG configure:40448: result: send2trash-1.5.0: standard, will be installed as an SPKG configure:40448: result: setuptools-56.2.0: standard, will be installed as an SPKG configure:40448: result: setuptools_scm-6.0.1: standard, will be installed as an SPKG configure:40448: result: setuptools_wheel-56.2.0: standard, will be installed as an SPKG configure:40448: result: simplegeneric-0.8.1.p0: standard, will be installed as an SPKG configure:40448: result: singular-4.2.0p3: standard, will be installed as an SPKG configure:40448: result: singular_jupyter-0.9.7: optional, use "./configure --enable-singular_jupyter" to install configure:40448: result: sip-4.18: optional, use "./configure --enable-sip" to install configure:40448: result: sirocco-2.0.2: optional, use "./configure --enable-sirocco" to install configure:40448: result: six-1.15.0: standard, will be installed as an SPKG configure:40448: result: slabbe-none: optional pip package; use "./sage -i slabbe" to install configure:40448: result: snappy-none: optional pip package; use "./sage -i snappy" to install configure:40448: result: snowballstemmer-1.2.1.p0: standard, will be installed as an SPKG configure:40448: result: speaklater-1.3.p0: optional, use "./configure --enable-speaklater" to install configure:40448: result: sphinx-4.0.1.p0: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_applehelp-1.0.2: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_devhelp-1.0.2: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_htmlhelp-1.0.3: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_jsmath-1.0.1: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_qthelp-1.0.3: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_serializinghtml-1.1.4: standard, will be installed as an SPKG configure:40448: result: sphinxcontrib_websupport-1.2.1: standard, will be installed as an SPKG configure:40448: result: sqlalchemy-none: optional pip package; use "./sage -i sqlalchemy" to install configure:40448: result: sqlite-3290000: no suitable system package; standard, will be installed as an SPKG configure:40448: result: suitesparse-5.10.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: surf-1.0.6-gcc6: experimental, use "./configure --enable-surf" to install configure:40448: result: surface_dynamics-none: optional pip package; use "./sage -i surface_dynamics" to install configure:40448: result: symengine-0.7.0: optional, use "./configure --enable-symengine" to install configure:40448: result: symengine_py-0.7.0.post2: optional, use "./configure --enable-symengine_py" to install configure:40448: result: symmetrica-3.0.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: sympow-2.023.6: no suitable system package; standard, will be installed as an SPKG configure:40448: result: sympy-1.8: standard, will be installed as an SPKG configure:40448: result: tachyon-0.98.9.p7: no suitable system package; standard, will be installed as an SPKG configure:40448: result: tdlib-0.3.1.p0: optional, use "./configure --enable-tdlib" to install configure:40448: result: terminado-0.8.3: standard, will be installed as an SPKG configure:40448: result: testpath-0.4.4: standard, will be installed as an SPKG configure:40448: result: texlive-none: optional, use "./configure --enable-texlive" to install configure:40448: result: texttable-1.6.3: optional, use "./configure --enable-texttable" to install configure:40448: result: thebe-9624e0a0.p0: standard, will be installed as an SPKG configure:40448: result: threejs-r122.p0: standard, will be installed as an SPKG configure:40448: result: tides-2.0.p0: optional, use "./configure --enable-tides" to install configure:40448: result: toml-0.10.2: standard, will be installed as an SPKG configure:40448: result: topcom-0.17.7: optional, use "./configure --enable-topcom" to install configure:40448: result: tornado-6.0.4: standard, will be installed as an SPKG configure:40448: result: tox-3.23.1: no suitable system package; standard, will be installed as an SPKG configure:40448: result: traitlets-4.3.3: standard, will be installed as an SPKG configure:40448: result: typing_extensions-3.10.0.0: standard, will be installed as an SPKG configure:40448: result: tzlocal-2.1: standard, will be installed as an SPKG configure:40448: result: valgrind-3.14.0: experimental, use "./configure --enable-valgrind" to install configure:40448: result: vcversioner-2.16.0.0.p0: standard, will be installed as an SPKG configure:40448: result: virtualenv-20.4.7: no suitable system package; standard, will be installed as an SPKG configure:40448: result: wcwidth-0.1.7.p0: standard, will be installed as an SPKG configure:40448: result: webencodings-0.5.1: standard, will be installed as an SPKG configure:40448: result: wheel-0.36.2: standard, will be installed as an SPKG configure:40448: result: widgetsnbextension-3.5.1.p0: standard, will be installed as an SPKG configure:40448: result: xz-5.2.2.p0: using system package; SPKG will not be installed configure:40448: result: yasm-1.3.0.p0: not required on your platform; SPKG will not be installed configure:40448: result: zeromq-4.2.5: no suitable system package; standard, will be installed as an SPKG configure:40448: result: zipp-0.5.2: standard, will be installed as an SPKG configure:40448: result: zlib-1.2.11.p0: already installed as an SPKG configure:40448: result: zn_poly-0.9.2: no suitable system package; standard, will be installed as an SPKG configure:40718: checking that generated files are newer than configure configure:40724: result: done configure:40763: creating ./config.status configure:41968: notice: the following SPKGs did not find equivalent system packages: appdirs brial cddlib cliquer cmake distlib ecl eclib ecm fflas_ffpack filelock flintqs fplll freetype gc gfan giac givaro glpk gsl iml lcalc libatomic_ops libbraiding libgd libhomfly libpng lrcalc m4ri m4rie mpfi nauty openblas palp pari pari_galdata pari_seadata_small planarity ppl python3 r rw sqlite suitesparse symmetrica sympow tachyon tox virtualenv zeromq zn_poly _recommended cbc coxeter3 gp2c graphviz igraph isl libnauty libsemigroups lrslib ninja_build pandoc pari_elldata pari_galpol pari_nftables pari_seadata perl_cpan_polymake_prereq perl_mongodb configure:41975: checking for the package system in use configure:41978: result: fedora configure:41994: hint: installing the following system packages, if not already present, is recommended and may avoid having to build them (though some may have to be built anyway): $ sudo yum install brial brial-devel cddlib cliquer cliquer-devel cmake ecl eclib eclib-devel gmp-ecm gmp-ecm-devel fflas-ffpack-devel libfplll libfplll-devel gc gc-devel gfan giac giac-devel givaro givaro-devel glpk glpk-devel glpk-utils gsl gsl-devel iml iml-devel L-function-devel L-function libatomic_ops libatomic_ops-devel libbraiding gd gd-devel libhomfly-devel lrcalc-devel m4ri-devel m4rie-devel nauty openblas-devel palp pari-devel pari-gp --setopt=tsflags= pari-galdata pari-galpol pari-seadata pari-elldata pari-galdata planarity planarity-devel ppl ppl-devel python3-devel R R-devel rw-devel sqlite sqlite-devel suitesparse suitesparse-devel symmetrica-devel sympow tachyon tachyon-devel tox zeromq zeromq-devel zn_poly zn_poly-devel configure:42017: hint: installing the following system packages, if not already present, may provide additional optional features: $ sudo yum install coin-or-Cbc coin-or-Cbc-devel coxeter coxeter-devel coxeter-tools graphviz igraph igraph-devel isl-devel libnauty-devel lrslib ninja-build pandoc pari-galpol pari-seadata perl-ExtUtils-Embed perl-File-Slurp perl-JSON perl-Term-ReadLine-Gnu perl-XML-Writer perl-XML-LibXML perl-XML-LibXSLT perl-MongoDB configure:42034: hint: After installation, re-run configure using: $ ./config.status --recheck && ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu 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_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_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_PCRE_CFLAGS_set= ac_cv_env_PCRE_CFLAGS_value= ac_cv_env_PCRE_LIBS_set= ac_cv_env_PCRE_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_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_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_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_bzlib_h=yes ac_cv_header_complex_h=yes ac_cv_header_ffi_ffi_h=no ac_cv_header_ffi_h=yes ac_cv_header_gmp_h=yes ac_cv_header_gmpxx_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lrcalc_schublib_h=no ac_cv_header_lzma_h=yes ac_cv_header_memory_h=yes ac_cv_header_ncurses_h=yes ac_cv_header_pcre_h=yes ac_cv_header_pcrecpp_h=yes ac_cv_header_pcreposix_h=yes ac_cv_header_planarity_planarity_h=no ac_cv_header_readline_readline_h=yes ac_cv_header_rw_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_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_zmq_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_lzma_lzma_raw_decoder=yes ac_cv_lib_m_sqrt=yes ac_cv_objc_compiler_gnu=no ac_cv_objcxx_compiler_gnu=no ac_cv_objext=o ac_cv_path_CURL=/usr/bin/curl ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GIT=/usr/bin/git ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MAKE=/usr/bin/make ac_cv_path_PATCH=/usr/bin/patch ac_cv_path_PERL=/usr/bin/perl ac_cv_path_SED=/usr/bin/sed ac_cv_path_TAR=/usr/bin/tar ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config ac_cv_path_XZ=/usr/bin/xz ac_cv_path__libcurl_config=/usr/bin/curl-config ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_bzip2_prog=/usr/bin/bzip2 ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_HAVE_QUADRATICSIEVE=no 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_ac_ct_PKG_CONFIG=pkg-config ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_fc_g=yes ac_cv_prog_found_ar=yes ac_cv_prog_found_latex=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=no ac_cv_prog_objcxx_g=no ac_cv_search_BZ2_bzCompress=-lbz2 ac_cv_search_DGEQRF=no ac_cv_search_DGEQRF_=no ac_cv_search___gmpq_cmp_z=no ac_cv_search_calculate_level=no ac_cv_search_cblas_dgemm=no ac_cv_search_clique_unweighted_max_weight=no ac_cv_search_dgeqrf=no ac_cv_search_dgeqrf_=no ac_cv_search_ffi_call=-lffi ac_cv_search_openblas_get_config=no ac_cv_search_regexec='none required' ac_cv_search_rl_bind_keyseq=-lreadline ac_cv_search_wresize=-lncurses acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib,lib64 acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so 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_works=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= ax_cv_c_compiler_vendor=gnu ax_cv_c_openmp=-fopenmp ax_cv_check_cxxflags___mavx512f__mavx512vl__mavx512dq=no ax_cv_check_cxxflags___mfma4=yes ax_cv_check_cxxflags___mfma=yes ax_cv_cxx_compile_cxx11__std_gnupp11=yes ax_cv_cxx_openmp=-fopenmp ax_cv_gcc_version=4.8.5 ax_cv_gxx_version=4.8.5 ax_cv_prog_perl_version=yes gl_cv_elf=yes gl_cv_host_cpu_c_abi_32bit=no libcurl_cv_lib_curl_usable=yes libcurl_cv_lib_curl_version=7.29.0 libcurl_cv_lib_version_ok=yes lzma_cv_liblzma=yes lzma_cv_lzma_h=yes sage_libcurl_cv_lib_curl_executable=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## 4ti2 \ 4ti2 \ _bootstrap \ _bootstrap \ _prereq \ _prereq \ _prereq \ _recommended \ _recommended \ admcycles \ admcycles \ alabaster \ alabaster \ alabaster \ alabaster \ appdirs \ appdirs \ appdirs \ appdirs \ appnope \ appnope \ appnope \ appnope \ arb \ arb \ arb \ arb \ argon2_cffi \ argon2_cffi \ argon2_cffi \ argon2_cffi \ atlas \ atlas \ attrs \ attrs \ attrs \ attrs \ awali \ awali \ babel \ babel \ babel \ babel \ backcall \ backcall \ backcall \ backcall \ barvinok \ barvinok \ beautifulsoup4 \ beautifulsoup4 \ 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 \ cbc \ cbc \ ccache \ ccache \ cddlib \ cddlib \ cddlib \ cddlib \ certifi \ certifi \ certifi \ certifi \ cffi \ cffi \ cffi \ cffi \ cliquer \ cliquer \ cliquer \ cliquer \ cmake \ cmake \ cmake \ cmake \ cocoalib \ cocoalib \ combinatorial_designs \ combinatorial_designs \ combinatorial_designs \ combinatorial_designs \ configure \ configure \ conway_polynomials \ conway_polynomials \ conway_polynomials \ conway_polynomials \ coxeter3 \ coxeter3 \ cryptominisat \ cryptominisat \ csdp \ csdp \ cunningham_tables \ cunningham_tables \ curl \ curl \ curl \ curl \ cvxopt \ cvxopt \ cvxopt \ cvxopt \ cycler \ cycler \ cycler \ cycler \ cypari \ cypari \ cypari \ cypari \ cysignals \ cysignals \ cysignals \ cysignals \ cython \ cython \ cython \ cython \ d3js \ d3js \ database_cremona_ellcurve \ database_cremona_ellcurve \ 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 \ decorator \ decorator \ decorator \ decorator \ deformation \ deformation \ defusedxml \ defusedxml \ defusedxml \ defusedxml \ distlib \ distlib \ distlib \ distlib \ docutils \ docutils \ docutils \ docutils \ dot2tex \ dot2tex \ e_antic \ e_antic \ ecl \ ecl \ ecl \ ecl \ eclib \ eclib \ eclib \ eclib \ ecm \ ecm \ ecm \ ecm \ elliptic_curves \ elliptic_curves \ elliptic_curves \ elliptic_curves \ entrypoints \ entrypoints \ entrypoints \ entrypoints \ fflas_ffpack \ fflas_ffpack \ fflas_ffpack \ fflas_ffpack \ filelock \ filelock \ filelock \ filelock \ flint \ flint \ flint \ flint \ flintqs \ flintqs \ flintqs \ flintqs \ fplll \ fplll \ fplll \ fplll \ fpylll \ fpylll \ fpylll \ fpylll \ freetype \ freetype \ freetype \ freetype \ fricas \ fricas \ frobby \ frobby \ gambit \ gambit \ gap \ gap \ gap \ gap \ gap3 \ gap3 \ gap_jupyter \ gap_jupyter \ gap_packages \ gap_packages \ gc \ gc \ gc \ gc \ gcc \ gcc \ gcc \ gcc \ gdb \ gdb \ gf2x \ gf2x \ gf2x \ gf2x \ gfan \ gfan \ gfan \ gfan \ gfortran \ gfortran \ gfortran \ gfortran \ giac \ giac \ giac \ giac \ git \ git \ givaro \ givaro \ givaro \ givaro \ glpk \ glpk \ glpk \ glpk \ glucose \ glucose \ gmp \ gmp \ gmp \ gmp \ gmpy2 \ gmpy2 \ gmpy2 \ gmpy2 \ gp2c \ gp2c \ graphs \ graphs \ graphs \ graphs \ graphviz \ graphviz \ gsl \ gsl \ gsl \ gsl \ html5lib \ html5lib \ html5lib \ html5lib \ iconv \ iconv \ iconv \ iconv \ igraph \ igraph \ imagesize \ imagesize \ imagesize \ imagesize \ iml \ iml \ iml \ iml \ importlib_metadata \ importlib_metadata \ importlib_metadata \ importlib_metadata \ importlib_resources \ importlib_resources \ importlib_resources \ importlib_resources \ ipykernel \ ipykernel \ ipykernel \ ipykernel \ ipympl \ ipympl \ ipython \ ipython \ ipython \ ipython \ ipython_genutils \ ipython_genutils \ ipython_genutils \ ipython_genutils \ ipywidgets \ ipywidgets \ ipywidgets \ ipywidgets \ isl \ isl \ jedi \ jedi \ jedi \ jedi \ jinja2 \ jinja2 \ jinja2 \ jinja2 \ jmol \ jmol \ jmol \ jmol \ jsonschema \ jsonschema \ jsonschema \ jsonschema \ jupymake \ jupymake \ jupyter_client \ jupyter_client \ jupyter_client \ jupyter_client \ jupyter_core \ jupyter_core \ jupyter_core \ jupyter_core \ jupyter_jsmol \ jupyter_jsmol \ jupyter_jsmol \ jupyter_jsmol \ jupyter_packaging \ jupyter_packaging \ jupyterlab \ jupyterlab \ jupyterlab_widgets \ jupyterlab_widgets \ kenzo \ kenzo \ 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 \ libhomfly \ libhomfly \ libhomfly \ libhomfly \ 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 \ lrslib \ lrslib \ m4ri \ m4ri \ m4ri \ m4ri \ m4rie \ m4rie \ m4rie \ m4rie \ markupsafe \ markupsafe \ markupsafe \ markupsafe \ mathjax \ mathjax \ mathjax \ mathjax \ matplotlib \ matplotlib \ matplotlib \ matplotlib \ maxima \ maxima \ maxima \ maxima \ mcqd \ mcqd \ meataxe \ meataxe \ memory_allocator \ memory_allocator \ memory_allocator \ memory_allocator \ mistune \ mistune \ mistune \ mistune \ modular_decomposition \ modular_decomposition \ mpc \ mpc \ mpc \ mpc \ mpfi \ mpfi \ mpfi \ mpfi \ mpfr \ mpfr \ mpfr \ mpfr \ mpfrcx \ mpfrcx \ mpir \ mpir \ mpir \ mpir \ mpmath \ mpmath \ mpmath \ mpmath \ nauty \ nauty \ nauty \ nauty \ nbconvert \ nbconvert \ nbconvert \ nbconvert \ nbformat \ nbformat \ nbformat \ nbformat \ ncurses \ ncurses \ ncurses \ ncurses \ networkx \ networkx \ networkx \ networkx \ nibabel \ nibabel \ ninja_build \ ninja_build \ nodeenv \ nodeenv \ nodejs \ nodejs \ normaliz \ normaliz \ nose \ nose \ nose \ nose \ notebook \ notebook \ notebook \ notebook \ notedown \ notedown \ ntl \ ntl \ ntl \ ntl \ numpy \ numpy \ numpy \ numpy \ openblas \ openblas \ openblas \ openblas \ openssl \ openssl \ openssl \ openssl \ ore_algebra \ ore_algebra \ p_group_cohomology \ p_group_cohomology \ packaging \ packaging \ packaging \ packaging \ palp \ palp \ palp \ palp \ pandoc \ pandoc \ pandoc_attributes \ pandoc_attributes \ pandocfilters \ pandocfilters \ pandocfilters \ pandocfilters \ 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 \ pcre \ pcre \ pcre \ pcre \ perl_cpan_polymake_prereq \ perl_cpan_polymake_prereq \ perl_mongodb \ perl_mongodb \ perl_term_readline_gnu \ perl_term_readline_gnu \ pexpect \ pexpect \ pexpect \ pexpect \ pickleshare \ pickleshare \ pickleshare \ pickleshare \ pillow \ pillow \ pillow \ pillow \ pip \ pip \ pip \ pip \ pkgconf \ pkgconf \ pkgconf \ pkgconf \ pkgconfig \ pkgconfig \ pkgconfig \ pkgconfig \ planarity \ planarity \ planarity \ planarity \ plantri \ plantri \ pluggy \ pluggy \ pluggy \ pluggy \ 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 \ primecount \ primecount \ prometheus_client \ prometheus_client \ prometheus_client \ prometheus_client \ prompt_toolkit \ prompt_toolkit \ prompt_toolkit \ prompt_toolkit \ psutil \ psutil \ psutil \ psutil \ ptyprocess \ ptyprocess \ ptyprocess \ ptyprocess \ py \ py \ py \ py \ pybind11 \ pybind11 \ pybind11 \ pybind11 \ pybtex \ pybtex \ pycosat \ pycosat \ pycparser \ pycparser \ pycparser \ pycparser \ pycygwin \ pycygwin \ pycygwin \ pycygwin \ pyflakes \ pyflakes \ pygments \ pygments \ pygments \ pygments \ pygraphviz \ pygraphviz \ pynac \ pynac \ pynac \ pynac \ pynormaliz \ pynormaliz \ pyopenssl \ pyopenssl \ pyparsing \ pyparsing \ pyparsing \ pyparsing \ pyrsistent \ pyrsistent \ pyrsistent \ pyrsistent \ pysingular \ pysingular \ pytest \ pytest \ python3 \ python3 \ python3 \ python3 \ python_igraph \ python_igraph \ pytz \ pytz \ pytz \ pytz \ pyx \ pyx \ pyzmq \ pyzmq \ pyzmq \ pyzmq \ qepcad \ qepcad \ qhull \ qhull \ r \ r \ r \ r \ r_jupyter \ r_jupyter \ ratpoints \ ratpoints \ ratpoints \ ratpoints \ readline \ readline \ readline \ readline \ requests \ requests \ requests \ requests \ 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_sws2rst \ sage_sws2rst \ sagelib \ sagelib \ sagelib \ sagenb_export \ sagenb_export \ sagenb_export \ sagenb_export \ sagetex \ sagetex \ sagetex \ sagetex \ scandir \ scandir \ scandir \ scandir \ scipoptsuite \ scipoptsuite \ scipy \ scipy \ scipy \ scipy \ send2trash \ send2trash \ send2trash \ send2trash \ setuptools \ setuptools \ setuptools \ setuptools \ setuptools_scm \ setuptools_scm \ setuptools_scm \ setuptools_scm \ setuptools_wheel \ setuptools_wheel \ setuptools_wheel \ setuptools_wheel \ simplegeneric \ simplegeneric \ simplegeneric \ simplegeneric \ singular \ singular \ singular \ singular \ singular_jupyter \ singular_jupyter \ sip \ sip \ sirocco \ sirocco \ six \ six \ six \ six \ slabbe \ slabbe \ snappy \ snappy \ snowballstemmer \ snowballstemmer \ snowballstemmer \ snowballstemmer \ speaklater \ speaklater \ sphinx \ sphinx \ sphinx \ sphinx \ 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 \ 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 \ testpath \ testpath \ testpath \ testpath \ texlive \ texlive' texttable \ texttable \ thebe \ thebe \ thebe \ thebe \ threejs \ threejs \ threejs \ threejs \ tides \ tides \ toml \ toml \ toml \ toml \ topcom \ topcom \ tornado \ tornado \ tornado \ tornado \ tox \ tox \ tox \ tox \ traitlets \ traitlets \ traitlets \ traitlets \ typing_extensions \ typing_extensions \ typing_extensions \ typing_extensions \ tzlocal \ tzlocal \ tzlocal \ tzlocal \ valgrind \ valgrind \ vcversioner \ vcversioner \ vcversioner \ vcversioner \ virtualenv \ virtualenv \ virtualenv \ virtualenv \ wcwidth \ wcwidth \ wcwidth \ wcwidth \ webencodings \ webencodings \ webencodings \ webencodings \ wheel \ wheel \ wheel \ wheel \ widgetsnbextension \ widgetsnbextension \ widgetsnbextension \ widgetsnbextension \ xz \ xz \ xz \ xz \ yasm \ yasm \ yasm \ yasm' zeromq \ zeromq \ zeromq \ zeromq \ zipp \ zipp \ zipp \ zipp \ zlib \ zlib \ zlib \ zlib \ zn_poly' zn_poly' zn_poly' zn_poly' ACLOCAL='${SHELL} /home/cer9938/sage-9.4/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} /home/cer9938/sage-9.4/config/missing autoconf' AUTOHEADER='${SHELL} /home/cer9938/sage-9.4/config/missing autoheader' AUTOMAKE='${SHELL} /home/cer9938/sage-9.4/config/missing automake-1.16' AWK='gawk' BOOST_CPPFLAGS='' BOOST_LDFLAGS='' CBC_CFLAGS='' CBC_LIBS='' CBLAS_CFLAGS='' CBLAS_LIBS='' CC='gcc' CCDEPMODE='depmode=none' CDDEXEC='' CDDEXECGMP='' CFLAGS='' CFLAGS_MARCH='' CL='' CPP='gcc -E' CPPFLAGS=' ' CXX='g++ -std=gnu++11' CXXCPP='g++ -E -std=gnu++11' CXXDEPMODE='depmode=none' CXXFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" -DPACKAGE_VERSION=\"9.4\" -DPACKAGE_STRING=\"Sage\ 9.4\" -DPACKAGE_BUGREPORT=\"sage-devel@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_CXX11=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_UNIX_SOCKETS=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_ASYNCHDNS=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_FEATURE_NTLM_WB=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_GOPHER=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_POP3=1 -DLIBCURL_PROTOCOL_POP3S=1 -DLIBCURL_PROTOCOL_RTSP=1 -DLIBCURL_PROTOCOL_SCP=1 -DLIBCURL_PROTOCOL_SFTP=1 -DLIBCURL_PROTOCOL_SMTP=1 -DLIBCURL_PROTOCOL_SMTPS=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_TFTP=1 -DHAVE_NCURSES_H=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_FFI_H=1 -DHAVE_PCRE_H=1 -DHAVE_PCRECPP_H=1 -DHAVE_PCREPOSIX_H=1 -DHAVE_ZMQ=/\*\*/' DEPDIR='.deps' DOT='' ECHO_C='' ECHO_N='-n' ECHO_T='' ECLIB_CFLAGS='' ECLIB_LIBS='' ECL_CONFIG='' ECMBIN='' EGREP='/usr/bin/grep -E' EXEEXT='' F77CFLAGS='' F77FLAGS='' FC='gfortran' FCFLAGS='' FFLAS_FFPACK_CFLAGS='' FFLAS_FFPACK_LIBS='' FPLLL_CFLAGS='' FPLLL_LIBS='' FREETYPE_CFLAGS='' FREETYPE_LIBS='' GCC_VERSION='4.8.5' GC_CFLAGS='' GC_LIBS='' GENGCHECK='' GENGnautyCHECK='' GF2X_CFLAGS='' GF2X_LIBS='' GIVAROCONFIG='' GLPSOL='' GP2C='' GP='' GPHELP='' GREP='/usr/bin/grep' GSLPCDIR='' GSL_CFLAGS='' GSL_LIBS='' GXX_VERSION='4.8.5' HAVE_CXX11='1' HAVE_QUADRATICSIEVE='no' IGRAPH_CFLAGS='' IGRAPH_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' ISL_CFLAGS='' ISL_LIBS='' LAPACK_CFLAGS='' LAPACK_LIBS='' LCALC='' LDFLAGS='' LIBATOMIC_OPS_CFLAGS='' LIBATOMIC_OPS_LIBS='' LIBCURL='-lcurl ' LIBCURL_CPPFLAGS='' LIBFFI_CFLAGS='' LIBFFI_LIBS='' LIBGD_CFLAGS='' LIBGD_LIBS='' LIBICONV='' LIBOBJS='' LIBPNG_CFLAGS='' LIBPNG_LIBS='' LIBS='-lffi -lreadline -lncurses -lcurl -lbz2 -lm ' LIBSEMIGROUPS_CFLAGS='' LIBSEMIGROUPS_LIBS='' LRSNASH='' LTLIBICONV='' LTLIBOBJS='' M4RI_CFLAGS='' M4RI_LIBS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /home/cer9938/sage-9.4/config/missing makeinfo' MKDIR_P='/usr/bin/mkdir -p' NCURSES_CFLAGS='' NCURSES_LIBS='' NEATO='' NTL_INCDIR='' NTL_LIBDIR='' OBJC='gcc' OBJCDEPMODE='depmode=none' OBJCFLAGS='' OBJCXX='g++' OBJCXXDEPMODE='depmode=none' OBJCXXFLAGS='' OBJEXT='o' OPENBLASPCDIR='' OPENBLAS_CFLAGS='' OPENBLAS_LIBS='' OPENMP_CFLAGS='-fopenmp' OPENMP_CXXFLAGS='-fopenmp' OPENSSL_INCLUDES=' ' OPENSSL_LDFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto ' PACKAGE='sage' PACKAGE_BUGREPORT='sage-devel@googlegroups.com' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 9.4' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='9.4' PALPclass11='' PALPclass4='' PALPclass5='' PALPclass6='' PALPclass='' PALPcws11='' PALPcws4='' PALPcws5='' PALPcws6='' PALPcws='' PALPnef11='' PALPnef4='' PALPnef5='' PALPnef6='' PALPnef='' PALPpoly11='' PALPpoly4='' PALPpoly5='' PALPpoly6='' PALPpoly='' PANDOC='' PATH_SEPARATOR=':' PCRE_CFLAGS='' PCRE_LIBS='' PERL='/usr/bin/perl' PKG_CONFIG='pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PPL_CONFIG='' PPL_CPPFLAGS='' PPL_LDFLAGS='' PPL_LIBS='' PYTHON_FOR_VENV='' R='' READLINE_CFLAGS='' READLINE_LIBS='' REDCHECKGMP='' R_CFLAGS='' R_LIBS='' SAGE_ARB_LIBRARY='arb' SAGE_ARCHFLAGS='' SAGE_BLAS='openblas' SAGE_BUILT_PACKAGES=' \ SAGE_CONFIGURE_FFLAS_FFPACK=' --disable-avx512f --disable-avx512vl --disable-avx512dq' SAGE_CRTI_DIR='/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64' SAGE_CXX_WITHOUT_STD='g++' SAGE_DEBUG='' SAGE_DUMMY_PACKAGES=' \ SAGE_ECL_CONFIG='${prefix}/bin/ecl-config' SAGE_EDITABLE='' SAGE_ENABLE_4ti2='if_installed' SAGE_ENABLE_atlas='if_installed' SAGE_ENABLE_awali='if_installed' SAGE_ENABLE_barvinok='if_installed' SAGE_ENABLE_benzene='if_installed' SAGE_ENABLE_bliss='if_installed' SAGE_ENABLE_buckygen='if_installed' SAGE_ENABLE_cbc='if_installed' SAGE_ENABLE_ccache='if_installed' SAGE_ENABLE_cocoalib='if_installed' SAGE_ENABLE_coxeter3='if_installed' SAGE_ENABLE_cryptominisat='if_installed' SAGE_ENABLE_csdp='if_installed' SAGE_ENABLE_cunningham_tables='if_installed' SAGE_ENABLE_d3js='if_installed' SAGE_ENABLE_database_cremona_ellcurve='if_installed' SAGE_ENABLE_database_jones_numfield='if_installed' SAGE_ENABLE_database_knotinfo='if_installed' SAGE_ENABLE_database_kohel='if_installed' SAGE_ENABLE_database_mutation_class='if_installed' SAGE_ENABLE_database_odlyzko_zeta='if_installed' SAGE_ENABLE_database_stein_watkins='if_installed' SAGE_ENABLE_database_stein_watkins_mini='if_installed' SAGE_ENABLE_database_symbolic_data='if_installed' SAGE_ENABLE_deformation='if_installed' SAGE_ENABLE_dot2tex='if_installed' SAGE_ENABLE_e_antic='if_installed' SAGE_ENABLE_fricas='if_installed' SAGE_ENABLE_frobby='if_installed' SAGE_ENABLE_gambit='if_installed' SAGE_ENABLE_gap3='if_installed' SAGE_ENABLE_gap_jupyter='if_installed' SAGE_ENABLE_gap_packages='if_installed' SAGE_ENABLE_gdb='if_installed' SAGE_ENABLE_git='if_installed' SAGE_ENABLE_glucose='if_installed' SAGE_ENABLE_gp2c='if_installed' SAGE_ENABLE_graphviz='if_installed' SAGE_ENABLE_igraph='if_installed' SAGE_ENABLE_ipympl='if_installed' SAGE_ENABLE_isl='if_installed' SAGE_ENABLE_jupymake='if_installed' SAGE_ENABLE_jupyter_packaging='if_installed' SAGE_ENABLE_jupyterlab_widgets='if_installed' SAGE_ENABLE_kenzo='if_installed' SAGE_ENABLE_latte_int='if_installed' SAGE_ENABLE_libnauty='if_installed' SAGE_ENABLE_libogg='if_installed' SAGE_ENABLE_libsemigroups='if_installed' SAGE_ENABLE_libtheora='if_installed' SAGE_ENABLE_libxml2='if_installed' SAGE_ENABLE_lidia='if_installed' SAGE_ENABLE_lie='if_installed' SAGE_ENABLE_llvm='if_installed' SAGE_ENABLE_lrslib='if_installed' SAGE_ENABLE_mcqd='if_installed' SAGE_ENABLE_meataxe='if_installed' SAGE_ENABLE_modular_decomposition='if_installed' SAGE_ENABLE_mpfrcx='if_installed' SAGE_ENABLE_ninja_build='if_installed' SAGE_ENABLE_nodejs='if_installed' SAGE_ENABLE_normaliz='if_installed' SAGE_ENABLE_notedown='if_installed' SAGE_ENABLE_p_group_cohomology='if_installed' SAGE_ENABLE_pandoc='if_installed' SAGE_ENABLE_pandoc_attributes='if_installed' SAGE_ENABLE_pari_elldata='if_installed' SAGE_ENABLE_pari_galpol='if_installed' SAGE_ENABLE_pari_jupyter='if_installed' SAGE_ENABLE_pari_nftables='if_installed' SAGE_ENABLE_pari_seadata='if_installed' SAGE_ENABLE_perl_cpan_polymake_prereq='if_installed' SAGE_ENABLE_perl_mongodb='if_installed' SAGE_ENABLE_perl_term_readline_gnu='if_installed' SAGE_ENABLE_plantri='if_installed' SAGE_ENABLE_polylib='if_installed' SAGE_ENABLE_polymake='if_installed' SAGE_ENABLE_polytopes_db_4d='if_installed' SAGE_ENABLE_primecount='if_installed' SAGE_ENABLE_pycosat='if_installed' SAGE_ENABLE_pynormaliz='if_installed' SAGE_ENABLE_pysingular='if_installed' SAGE_ENABLE_python_igraph='if_installed' SAGE_ENABLE_qepcad='if_installed' SAGE_ENABLE_qhull='if_installed' SAGE_ENABLE_r_jupyter='if_installed' SAGE_ENABLE_rst2ipynb='if_installed' SAGE_ENABLE_rubiks='if_installed' SAGE_ENABLE_saclib='if_installed' SAGE_ENABLE_sage_numerical_backends_coin='if_installed' SAGE_ENABLE_sage_numerical_backends_cplex='if_installed' SAGE_ENABLE_sage_numerical_backends_gurobi='if_installed' SAGE_ENABLE_sage_sws2rst='if_installed' SAGE_ENABLE_scipoptsuite='if_installed' SAGE_ENABLE_singular_jupyter='if_installed' SAGE_ENABLE_sip='if_installed' SAGE_ENABLE_sirocco='if_installed' SAGE_ENABLE_speaklater='if_installed' SAGE_ENABLE_surf='if_installed' SAGE_ENABLE_symengine='if_installed' SAGE_ENABLE_symengine_py='if_installed' SAGE_ENABLE_tdlib='if_installed' SAGE_ENABLE_texlive='if_installed' SAGE_ENABLE_texttable='if_installed' SAGE_ENABLE_tides='if_installed' SAGE_ENABLE_topcom='if_installed' SAGE_ENABLE_valgrind='if_installed' SAGE_FAT_BINARY='' SAGE_FLINT_PREFIX='$SAGE_LOCAL' SAGE_FREETYPE_PREFIX='$SAGE_LOCAL' SAGE_GCC_DEP='' SAGE_GLPK_PREFIX='$SAGE_LOCAL' SAGE_GMP_INCLUDE='$SAGE_LOCAL/include' SAGE_GMP_PREFIX='$SAGE_LOCAL' SAGE_GSL_PC_COMMAND='' SAGE_KENZO_FAS='${prefix}/lib/ecl/kenzo.fas' SAGE_MAXIMA_FAS='${prefix}/lib/ecl/maxima.fas' SAGE_MPC_PREFIX='$SAGE_LOCAL' SAGE_MPFR_PREFIX='$SAGE_LOCAL' SAGE_MP_LIBRARY='gmp' SAGE_NAUTY_BINS_PREFIX='' SAGE_NORMAL_PACKAGES=' \ SAGE_NTL_PREFIX='$SAGE_LOCAL' 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_PACKAGES=' \ SAGE_PKG_CONFIG_PATH='$SAGE_LOCAL/lib/pkgconfig' SAGE_ROOT='/home/cer9938/sage-9.4' SAGE_SCRIPT_PACKAGES=' \ SAGE_SDIST_PACKAGES=' \ SAGE_SPKG_OPTIONS='' SAGE_SUITESPARSE_PREFIX='$SAGE_LOCAL' SAGE_SYSTEM_FACADE_PC_FILES='' SAGE_TOOLCHAIN='gcc' SAGE_VENV='${SAGE_LOCAL}' SCDD='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='' SYMPOW='' TACHYON='' TWOPI='' VERSION='9.4' XML2_CONFIG='/usr/bin/xml2-config' ZMQ_CPPFLAGS='' ZMQ_LDFLAGS='' ZMQ_LIBS='' _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='/home/cer9938/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-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' bzip2_prog='/usr/bin/bzip2' datadir='${datarootdir}' datarootdir='${prefix}/share' deps_4ti2 = zlib $(MP_LIBRARY) glpk deps__bootstrap = deps__prereq = deps__recommended = deps_admcycles = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_alabaster = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_appdirs = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_appnope = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_arb = $(MP_LIBRARY) mpfr flint deps_argon2_cffi = $(PYTHON) six | $(PYTHON_TOOLCHAIN) cffi deps_atlas = gfortran | $(PYTHON) deps_attrs = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN) deps_awali = $(PYTHON) cmake cython nbconvert ncurses deps_babel = $(PYTHON) | $(PYTHON_TOOLCHAIN) pytz deps_backcall = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_barvinok = ntl isl polylib deps_beautifulsoup4 = | pip deps_benzene = deps_biopython = | pip deps_bleach = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_bliss = deps_boost_cropped = deps_brial = boost_cropped m4ri libpng | pkgconf deps_buckygen = deps_bzip2 = | pkgconf deps_cbc = readline zlib bzip2 $(BLAS) deps_ccache = zlib deps_cddlib = $(MP_LIBRARY) deps_certifi = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_cffi = $(PYTHON) | $(PYTHON_TOOLCHAIN) pycparser deps_cliquer = deps_cmake = curl zlib bzip2 xz deps_cocoalib = $(MP_LIBRARY) deps_combinatorial_designs = deps_configure = deps_conway_polynomials = $(PYTHON) deps_coxeter3 = deps_cryptominisat = $(PYTHON) m4ri zlib libpng | cmake boost_cropped deps_csdp = $(BLAS) deps_cunningham_tables = deps_curl = deps_cvxopt = $(PYTHON) numpy $(BLAS) gsl glpk suitesparse | $(PYTHON_TOOLCHAIN) pkgconfig nose matplotlib deps_cycler = $(PYTHON) six | $(PYTHON_TOOLCHAIN) deps_cypari = $(PYTHON) cython pari cysignals | $(PYTHON_TOOLCHAIN) deps_cysignals = $(PYTHON) cython pari | $(PYTHON_TOOLCHAIN) deps_cython = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_d3js = deps_database_cremona_ellcurve = deps_database_jones_numfield = deps_database_knotinfo = $(PYTHON) | $(PYTHON_TOOLCHAIN) 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 = $(PYTHON) six | $(PYTHON_TOOLCHAIN) deps_decorator = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_deformation = $(MP_LIBRARY) mpfr flint deps_defusedxml = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_distlib = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_docutils = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_dot2tex = $(PYTHON) | $(PYTHON_TOOLCHAIN) pyparsing deps_e_antic = $(MP_LIBRARY) flint arb deps_ecl = $(MP_LIBRARY) readline gc libffi deps_eclib = pari ntl flint deps_ecm = $(MP_LIBRARY) deps_elliptic_curves = | $(PYTHON) deps_entrypoints = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_fflas_ffpack = $(MP_LIBRARY) givaro gsl $(BLAS) | pkgconf deps_filelock = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_flint = $(MP_LIBRARY) mpfr ntl deps_flintqs = $(MP_LIBRARY) deps_fplll = $(MP_LIBRARY) mpfr deps_fpylll = $(PYTHON) cython cysignals numpy fplll deps_freetype = libpng bzip2 deps_fricas = ecl deps_frobby = $(MP_LIBRARY) deps_gambit = cython | $(PYTHON_TOOLCHAIN) deps_gap = ncurses readline zlib $(MP_LIBRARY) deps_gap3 = deps_gap_jupyter = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython gap deps_gap_packages = gap libsemigroups planarity | $(SAGERUNTIME) deps_gc = libatomic_ops deps_gcc = | $(MP_LIBRARY) mpfr mpc zlib xz deps_gdb = mpfr zlib ncurses $(PYTHON) 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 deps_git = deps_givaro = $(MP_LIBRARY) deps_glpk = $(MP_LIBRARY) zlib deps_glucose = zlib deps_gmp = xz deps_gmpy2 = $(PYTHON) $(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) deps_gp2c = pari deps_graphs = deps_graphviz = deps_gsl = $(BLAS) deps_html5lib = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_iconv = deps_igraph = $(MP_LIBRARY) glpk $(BLAS) libxml2 deps_imagesize = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_iml = $(MP_LIBRARY) $(BLAS) | pkgconf deps_importlib_metadata = $(PYTHON) zipp typing_extensions | $(PYTHON_TOOLCHAIN) toml deps_importlib_resources = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_ipykernel = $(PYTHON) | ipython jupyter_client $(PYTHON_TOOLCHAIN) scandir deps_ipympl = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipywidgets matplotlib ipykernel jupyter_packaging $(findstring jupyterlab,$(OPTIONAL_INSTALLED_PACKAGES)) deps_ipython = $(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | $(PYTHON_TOOLCHAIN) wcwidth prompt_toolkit pygments pexpect appnope backcall jedi deps_ipython_genutils = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_ipywidgets = $(PYTHON) widgetsnbextension | $(PYTHON_TOOLCHAIN) ipykernel ipython traitlets deps_isl = $(MP_LIBRARY) deps_jedi = $(PYTHON) parso | $(PYTHON_TOOLCHAIN) deps_jinja2 = $(PYTHON) markupsafe docutils | $(PYTHON_TOOLCHAIN) deps_jmol = deps_jsonschema = $(PYTHON) vcversioner attrs importlib_metadata pyrsistent | $(PYTHON_TOOLCHAIN) deps_jupymake = $(PYTHON) polymake | $(PYTHON_TOOLCHAIN) deps_jupyter_client = $(PYTHON) jupyter_core | $(PYTHON_TOOLCHAIN) pyzmq dateutil deps_jupyter_core = $(PYTHON) | $(PYTHON_TOOLCHAIN) traitlets deps_jupyter_jsmol = ipywidgets $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_jupyter_packaging = $(PYTHON) packaging | $(PYTHON_TOOLCHAIN) deps_jupyterlab = $(PYTHON) vcversioner jupyter_core jupyter_client | $(PYTHON_TOOLCHAIN) deps_jupyterlab_widgets = jupyterlab nodejs tornado deps_kenzo = ecl deps_kiwisolver = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_latte_int = $(MP_LIBRARY) ntl 4ti2 cddlib lidia $(findstring lrslib,$(OPTIONAL_INSTALLED_PACKAGES)) deps_lcalc = pari mpfr deps_libatomic_ops = deps_libbraiding = deps_libffi = deps_libgd = libpng freetype xz deps_libhomfly = gc 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 fplll iml flint fflas_ffpack deps_llvm = deps_lrcalc = deps_lrslib = $(MP_LIBRARY) deps_m4ri = libpng deps_m4rie = m4ri deps_markupsafe = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_mathjax = deps_matplotlib = $(PYTHON) numpy freetype pillow dateutil pyparsing tornado six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi deps_maxima = ecl deps_mcqd = deps_meataxe = deps_memory_allocator = $(PYTHON) cython | $(PYTHON_TOOLCHAIN) deps_mistune = $(PYTHON) cython | $(PYTHON_TOOLCHAIN) deps_modular_decomposition = deps_mpc = $(MP_LIBRARY) mpfr deps_mpfi = $(MP_LIBRARY) mpfr deps_mpfr = $(MP_LIBRARY) deps_mpfrcx = $(MP_LIBRARY) mpfr mpc deps_mpir = | yasm deps_mpmath = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_nauty = deps_nbconvert = $(PYTHON) | $(PYTHON_TOOLCHAIN) mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters testpath defusedxml deps_nbformat = $(PYTHON) | $(PYTHON_TOOLCHAIN) jsonschema deps_ncurses = deps_networkx = $(PYTHON) decorator | $(PYTHON_TOOLCHAIN) scipy $(and $(filter-out no,$(SAGE_CHECK_networkx)), nose pytest) deps_nibabel = | pip deps_ninja_build = | $(PYTHON) deps_nodeenv = $(PYTHON) | $(PYTHON_TOOLCHAIN) certifi deps_nodejs = nodeenv deps_normaliz = $(MP_LIBRARY) flint e_antic libnauty deps_nose = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_notebook = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython jupyter_client ipykernel nbconvert nbformat jinja2 tornado terminado send2trash prometheus_client argon2_cffi deps_notedown = $(PYTHON) $(PYTHON_TOOLCHAIN) | pip nbformat nbconvert six pandoc_attributes deps_ntl = $(MP_LIBRARY) gf2x deps_numpy = $(PYTHON) $(BLAS) gfortran | $(PYTHON_TOOLCHAIN) pkgconfig cython deps_openblas = gfortran | $(PYTHON) deps_openssl = deps_ore_algebra = $(PYTHON) | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) deps_p_group_cohomology = $(PYTHON) cython cysignals singular meataxe $(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 deps_packaging = $(PYTHON) | $(PYTHON_TOOLCHAIN) pyparsing six deps_palp = deps_pandoc = deps_pandoc_attributes = $(PYTHON) $(PYTHON_TOOLCHAIN) | pip pandocfilters deps_pandocfilters = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pari = readline $(MP_LIBRARY) | pari_galdata pari_seadata_small deps_pari_elldata = deps_pari_galdata = deps_pari_galpol = deps_pari_jupyter = $(PYTHON) pari | $(PYTHON_TOOLCHAIN) cython notebook jupyter_core deps_pari_nftables = deps_pari_seadata = deps_pari_seadata_small = deps_parso = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_patch = deps_pcre = bzip2 deps_perl_cpan_polymake_prereq = deps_perl_mongodb = deps_perl_term_readline_gnu = readline deps_pexpect = $(PYTHON) ptyprocess | $(PYTHON_TOOLCHAIN) deps_pickleshare = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pillow = $(PYTHON) zlib freetype | $(PYTHON_TOOLCHAIN) pkgconf deps_pip = $(PYTHON) setuptools wheel deps_pkgconf = | patch deps_pkgconfig = $(PYTHON) | $(PYTHON_TOOLCHAIN) pkgconf deps_planarity = deps_plantri = deps_pluggy = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_polylib = $(MP_LIBRARY) mpfr ntl deps_polymake = $(MP_LIBRARY) bliss cddlib lrslib normaliz perl_term_readline_gnu ppl perl_cpan_polymake_prereq libxml2 | ninja_build deps_polytopes_db = deps_polytopes_db_4d = deps_ppl = $(MP_LIBRARY) glpk deps_pplpy = $(PYTHON) $(MP_LIBRARY) gmpy2 cysignals mpfr mpc ppl | $(PYTHON_TOOLCHAIN) sphinx deps_primecount = cmake deps_prometheus_client = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_prompt_toolkit = $(PYTHON) six wcwidth | $(PYTHON_TOOLCHAIN) deps_psutil = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_ptyprocess = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_py = $(PYTHON) | $(PYTHON_TOOLCHAIN) setuptools_scm deps_pybind11 = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pybtex = | pip deps_pycosat = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pycparser = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pycygwin = $(PYTHON) cython | $(PYTHON_TOOLCHAIN) deps_pyflakes = | pip deps_pygments = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pygraphviz = $(PYTHON) graphviz | $(PYTHON_TOOLCHAIN) deps_pynac = $(PYTHON) $(MP_LIBRARY) flint singular | pkgconf deps_pynormaliz = $(PYTHON) normaliz | $(PYTHON_TOOLCHAIN) deps_pyopenssl = | pip deps_pyparsing = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pyrsistent = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN) deps_pysingular = $(PYTHON) singular | $(PYTHON_TOOLCHAIN) deps_pytest = | pip deps_python3 = zlib readline sqlite libpng bzip2 xz libffi openssl deps_python_igraph = igraph texttable $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pytz = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_pyx = | pip deps_pyzmq = $(PYTHON) cython zeromq | $(PYTHON_TOOLCHAIN) deps_qepcad = readline saclib deps_qhull = | cmake deps_r = $(BLAS) gfortran iconv readline bzip2 xz pcre curl | pkgconf deps_r_jupyter = notebook r deps_ratpoints = $(MP_LIBRARY) deps_readline = ncurses deps_requests = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_rpy2 = $(PYTHON) r cffi tzlocal pytz | $(PYTHON_TOOLCHAIN) pycparser $(and $(filter-out no,$(SAGE_CHECK_rpy2)), pytest numpy ipython) deps_rst2ipynb = $(PYTHON) pandoc | $(PYTHON_TOOLCHAIN) notedown deps_rubiks = deps_rw = deps_saclib = deps_sage_conf = $(PYTHON) $(SAGE_ROOT)/pkgs/sage-conf/sage_conf.py $(SAGE_ROOT)/pkgs/sage-conf/setup.cfg $(SAGE_ROOT)/pkgs/sage-conf/bin/sage-env-config | $(PYTHON_TOOLCHAIN) deps_sage_docbuild = $(PYTHON) sphinx $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/*.py $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/ext/*.py | $(PYTHON_TOOLCHAIN) sagelib deps_sage_flatsurf = $(PYTHON) | $(PYTHON_TOOLCHAIN) surface_dynamics 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 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 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 deps_sage_sws2rst = $(PYTHON) beautifulsoup4 $(SAGE_ROOT)/pkgs/sage-sws2rst/*.py | $(PYTHON_TOOLCHAIN) $(and $(filter-out no,$(SAGE_CHECK_sage_sws2rst)), tox) deps_sagelib = FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml jinja2 jupyter_core lcalc lrcalc libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy pycygwin pynac $(PYTHON) ratpoints rw sage_conf singular symmetrica zn_poly $(PCFILES) deps_sagenb_export = $(PYTHON) nbconvert ipython six | $(PYTHON_TOOLCHAIN) deps_sagetex = $(PYTHON) maxima scipy matplotlib pillow tachyon | $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves jmol) deps_scandir = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_scipoptsuite = $(MP_LIBRARY) bliss readline | cmake deps_scipy = $(PYTHON) $(BLAS) gfortran numpy pybind11 | $(PYTHON_TOOLCHAIN) deps_send2trash = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_setuptools = $(PYTHON) deps_setuptools_scm = $(PYTHON) | setuptools pip deps_setuptools_wheel = $(PYTHON) setuptools wheel deps_simplegeneric = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_singular = $(MP_LIBRARY) ntl flint readline mpfr cddlib deps_singular_jupyter = $(PYTHON) jupyter_client | $(PYTHON_TOOLCHAIN) pysingular ipython ipywidgets deps_sip = $(PYTHON) deps_sirocco = deps_six = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_slabbe = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_snappy = $(PYTHON) decorator ipython cypari | $(PYTHON_TOOLCHAIN) sagelib deps_snowballstemmer = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_speaklater = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinx = $(PYTHON) | $(PYTHON_TOOLCHAIN) docutils jinja2 pygments six snowballstemmer imagesize babel alabaster requests sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging deps_sphinxcontrib_applehelp = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_devhelp = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_htmlhelp = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_jsmath = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_qthelp = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_serializinghtml = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sphinxcontrib_websupport = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_sqlalchemy = | pip deps_sqlite = readline deps_suitesparse = $(BLAS) gfortran mpfr $(MP_LIBRARY) deps_surf = $(MP_LIBRARY) deps_surface_dynamics = $(PYTHON) cysignals pplpy $(SAGE_SRC)/sage/rings/integer.pxd $(SAGE_SRC)/sage/ext/stdsage.pxd | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) deps_symengine = $(MP_LIBRARY) arb ecm flint mpc mpfr | cmake deps_symengine_py = symengine $(PYTHON) | cmake cython $(PYTHON_TOOLCHAIN) $(and $(filter-out no,$(SAGE_CHECK_symengine_py)), nose) deps_symmetrica = xz deps_sympow = | pari deps_sympy = $(PYTHON) mpmath | $(PYTHON_TOOLCHAIN) deps_tachyon = libpng deps_tdlib = deps_terminado = $(PYTHON) | $(PYTHON_TOOLCHAIN) ptyprocess tornado deps_testpath = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_texlive = deps_texttable = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_thebe = deps_threejs = deps_tides = $(MP_LIBRARY) mpfr deps_toml = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_topcom = cddlib deps_tornado = $(PYTHON) certifi | $(PYTHON_TOOLCHAIN) deps_tox = $(PYTHON) packaging six filelock pluggy py toml virtualenv importlib_metadata | $(PYTHON_TOOLCHAIN) deps_traitlets = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython_genutils decorator six deps_typing_extensions = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_tzlocal = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_valgrind = deps_vcversioner = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_virtualenv = $(PYTHON) appdirs distlib filelock six importlib_metadata importlib_resources | $(PYTHON_TOOLCHAIN) deps_wcwidth = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_webencodings = $(PYTHON) | $(PYTHON_TOOLCHAIN) deps_wheel = $(PYTHON) setuptools deps_widgetsnbextension = $(PYTHON) | $(PYTHON_TOOLCHAIN) jupyter_core deps_xz = deps_yasm = deps_zeromq = deps_zipp = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN) deps_zlib = deps_zn_poly = $(MP_LIBRARY)' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' fooconverseg='' foodirectg='' foogenbg='' foogeng='' foogentourng='' found_ar='yes' found_latex='yes' found_m4='yes' found_ranlib='yes' found_strip='yes' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/cer9938/sage-9.4/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' nauconverseg='' naudirectg='' naugenbg='' naugeng='' naugentourng='' ntl_includedir='' ntl_libdir='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/cer9938/sage-9.4/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__prereq = SAGE_LOCAL trees__recommended = SAGE_LOCAL trees_admcycles = SAGE_VENV trees_alabaster = SAGE_VENV trees_appdirs = SAGE_VENV trees_appnope = SAGE_VENV trees_arb = SAGE_LOCAL trees_argon2_cffi = SAGE_VENV trees_atlas = SAGE_LOCAL trees_attrs = SAGE_VENV trees_awali = SAGE_LOCAL trees_babel = SAGE_VENV trees_backcall = SAGE_VENV trees_barvinok = SAGE_LOCAL trees_beautifulsoup4 = 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_cbc = SAGE_LOCAL trees_ccache = SAGE_LOCAL trees_cddlib = SAGE_LOCAL trees_certifi = SAGE_VENV trees_cffi = SAGE_VENV trees_cliquer = SAGE_LOCAL trees_cmake = SAGE_LOCAL trees_cocoalib = SAGE_LOCAL trees_combinatorial_designs = SAGE_LOCAL trees_configure = SAGE_LOCAL trees_conway_polynomials = SAGE_LOCAL trees_coxeter3 = SAGE_LOCAL trees_cryptominisat = SAGE_LOCAL trees_csdp = SAGE_LOCAL trees_cunningham_tables = SAGE_LOCAL trees_curl = SAGE_LOCAL trees_cvxopt = SAGE_VENV trees_cycler = 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_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_decorator = SAGE_VENV trees_deformation = SAGE_LOCAL trees_defusedxml = SAGE_VENV trees_distlib = SAGE_VENV trees_docutils = SAGE_VENV trees_dot2tex = SAGE_VENV trees_e_antic = SAGE_LOCAL trees_ecl = SAGE_LOCAL trees_eclib = SAGE_LOCAL trees_ecm = SAGE_LOCAL trees_elliptic_curves = SAGE_LOCAL trees_entrypoints = SAGE_VENV trees_fflas_ffpack = SAGE_LOCAL trees_filelock = SAGE_VENV trees_flint = SAGE_LOCAL trees_flintqs = SAGE_LOCAL trees_fplll = SAGE_LOCAL trees_fpylll = SAGE_VENV trees_freetype = SAGE_LOCAL trees_fricas = SAGE_LOCAL trees_frobby = SAGE_LOCAL trees_gambit = SAGE_LOCAL trees_gap = SAGE_LOCAL trees_gap3 = SAGE_LOCAL trees_gap_jupyter = SAGE_VENV trees_gap_packages = SAGE_LOCAL trees_gc = SAGE_LOCAL trees_gcc = SAGE_LOCAL trees_gdb = SAGE_LOCAL trees_gf2x = SAGE_LOCAL trees_gfan = SAGE_LOCAL trees_gfortran = SAGE_LOCAL trees_giac = SAGE_LOCAL trees_git = SAGE_LOCAL trees_givaro = SAGE_LOCAL trees_glpk = SAGE_LOCAL trees_glucose = SAGE_LOCAL trees_gmp = SAGE_LOCAL trees_gmpy2 = SAGE_VENV trees_gp2c = SAGE_LOCAL trees_graphs = SAGE_LOCAL trees_graphviz = SAGE_LOCAL trees_gsl = SAGE_LOCAL trees_html5lib = SAGE_VENV trees_iconv = SAGE_LOCAL trees_igraph = SAGE_LOCAL trees_imagesize = SAGE_VENV trees_iml = SAGE_LOCAL trees_importlib_metadata = SAGE_VENV trees_importlib_resources = SAGE_VENV 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_jedi = SAGE_VENV trees_jinja2 = SAGE_VENV trees_jmol = SAGE_LOCAL trees_jsonschema = SAGE_VENV trees_jupymake = SAGE_VENV trees_jupyter_client = SAGE_VENV trees_jupyter_core = SAGE_VENV trees_jupyter_jsmol = SAGE_VENV trees_jupyter_packaging = SAGE_VENV trees_jupyterlab = SAGE_VENV trees_jupyterlab_widgets = SAGE_LOCAL trees_kenzo = 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_libhomfly = 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_lrslib = SAGE_LOCAL trees_m4ri = SAGE_LOCAL trees_m4rie = SAGE_LOCAL trees_markupsafe = SAGE_VENV trees_mathjax = SAGE_LOCAL trees_matplotlib = SAGE_VENV trees_maxima = SAGE_LOCAL trees_mcqd = SAGE_LOCAL trees_meataxe = SAGE_LOCAL trees_memory_allocator = SAGE_LOCAL trees_mistune = SAGE_VENV trees_modular_decomposition = SAGE_LOCAL trees_mpc = SAGE_LOCAL trees_mpfi = SAGE_LOCAL trees_mpfr = SAGE_LOCAL trees_mpfrcx = SAGE_LOCAL trees_mpir = SAGE_LOCAL trees_mpmath = SAGE_VENV trees_nauty = SAGE_LOCAL trees_nbconvert = SAGE_VENV trees_nbformat = SAGE_VENV trees_ncurses = SAGE_LOCAL trees_networkx = SAGE_VENV trees_nibabel = SAGE_VENV trees_ninja_build = SAGE_LOCAL trees_nodeenv = SAGE_VENV trees_nodejs = SAGE_LOCAL trees_normaliz = SAGE_LOCAL trees_nose = SAGE_VENV trees_notebook = SAGE_VENV trees_notedown = SAGE_VENV trees_ntl = SAGE_LOCAL trees_numpy = SAGE_VENV trees_openblas = SAGE_LOCAL trees_openssl = SAGE_LOCAL trees_ore_algebra = SAGE_VENV trees_p_group_cohomology = SAGE_VENV trees_packaging = SAGE_VENV trees_palp = SAGE_LOCAL trees_pandoc = SAGE_LOCAL trees_pandoc_attributes = SAGE_VENV trees_pandocfilters = SAGE_VENV 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_pcre = 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_pickleshare = SAGE_VENV trees_pillow = SAGE_VENV trees_pip = SAGE_VENV trees_pkgconf = SAGE_LOCAL trees_pkgconfig = SAGE_VENV trees_planarity = SAGE_LOCAL trees_plantri = SAGE_LOCAL trees_pluggy = 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_primecount = SAGE_LOCAL trees_prometheus_client = SAGE_VENV trees_prompt_toolkit = SAGE_VENV trees_psutil = SAGE_VENV trees_ptyprocess = SAGE_VENV trees_py = SAGE_VENV trees_pybind11 = SAGE_VENV trees_pybtex = SAGE_VENV trees_pycosat = SAGE_VENV trees_pycparser = SAGE_VENV trees_pycygwin = SAGE_VENV trees_pyflakes = SAGE_VENV trees_pygments = SAGE_VENV trees_pygraphviz = SAGE_VENV trees_pynac = SAGE_LOCAL trees_pynormaliz = SAGE_VENV trees_pyopenssl = SAGE_VENV trees_pyparsing = SAGE_VENV trees_pyrsistent = SAGE_VENV trees_pysingular = SAGE_VENV trees_pytest = SAGE_VENV trees_python3 = SAGE_LOCAL trees_python_igraph = SAGE_VENV trees_pytz = SAGE_VENV trees_pyx = SAGE_VENV trees_pyzmq = SAGE_VENV trees_qepcad = SAGE_LOCAL trees_qhull = SAGE_LOCAL trees_r = SAGE_LOCAL trees_r_jupyter = SAGE_LOCAL trees_ratpoints = SAGE_LOCAL trees_readline = SAGE_LOCAL trees_requests = 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_LOCAL 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_sws2rst = SAGE_VENV trees_sagelib = SAGE_VENV trees_sagenb_export = SAGE_VENV trees_sagetex = SAGE_VENV trees_scandir = SAGE_VENV trees_scipoptsuite = SAGE_LOCAL trees_scipy = SAGE_VENV trees_send2trash = SAGE_VENV trees_setuptools = SAGE_VENV trees_setuptools_scm = SAGE_VENV trees_setuptools_wheel = SAGE_VENV trees_simplegeneric = SAGE_VENV trees_singular = SAGE_LOCAL trees_singular_jupyter = SAGE_VENV trees_sip = SAGE_LOCAL trees_sirocco = SAGE_LOCAL trees_six = SAGE_VENV trees_slabbe = SAGE_VENV trees_snappy = SAGE_VENV trees_snowballstemmer = SAGE_VENV trees_speaklater = SAGE_VENV trees_sphinx = 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_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_testpath = SAGE_VENV trees_texlive = SAGE_LOCAL trees_texttable = SAGE_VENV trees_thebe = SAGE_LOCAL trees_threejs = SAGE_LOCAL trees_tides = SAGE_LOCAL trees_toml = SAGE_VENV trees_topcom = SAGE_LOCAL trees_tornado = SAGE_VENV trees_tox = SAGE_VENV trees_traitlets = SAGE_VENV trees_typing_extensions = SAGE_VENV trees_tzlocal = SAGE_VENV trees_valgrind = SAGE_LOCAL trees_vcversioner = SAGE_VENV trees_virtualenv = SAGE_VENV trees_wcwidth = SAGE_VENV trees_webencodings = SAGE_VENV trees_wheel = SAGE_VENV trees_widgetsnbextension = SAGE_VENV trees_xz = SAGE_LOCAL trees_yasm = SAGE_LOCAL trees_zeromq = SAGE_LOCAL trees_zipp = SAGE_VENV trees_zlib = SAGE_LOCAL trees_zn_poly = SAGE_LOCAL' vers_4ti2 = 1.6.7.p0 vers__bootstrap = none vers__prereq = none vers__recommended = none vers_admcycles = none vers_alabaster = 0.7.12 vers_appdirs = 1.4.4 vers_appnope = 0.1.0.p0 vers_arb = 2.19.0.p0 vers_argon2_cffi = 20.1.0 vers_atlas = 3.10.2.p3 vers_attrs = 19.3.0 vers_awali = 1.0.2-190218 vers_babel = 2.9.1 vers_backcall = 0.1.0 vers_barvinok = 0.41.1 vers_beautifulsoup4 = none vers_benzene = 20130630 vers_biopython = none vers_bleach = 3.1.5 vers_bliss = 0.73+debian-1+sage-2016-08-02.p0 vers_boost_cropped = 1.66.0.p0 vers_brial = 1.2.8 vers_buckygen = 1.1 vers_bzip2 = 1.0.6-20150304.p0 vers_cbc = 2.9.4.p0 vers_ccache = 3.3.4 vers_cddlib = 0.94m vers_certifi = 2020.11.8 vers_cffi = 1.14.5 vers_cliquer = 1.22 vers_cmake = 3.21.0 vers_cocoalib = 0.99564 vers_combinatorial_designs = 20140630.p0 vers_configure = 7282b2b6c6a282a887fa05b0b5250b77035bf3bf vers_conway_polynomials = 0.5 vers_coxeter3 = 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0 vers_cryptominisat = 5.6.8 vers_csdp = 6.2.p1 vers_cunningham_tables = 1.0 vers_curl = 7.62.0.p0 vers_cvxopt = 1.2.6 vers_cycler = 0.10.0.p0 vers_cypari = 2.1.2 vers_cysignals = 1.10.3 vers_cython = 0.29.21 vers_d3js = 3.4.8 vers_database_cremona_ellcurve = 20190911 vers_database_jones_numfield = 4 vers_database_knotinfo = 0.7 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.1 vers_decorator = 4.4.2 vers_deformation = 20210503 vers_defusedxml = 0.6.0 vers_distlib = 0.3.1 vers_docutils = 0.17.1 vers_dot2tex = 2.11.3.p0 vers_e_antic = 0.1.9 vers_ecl = 21.2.1 vers_eclib = 20210625 vers_ecm = 7.0.4.p2 vers_elliptic_curves = 0.8.1 vers_entrypoints = 0.3 vers_fflas_ffpack = 2.4.3.p0 vers_filelock = 3.0.12 vers_flint = 2.7.1 vers_flintqs = 1.0.p0 vers_fplll = 5.4.1 vers_fpylll = 0.5.6 vers_freetype = 2.10.4 vers_fricas = 1.3.7.p1 vers_frobby = 0.9.0.p2 vers_gambit = 15.1.1.p0 vers_gap = 4.11.1 vers_gap3 = 04jul17 vers_gap_jupyter = 0.9 vers_gap_packages = 4.11.1 vers_gc = 8.0.4 vers_gcc = 10.3.0 vers_gdb = 8.2 vers_gf2x = 1.3.0 vers_gfan = 0.6.2.p1 vers_gfortran = 10.3.0 vers_giac = 1.6.0.47p3 vers_git = none vers_givaro = 4.1.1 vers_glpk = 5.0.p0 vers_glucose = 4.1 vers_gmp = 6.2.0 vers_gmpy2 = 2.1.0b5 vers_gp2c = 0.0.10.p0 vers_graphs = 20210214.p0 vers_graphviz = none vers_gsl = 2.6 vers_html5lib = 1.0.1 vers_iconv = 1.15 vers_igraph = 0.8.3 vers_imagesize = 1.2.0 vers_iml = 1.0.4p1.p2 vers_importlib_metadata = 4.0.1 vers_importlib_resources = 5.1.4 vers_ipykernel = 5.2.1 vers_ipympl = 0.6.3 vers_ipython = 7.16.1 vers_ipython_genutils = 0.2.0 vers_ipywidgets = 7.6.3.p0 vers_isl = 0.20 vers_jedi = 0.17.2 vers_jinja2 = 2.11.2 vers_jmol = 14.29.52 vers_jsonschema = 3.2.0 vers_jupymake = 0.9 vers_jupyter_client = 6.1.6 vers_jupyter_core = 4.6.3 vers_jupyter_jsmol = 0.2.4 vers_jupyter_packaging = 0.7.12 vers_jupyterlab = none vers_jupyterlab_widgets = 2.0 vers_kenzo = 1.1.10 vers_kiwisolver = 1.0.1 vers_latte_int = 1.7.6 vers_lcalc = 1.23.p20 vers_libatomic_ops = 7.6.10 vers_libbraiding = 1.1 vers_libffi = 3.2.1 vers_libgd = 2.3.2 vers_libhomfly = 1.02r6 vers_libnauty = none vers_libogg = 1.3.1.p0 vers_libpng = 1.6.29.p1 vers_libsemigroups = 1.1.0 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.6.3.p1 vers_llvm = none vers_lrcalc = 1.2.p1 vers_lrslib = 071b+autotools-2021-07-13 vers_m4ri = 20200115 vers_m4rie = 20200115 vers_markupsafe = 1.1.1 vers_mathjax = 2.7.4.p0 vers_matplotlib = 3.3.4 vers_maxima = 5.45.0 vers_mcqd = 1.0.p0 vers_meataxe = 1.0.1 vers_memory_allocator = 0.1.0 vers_mistune = 0.8.4 vers_modular_decomposition = 20100607 vers_mpc = 1.1.0 vers_mpfi = 1.5.2 vers_mpfr = 4.0.1.p0 vers_mpfrcx = 0.5 vers_mpir = 3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0 vers_mpmath = 1.2.1 vers_nauty = 27r1.p1 vers_nbconvert = 5.6.1 vers_nbformat = 5.0.7 vers_ncurses = 6.0.p0 vers_networkx = 2.5.1 vers_nibabel = none vers_ninja_build = 1.8.2 vers_nodeenv = none vers_nodejs = 12.18.3 vers_normaliz = 3.8.10 vers_nose = 1.3.7 vers_notebook = 6.1.1 vers_notedown = 1.5.1 vers_ntl = 11.4.3 vers_numpy = 1.20.3 vers_openblas = 0.3.13 vers_openssl = 3.0.0-alpha12 vers_ore_algebra = none vers_p_group_cohomology = 3.3.2 vers_packaging = 20.9 vers_palp = 2.11 vers_pandoc = none vers_pandoc_attributes = 8bc82f6d vers_pandocfilters = 1.4.2 vers_pari = 2.13.1 vers_pari_elldata = 20161017 vers_pari_galdata = 20080411.p0 vers_pari_galpol = 20180625 vers_pari_jupyter = 1.3.2 vers_pari_nftables = 20080929 vers_pari_seadata = 20090618 vers_pari_seadata_small = 20090618.p0 vers_parso = 0.7.0 vers_patch = 2.7.5 vers_pcre = 8.40.p2 vers_perl_cpan_polymake_prereq = none vers_perl_mongodb = none vers_perl_term_readline_gnu = 1.35 vers_pexpect = 4.8.0 vers_pickleshare = 0.7.5 vers_pillow = 8.1.2 vers_pip = 21.1.2 vers_pkgconf = 0.9.7.p2 vers_pkgconfig = 1.5.2 vers_planarity = 3.0.1.0 vers_plantri = 4.5 vers_pluggy = 0.13.1 vers_polylib = 5.22.5 vers_polymake = 4.4 vers_polytopes_db = 20170220.p0 vers_polytopes_db_4d = 1.0 vers_ppl = 1.2.p1 vers_pplpy = 0.8.6 vers_primecount = 5.1 vers_prometheus_client = 0.8.0 vers_prompt_toolkit = 3.0.5 vers_psutil = 5.2.0.p2 vers_ptyprocess = 0.5.1.p0 vers_py = 1.10.0 vers_pybind11 = 2.6.0 vers_pybtex = none vers_pycosat = 0.6.3 vers_pycparser = 2.20 vers_pycygwin = 0.1 vers_pyflakes = none vers_pygments = 2.3.1.p0 vers_pygraphviz = none vers_pynac = 0.7.29.p1 vers_pynormaliz = 2.14 vers_pyopenssl = none vers_pyparsing = 2.4.7 vers_pyrsistent = 0.16.0 vers_pysingular = 0.9.7 vers_pytest = none vers_python3 = 3.9.5 vers_python_igraph = 0.8.3 vers_pytz = 2020.4 vers_pyx = none vers_pyzmq = 22.0.3 vers_qepcad = B.1.72 vers_qhull = 2015-src-7.2.0.p1 vers_r = 3.6.3 vers_r_jupyter = none vers_ratpoints = 2.1.3.p5 vers_readline = 8.0 vers_requests = 2.13.0 vers_rpy2 = 3.3.6 vers_rst2ipynb = 0.2.2.p0 vers_rubiks = 20070912.p21 vers_rw = 0.9 vers_saclib = 2.2.7 vers_sage_conf = 9.4 vers_sage_docbuild = 9.4 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_sws2rst = 9.4 vers_sagelib = 9.4 vers_sagenb_export = 3.3 vers_sagetex = 3.5 vers_scandir = 1.9.0 vers_scipoptsuite = 5.0.1 vers_scipy = 1.6.3 vers_send2trash = 1.5.0 vers_setuptools = 56.2.0 vers_setuptools_scm = 6.0.1 vers_setuptools_wheel = 56.2.0 vers_simplegeneric = 0.8.1.p0 vers_singular = 4.2.0p3 vers_singular_jupyter = 0.9.7 vers_sip = 4.18 vers_sirocco = 2.0.2 vers_six = 1.15.0 vers_slabbe = none vers_snappy = none vers_snowballstemmer = 1.2.1.p0 vers_speaklater = 1.3.p0 vers_sphinx = 4.0.1.p0 vers_sphinxcontrib_applehelp = 1.0.2 vers_sphinxcontrib_devhelp = 1.0.2 vers_sphinxcontrib_htmlhelp = 1.0.3 vers_sphinxcontrib_jsmath = 1.0.1 vers_sphinxcontrib_qthelp = 1.0.3 vers_sphinxcontrib_serializinghtml = 1.1.4 vers_sphinxcontrib_websupport = 1.2.1 vers_sqlalchemy = none vers_sqlite = 3290000 vers_suitesparse = 5.10.1 vers_surf = 1.0.6-gcc6 vers_surface_dynamics = none vers_symengine = 0.7.0 vers_symengine_py = 0.7.0.post2 vers_symmetrica = 3.0.1 vers_sympow = 2.023.6 vers_sympy = 1.8 vers_tachyon = 0.98.9.p7 vers_tdlib = 0.3.1.p0 vers_terminado = 0.8.3 vers_testpath = 0.4.4 vers_texlive = none vers_texttable = 1.6.3 vers_thebe = 9624e0a0.p0 vers_threejs = r122.p0 vers_tides = 2.0.p0 vers_toml = 0.10.2 vers_topcom = 0.17.7 vers_tornado = 6.0.4 vers_tox = 3.23.1 vers_traitlets = 4.3.3 vers_typing_extensions = 3.10.0.0 vers_tzlocal = 2.1 vers_valgrind = 3.14.0 vers_vcversioner = 2.16.0.0.p0 vers_virtualenv = 20.4.7 vers_wcwidth = 0.1.7.p0 vers_webencodings = 0.5.1 vers_wheel = 0.36.2 vers_widgetsnbextension = 3.5.1.p0 vers_xz = 5.2.2.p0 vers_yasm = 1.3.0.p0 vers_zeromq = 4.2.5 vers_zipp = 0.5.2 vers_zlib = 1.2.11.p0 vers_zn_poly = 0.9.2' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Sage" #define PACKAGE_TARNAME "sage" #define PACKAGE_VERSION "9.4" #define PACKAGE_STRING "Sage 9.4" #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "9.4" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBM 1 #define HAVE_CXX11 1 #define HAVE_LIBCURL 1 #define LIBCURL_FEATURE_SSL 1 #define LIBCURL_FEATURE_IPV6 1 #define LIBCURL_FEATURE_UNIX_SOCKETS 1 #define LIBCURL_FEATURE_LIBZ 1 #define LIBCURL_FEATURE_ASYNCHDNS 1 #define LIBCURL_FEATURE_IDN 1 #define LIBCURL_FEATURE_NTLM 1 #define LIBCURL_FEATURE_NTLM_WB 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_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_POP3 1 #define LIBCURL_PROTOCOL_POP3S 1 #define LIBCURL_PROTOCOL_RTSP 1 #define LIBCURL_PROTOCOL_SCP 1 #define LIBCURL_PROTOCOL_SFTP 1 #define LIBCURL_PROTOCOL_SMTP 1 #define LIBCURL_PROTOCOL_SMTPS 1 #define LIBCURL_PROTOCOL_TELNET 1 #define LIBCURL_PROTOCOL_TFTP 1 #define HAVE_NCURSES_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_FFI_H 1 #define HAVE_PCRE_H 1 #define HAVE_PCRECPP_H 1 #define HAVE_PCREPOSIX_H 1 #define HAVE_ZMQ /**/ configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Sage config.status 9.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on quser22 config.status:3179: creating build/make/Makefile-auto config.status:3179: creating build/make/Makefile config.status:3179: creating src/bin/sage-env-config config.status:3179: creating src/bin/sage-src-env-config config.status:3179: creating build/bin/sage-build-env-config config.status:3179: creating pkgs/sage-conf/sage_conf.py config.status:3179: creating pkgs/sage-conf/setup.cfg config.status:3351: executing depfiles commands config.status:3351: executing mkdirs commands config.status:3483: creating directory /home/cer9938/sage-9.4/logs/pkgs config.status:3483: creating directory local config.status:3483: creating directory local/bin config.status:3483: creating directory local/etc config.status:3483: creating directory local/include config.status:3483: creating directory local/lib config.status:3483: creating directory local/lib/pkgconfig config.status:3483: creating directory local/share config.status:3483: creating directory local/var/lib/sage/installed