Thanks Dima! -- here is the requested information:
It's a fresh install, config.log is attached. In just this moment, the
system admin told me that he was able to compile sage-8.6 using the
standard gcc compiler by RHEL6 (this is copy-and-paste, I don't know what
that means), while the error remains compiling sage-8.7.
$ find /usr/ -name libgmpxx.so*
find: `/usr/lib64/audit': Permission denied
/usr/lib64/libgmpxx.so
/usr/lib64/libgmpxx.so.4
/usr/lib64/libgmpxx.so.4.1.0
$ find /usr/ -name libgmp.so*
find: `/usr/lib64/audit': Permission denied
/usr/lib64/libgmp.so
/usr/lib64/libgmp.so.3.5.0
/usr/lib64/libgmp.so.3
/usr/lib64/openssl/engines/libgmp.so
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/f3b98cae-0bf9-44ea-8a23-b8049e18986c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 8.8.beta6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = dlp762
uname -m = x86_64
uname -r = 2.6.32-754.10.1.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Nov 29 15:44:01 EST 2018
/usr/bin/uname -p = unknown
/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: /usr/local/Gcc/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /net/hp874/disc2/home/stumpcl2/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2734: checking for a BSD-compatible install
configure:2802: result: /usr/bin/install -c
configure:2813: checking whether build environment is sane
configure:2868: result: yes
configure:3019: checking for a thread-safe mkdir -p
configure:3058: result: /bin/mkdir -p
configure:3065: checking for gawk
configure:3081: found /bin/gawk
configure:3092: result: gawk
configure:3103: checking whether make -j20 sets $(MAKE)
configure:3125: result: yes
configure:3154: checking whether make -j20 supports nested variables
configure:3171: result: yes
configure:3300: checking whether to enable maintainer-specific portions of
Makefiles
configure:3309: result: yes
configure:3351: checking for root user
configure:3360: result: no
configure:3371: checking build system type
configure:3385: result: x86_64-pc-linux-gnu
configure:3405: checking host system type
configure:3418: result: x86_64-pc-linux-gnu
configure:3530: checking for a sed that does not truncate output
configure:3594: result: /bin/sed
configure:3602: checking for ar
configure:3618: found /usr/bin/ar
configure:3630: result: yes
configure:3651: checking for m4
configure:3667: found /usr/bin/m4
configure:3679: result: yes
configure:3754: checking for pkg-config
configure:3772: found /usr/bin/pkg-config
configure:3784: result: /usr/bin/pkg-config
configure:3809: checking pkg-config is at least version 0.9.0
configure:3812: result: yes
configure:3823: checking for ranlib
configure:3839: found /usr/bin/ranlib
configure:3851: result: yes
configure:3872: checking for strip
configure:3888: found /usr/bin/strip
configure:3900: result: yes
configure:3920: checking for GNU or BSD tar
configure:3968: result: /bin/tar
configure:4035: checking for latex
configure:4063: result: no
configure:4073: You do not have 'latex', which is recommended, but not
configure:4075: required. Latex is only really used for building pdf
configure:4077: documents and for %latex mode in the Sage notebook.
configure:4087: checking for perl
configure:4105: found /usr/bin/perl
configure:4117: result: /usr/bin/perl
configure:4125: checking for Perl version 5.8.0 or later
configure:4136: result: yes
configure:4198: checking for gcc
configure:4214: found /usr/local/Gcc/bin/gcc
configure:4225: result: gcc
configure:4454: checking for C compiler version
configure:4463: gcc --version >&5
gcc (GCC) 7.3.0
Copyright (C) 2017 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:4474: $? = 0
configure:4463: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/net/dlp762/share/application-software/Gcc/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.3.0/configure --disable-multilib
--exec-prefix=/usr/local/Gcc --prefix=/usr/local/Gcc
Thread model: posix
gcc version 7.3.0 (GCC)
configure:4474: $? = 0
configure:4463: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4474: $? = 1
configure:4463: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4474: $? = 1
configure:4494: checking whether the C compiler works
configure:4516: gcc conftest.c >&5
configure:4520: $? = 0
configure:4568: result: yes
configure:4571: checking for C compiler default output file name
configure:4573: result: a.out
configure:4579: checking for suffix of executables
configure:4586: gcc -o conftest conftest.c >&5
configure:4590: $? = 0
configure:4612: result:
configure:4634: checking whether we are cross compiling
configure:4642: gcc -o conftest conftest.c >&5
configure:4646: $? = 0
configure:4653: ./conftest
configure:4657: $? = 0
configure:4672: result: no
configure:4677: checking for suffix of object files
configure:4699: gcc -c conftest.c >&5
configure:4703: $? = 0
configure:4724: result: o
configure:4728: checking whether we are using the GNU C compiler
configure:4747: gcc -c conftest.c >&5
configure:4747: $? = 0
configure:4756: result: yes
configure:4765: checking whether gcc accepts -g
configure:4785: gcc -c -g conftest.c >&5
configure:4785: $? = 0
configure:4826: result: yes
configure:4843: checking for gcc option to accept ISO C89
configure:4906: gcc -c -g -O2 conftest.c >&5
configure:4906: $? = 0
configure:4919: result: none needed
configure:4944: checking whether gcc understands -c and -o together
configure:4966: gcc -c conftest.c -o conftest2.o
configure:4969: $? = 0
configure:4966: gcc -c conftest.c -o conftest2.o
configure:4969: $? = 0
configure:4981: result: yes
configure:5001: checking whether make -j20 supports the include directive
configure:5016: make -j20 -f confmf.GNU && cat confinc.out
make[2]: Entering directory `/tmp/stumpcl2/sage'
make[2]: Leaving directory `/tmp/stumpcl2/sage'
this is the am__doit target
configure:5019: $? = 0
configure:5038: result: yes (GNU style)
configure:5063: checking dependency style of gcc
configure:5174: result: none
configure:5194: checking how to run the C preprocessor
configure:5225: gcc -E conftest.c
configure:5225: $? = 0
configure:5239: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5264: result: gcc -E
configure:5284: gcc -E conftest.c
configure:5284: $? = 0
configure:5298: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5298: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5384: checking for g++
configure:5400: found /usr/local/Gcc/bin/g++
configure:5411: result: g++
configure:5438: checking for C++ compiler version
configure:5447: g++ --version >&5
g++ (GCC) 7.3.0
Copyright (C) 2017 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:5458: $? = 0
configure:5447: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/net/dlp762/share/application-software/Gcc/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.3.0/configure --disable-multilib
--exec-prefix=/usr/local/Gcc --prefix=/usr/local/Gcc
Thread model: posix
gcc version 7.3.0 (GCC)
configure:5458: $? = 0
configure:5447: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5458: $? = 1
configure:5447: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
configure:5458: $? = 1
configure:5462: checking whether we are using the GNU C++ compiler
configure:5481: g++ -c conftest.cpp >&5
configure:5481: $? = 0
configure:5490: result: yes
configure:5499: checking whether g++ accepts -g
configure:5519: g++ -c -g conftest.cpp >&5
configure:5519: $? = 0
configure:5560: result: yes
configure:5585: checking dependency style of g++
configure:5696: result: none
configure:5764: checking for gfortran
configure:5780: found /usr/local/Gcc/bin/gfortran
configure:5791: result: gfortran
configure:5817: checking for Fortran compiler version
configure:5826: gfortran --version >&5
GNU Fortran (GCC) 7.3.0
Copyright (C) 2017 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:5837: $? = 0
configure:5826: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/net/dlp762/share/application-software/Gcc/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.3.0/configure --disable-multilib
--exec-prefix=/usr/local/Gcc --prefix=/usr/local/Gcc
Thread model: posix
gcc version 7.3.0 (GCC)
configure:5837: $? = 0
configure:5826: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5837: $? = 1
configure:5826: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:5837: $? = 1
configure:5846: checking whether we are using the GNU Fortran compiler
configure:5859: gfortran -c conftest.F >&5
configure:5859: $? = 0
configure:5868: result: yes
configure:5874: checking whether gfortran accepts -g
configure:5885: gfortran -c -g conftest.f >&5
configure:5885: $? = 0
configure:5893: result: yes
configure:5983: checking for gcc
configure:5999: found /usr/local/Gcc/bin/gcc
configure:6010: result: gcc
configure:6035: checking for Objective C compiler version
configure:6044: gcc --version >&5
gcc (GCC) 7.3.0
Copyright (C) 2017 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:6055: $? = 0
configure:6044: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/net/dlp762/share/application-software/Gcc/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.3.0/configure --disable-multilib
--exec-prefix=/usr/local/Gcc --prefix=/usr/local/Gcc
Thread model: posix
gcc version 7.3.0 (GCC)
configure:6055: $? = 0
configure:6044: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6055: $? = 1
configure:6044: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:6055: $? = 1
configure:6059: checking whether we are using the GNU Objective C compiler
configure:6078: gcc -c conftest.m >&5
configure:6078: $? = 0
configure:6087: result: yes
configure:6096: checking whether gcc accepts -g
configure:6116: gcc -c -g conftest.m >&5
configure:6116: $? = 0
configure:6157: result: yes
configure:6182: checking dependency style of gcc
configure:6291: result: none
configure:6360: checking for g++
configure:6376: found /usr/local/Gcc/bin/g++
configure:6387: result: g++
configure:6412: checking for Objective C++ compiler version
configure:6421: g++ --version >&5
g++ (GCC) 7.3.0
Copyright (C) 2017 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:6432: $? = 0
configure:6421: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/net/dlp762/share/application-software/Gcc/bin/../libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-7.3.0/configure --disable-multilib
--exec-prefix=/usr/local/Gcc --prefix=/usr/local/Gcc
Thread model: posix
gcc version 7.3.0 (GCC)
configure:6432: $? = 0
configure:6421: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6432: $? = 1
configure:6421: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
configure:6432: $? = 1
configure:6436: checking whether we are using the GNU Objective C++ compiler
configure:6455: g++ -c conftest.mm >&5
g++: error: conftest.mm: Objective-C++ compiler not installed on this system
configure:6455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:6464: result: no
configure:6473: checking whether g++ accepts -g
configure:6493: g++ -c -g conftest.mm >&5
g++: error: conftest.mm: Objective-C++ compiler not installed on this system
configure:6493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6508: g++ -c conftest.mm >&5
g++: error: conftest.mm: Objective-C++ compiler not installed on this system
configure:6508: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6524: g++ -c -g conftest.mm >&5
g++: error: conftest.mm: Objective-C++ compiler not installed on this system
configure:6524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:6534: result: no
configure:6559: checking dependency style of g++
configure:6668: result: none
configure:6709: checking how to run the C++ preprocessor
configure:6736: g++ -E conftest.cpp
configure:6736: $? = 0
configure:6750: g++ -E conftest.cpp
conftest.cpp:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6775: result: g++ -E
configure:6795: g++ -E conftest.cpp
configure:6795: $? = 0
configure:6809: g++ -E conftest.cpp
conftest.cpp:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6809: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6838: checking for grep that handles long lines and -e
configure:6896: result: /bin/grep
configure:6901: checking for egrep
configure:6963: result: /bin/grep -E
configure:6968: checking for ANSI C header files
configure:6988: g++ -c -g -O2 conftest.cpp >&5
configure:6988: $? = 0
configure:7061: g++ -o conftest -g -O2 conftest.cpp >&5
configure:7061: $? = 0
configure:7061: ./conftest
configure:7061: $? = 0
configure:7072: result: yes
configure:7085: checking for sys/types.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for sys/stat.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for stdlib.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for string.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for memory.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for strings.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for inttypes.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for stdint.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7085: checking for unistd.h
configure:7085: g++ -c -g -O2 conftest.cpp >&5
configure:7085: $? = 0
configure:7085: result: yes
configure:7097: checking complex.h usability
configure:7097: g++ -c -g -O2 conftest.cpp >&5
configure:7097: $? = 0
configure:7097: result: yes
configure:7097: checking complex.h presence
configure:7097: g++ -E conftest.cpp
configure:7097: $? = 0
configure:7097: result: yes
configure:7097: checking for complex.h
configure:7097: result: yes
configure:7120: checking for sqrt in -lm
configure:7145: g++ -o conftest -g -O2 conftest.cpp -lm >&5
conftest.cpp:28:6: warning: declaration of 'char sqrt()' conflicts with
built-in declaration 'double sqrt(double)' [-Wbuiltin-declaration-mismatch]
char sqrt ();
^~~~
configure:7145: $? = 0
configure:7154: result: yes
configure:7272: checking Python version to install
configure:7289: result: 2
configure:7294: checking BLAS library
configure:7312: result: openblas
configure:7330: === checking whether to install the bzip2 SPKG ===
configure:7371: checking bzlib.h usability
configure:7371: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:55:10: fatal error: bzlib.h: No such file or directory
#include <bzlib.h>
^~~~~~~~~
compilation terminated.
configure:7371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bzlib.h>
configure:7371: result: no
configure:7371: checking bzlib.h presence
configure:7371: g++ -E conftest.cpp
conftest.cpp:22:10: fatal error: bzlib.h: No such file or directory
#include <bzlib.h>
^~~~~~~~~
compilation terminated.
configure:7371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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. */
| #include <bzlib.h>
configure:7371: result: no
configure:7371: checking for bzlib.h
configure:7371: result: no
configure:7379: checking for library containing BZ2_bzCompress
configure:7410: g++ -o conftest -g -O2 conftest.cpp -lm >&5
/tmp/ccyyl0Dg.o: In function `main':
/tmp/stumpcl2/sage/conftest.cpp:33: undefined reference to `BZ2_bzCompress'
collect2: error: ld returned 1 exit status
configure:7410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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. */
|
| /* 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:7410: g++ -o conftest -g -O2 conftest.cpp -lbz2 -lm >&5
/usr/bin/ld: cannot find -lbz2
collect2: error: ld returned 1 exit status
configure:7410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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. */
|
| /* 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:7427: result: no
configure:7439: checking for break
configure:7469: result: no
configure:7504: === checking whether to install the gcc SPKG ===
configure:7623: checking for C++ compiler vendor
configure:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:9: error: 'thisisanerror' was not declared in this scope
thisisanerror;
^~~~~~~~~~~~~
configure:7670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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:7670: g++ -c -g -O2 conftest.cpp >&5
configure:7670: $? = 0
configure:7678: result: gnu
configure:7698: checking whether g++ supports C++11 features with -std=gnu++11
configure:7994: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
configure:7994: $? = 0
configure:8003: result: yes
configure:8404: checking for gcc option to accept ISO C99
configure:8553: gcc -c -g -O2 conftest.c >&5
configure:8553: $? = 0
configure:8566: result: none needed
configure:8647: checking if gcc accepts -dumpversion option
configure:8672: cat conftest.c 1>&5
int main()
{
return 0;
}
configure:8675: $? = 0
configure:8679: gcc -dumpversion -c conftest.c 1>&5
7.3.0
configure:8682: $? = 0
configure:8685: result: yes
configure:8712: checking gcc version
configure:8726: result: 7.3.0
configure:8740: checking if g++ accepts -dumpversion option
configure:8765: cat conftest.c 1>&5
int main()
{
return 0;
}
configure:8768: $? = 0
configure:8772: gcc -dumpversion -c conftest.c 1>&5
7.3.0
configure:8775: $? = 0
configure:8778: result: yes
configure:8805: checking g++ version
configure:8819: result: 7.3.0
configure:8963: === checking whether to install the gf2x SPKG ===
configure:9004: checking gf2x.h usability
configure:9004: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
conftest.cpp:56:10: fatal error: gf2x.h: No such file or directory
#include <gf2x.h>
^~~~~~~~
compilation terminated.
configure:9004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gf2x.h>
configure:9004: result: no
configure:9004: checking gf2x.h presence
configure:9004: g++ -E -std=gnu++11 conftest.cpp
conftest.cpp:23:10: fatal error: gf2x.h: No such file or directory
#include <gf2x.h>
^~~~~~~~
compilation terminated.
configure:9004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 <gf2x.h>
configure:9004: result: no
configure:9004: checking for gf2x.h
configure:9004: result: no
configure:9012: checking for library containing gf2x_mul_r
configure:9043: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lm >&5
/tmp/cc40YJJU.o: In function `main':
/tmp/stumpcl2/sage/conftest.cpp:34: undefined reference to `gf2x_mul_r'
collect2: error: ld returned 1 exit status
configure:9043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 gf2x_mul_r ();
| int
| main ()
| {
| return gf2x_mul_r ();
| ;
| return 0;
| }
configure:9043: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lgf2x -lm
>&5
/usr/bin/ld: cannot find -lgf2x
collect2: error: ld returned 1 exit status
configure:9043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 gf2x_mul_r ();
| int
| main ()
| {
| return gf2x_mul_r ();
| ;
| return 0;
| }
configure:9060: result: no
configure:9145: === checking whether to install the git SPKG ===
configure:9187: checking for git
configure:9219: result: /usr/bin/git
configure:9251: === checking whether to install the mpir SPKG ===
configure:9429: result: using mpir SPKG (via --with-mp=mpir)
configure:9516: === checking whether to install the gmp SPKG ===
configure:9592: === checking whether to install the zlib SPKG ===
configure:9960: === checking whether to install the libpng SPKG ===
configure:10002: checking Installing zlib?
configure:10005: result: Yes. Install libpng as well.
configure:10259: === checking whether to install the patch SPKG ===
configure:10412: === checking whether to install the zeromq SPKG ===
configure:10476: checking zmq.h usability
configure:10476: gcc -c -g -O2 conftest.c >&5
conftest.c:56:10: fatal error: zmq.h: No such file or directory
#include <zmq.h>
^~~~~~~
compilation terminated.
configure:10476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <zmq.h>
configure:10476: result: no
configure:10476: checking zmq.h presence
configure:10476: gcc -E conftest.c
conftest.c:23:10: fatal error: zmq.h: No such file or directory
#include <zmq.h>
^~~~~~~
compilation terminated.
configure:10476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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 <zmq.h>
configure:10476: result: no
configure:10476: checking for zmq.h
configure:10476: result: no
configure:10523: WARNING: no valid ZMQ installation was found
configure:10573: === checking whether to install the cmake SPKG ===
configure:10614: checking for cmake >= 3.4
configure:10691: result:
configure:10726: === checking whether to install the curl SPKG ===
configure:10769: checking for curl 7.22
configure:10804: result:
configure:10853: === checking whether to install the pcre SPKG ===
configure:10895: checking Installing bzip2?
configure:10898: result: Yes. Install pcre as well.
configure:11154: === checking whether to install the perl_term_readline_gnu
SPKG ===
configure:11244: checking for perl module Term::ReadLine
configure:11254: result: ok
configure:11262: checking Term::ReadLine module...
configure:11266: result: non-GNU
configure:11312: === checking whether to install the rw SPKG ===
configure:11354: checking rw.h usability
configure:11354: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
conftest.cpp:57:10: fatal error: rw.h: No such file or directory
#include <rw.h>
^~~~~~
compilation terminated.
configure:11354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rw.h>
configure:11354: result: no
configure:11354: checking rw.h presence
configure:11354: g++ -E -std=gnu++11 conftest.cpp
conftest.cpp:24:10: fatal error: rw.h: No such file or directory
#include <rw.h>
^~~~~~
compilation terminated.
configure:11354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <rw.h>
configure:11354: result: no
configure:11354: checking for rw.h
configure:11354: result: no
configure:11368: checking for library containing calculate_level
configure:11399: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lm >&5
/tmp/cc1ccVva.o: In function `main':
/tmp/stumpcl2/sage/conftest.cpp:35: undefined reference to `calculate_level'
collect2: error: ld returned 1 exit status
configure:11399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* 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:11399: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lrw -lm
>&5
/usr/bin/ld: cannot find -lrw
collect2: error: ld returned 1 exit status
configure:11399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* 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:11416: result: no
configure:11456: === checking whether to install the xz SPKG ===
configure:11500: checking if lzma is wanted
configure:11522: result: yes
configure:11552: checking for lzma_raw_decoder in -llzma
configure:11577: gcc -o conftest -g -O2 conftest.c -llzma -lm >&5
/usr/bin/ld: cannot find -llzma
collect2: error: ld returned 1 exit status
configure:11577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* 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 lzma_raw_decoder ();
| int
| main ()
| {
| return lzma_raw_decoder ();
| ;
| return 0;
| }
configure:11586: result: no
configure:11594: checking lzma.h usability
configure:11594: gcc -c -g -O2 conftest.c >&5
conftest.c:57:10: fatal error: lzma.h: No such file or directory
#include <lzma.h>
^~~~~~~~
compilation terminated.
configure:11594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lzma.h>
configure:11594: result: no
configure:11594: checking lzma.h presence
configure:11594: gcc -E conftest.c
conftest.c:24:10: fatal error: lzma.h: No such file or directory
#include <lzma.h>
^~~~~~~~
compilation terminated.
configure:11594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <lzma.h>
configure:11594: result: no
configure:11594: checking for lzma.h
configure:11594: result: no
configure:11740: === checking whether to install the yasm SPKG ===
configure:11848: checking for Fortran flag needed to accept free-form source
configure:11867: gfortran -c -g -O2 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:11867: $? = 1
configure: failed program was:
|
| program freeform
| ! FIXME: how to best confuse non-freeform compilers?
| print *, 'Hello ', &
| 'world.'
| end
configure:11867: gfortran -c -g -O2 -ffree-form conftest.f >&5
configure:11867: $? = 0
configure:11876: result: -ffree-form
configure:11905: === checking whether to install the gfortran SPKG ===
configure:11990: === checking whether to install the ninja_build SPKG ===
configure:12031: checking for ninja >= 1.7.2
configure:12108: result:
configure:12143: === checking whether to install the libffi SPKG ===
configure:12186: checking for LIBFFI
configure:12193: $PKG_CONFIG --exists --print-errors "libffi"
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
configure:12196: $? = 1
configure:12210: $PKG_CONFIG --exists --print-errors "libffi"
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
configure:12213: $? = 1
configure:12227: result: no
No package 'libffi' found
configure:12247: checking ffi/ffi.h usability
configure:12247: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
conftest.cpp:57:10: fatal error: ffi/ffi.h: No such file or directory
#include <ffi/ffi.h>
^~~~~~~~~~~
compilation terminated.
configure:12247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ffi/ffi.h>
configure:12247: result: no
configure:12247: checking ffi/ffi.h presence
configure:12247: g++ -E -std=gnu++11 conftest.cpp
conftest.cpp:24:10: fatal error: ffi/ffi.h: No such file or directory
#include <ffi/ffi.h>
^~~~~~~~~~~
compilation terminated.
configure:12247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <ffi/ffi.h>
configure:12247: result: no
configure:12247: checking for ffi/ffi.h
configure:12247: result: no
configure:12247: checking ffi.h usability
configure:12247: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5
conftest.cpp:57:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
configure:12247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ffi.h>
configure:12247: result: no
configure:12247: checking ffi.h presence
configure:12247: g++ -E -std=gnu++11 conftest.cpp
conftest.cpp:24:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
configure:12247: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* end confdefs.h. */
| #include <ffi.h>
configure:12247: result: no
configure:12247: checking for ffi.h
configure:12247: result: no
configure:12259: checking for library containing ffi_call
configure:12290: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lm >&5
/tmp/ccJlK08F.o: In function `main':
/tmp/stumpcl2/sage/conftest.cpp:35: undefined reference to `ffi_call'
collect2: error: ld returned 1 exit status
configure:12290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* 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:12290: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lffi -lm
>&5
/usr/bin/ld: cannot find -lffi
collect2: error: ld returned 1 exit status
configure:12290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "8.8.beta6"
| #define PACKAGE_STRING "Sage 8.8.beta6"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "8.8.beta6"
| #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_ZMQ /**/
| /* 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:12307: result: no
configure:12553: checking SPKGs to install
configure:12555: result:
configure:12644: result: 4ti2-1.6.7.p0
configure:12644: result: alabaster-0.7.12
configure:12644: result: appnope-0.1.0.p0
configure:12644: result: arb-2.16.0.p0
configure:12644: result: atlas-3.10.2.p3
configure:12644: result: autotools-20141105.p0
configure:12644: result: babel-2.6.0
configure:12644: result: backports_abc-0.5
configure:12644: result: backports_functools_lru_cache-1.5
configure:12644: result: backports_shutil_get_terminal_size-1.0.0.p1
configure:12644: result: backports_ssl_match_hostname-3.5.0.1.p0
configure:12644: result: barvinok-0.41.1
configure:12644: result: benzene-20130630
configure:12644: result: bleach-3.0.2
configure:12644: result: bliss-0.73+debian-1+sage-2016-08-02.p0
configure:12644: result: boost-1_66_0
configure:12644: result: boost_cropped-1.66.0.p0
configure:12644: result: brial-1.2.4
configure:12644: result: buckygen-1.0
configure:12644: result: bzip2-1.0.6-20150304.p0
configure:12644: result: cbc-2.9.4.p0
configure:12644: result: ccache-3.3.4
configure:12644: result: cddlib-0.94j
configure:12644: result: certifi-2018.11.29
configure:12644: result: cliquer-1.21.p4
configure:12644: result: cmake-3.11.0
configure:12644: result: cocoalib-0.99564
configure:12644: result: combinatorial_designs-20140630.p0
configure:12644: result: compilerwrapper-1.2
configure:12644: result: configparser-3.5.0
configure:12644: result: configure-320
configure:12644: result: conway_polynomials-0.5
configure:12644: result: coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e
configure:12644: result: cryptominisat-5.6.6
configure:12644: result: csdp-6.2.p0
configure:12644: result: curl-7.62.0.p0
configure:12644: result: cvxopt-1.1.8.p2
configure:12644: result: cycler-0.10.0.p0
configure:12644: result: cypari-2.1.0.p0
configure:12644: result: cysignals-1.10.2
configure:12644: result: cython-0.29.5.p0
configure:12644: result: d3js-3.4.8
configure:12644: result: database_cremona_ellcurve-20161017
configure:12644: result: database_jones_numfield-4
configure:12644: result: database_kohel-20160724
configure:12644: result: database_mutation_class-1.0
configure:12644: result: database_odlyzko_zeta-20061209
configure:12644: result: database_stein_watkins-20110713
configure:12644: result: database_stein_watkins_mini-20070827
configure:12644: result: database_symbolic_data-20070206
configure:12644: result: dateutil-2.5.3
configure:12644: result: decorator-4.3.0
configure:12644: result: deformation-d05941b.p0
configure:12644: result: defusedxml-0.5.0
configure:12644: result: docutils-0.14
configure:12644: result: dot2tex-2.11.3.p0
configure:12644: result: e_antic-0.1.3b0
configure:12644: result: ecl-16.1.2.p5
configure:12644: result: eclib-20190226
configure:12644: result: ecm-7.0.4.p1
configure:12644: result: elliptic_curves-0.8.1
configure:12644: result: entrypoints-0.2.3
configure:12644: result: enum34-1.1.6
configure:12644: result: fflas_ffpack-2.3.2
configure:12644: result: flask-0.10.1.p0
configure:12644: result: flask_autoindex-0.6.p0
configure:12644: result: flask_babel-0.9.p0
configure:12644: result: flask_oldsessions-0.10.p0
configure:12644: result: flask_openid-1.2.5.p0
configure:12644: result: flask_silk-0.2.p0
configure:12644: result: flint-2.5.2.p4
configure:12644: result: flintqs-1.0.p0
configure:12644: result: fplll-5.2.1
configure:12644: result: fpylll-0.4.1dev
configure:12644: result: freetype-2.9.1
configure:12644: result: fricas-1.3.5
configure:12644: result: frobby-0.9.0.p2
configure:12644: result: functools32-3.2.3-2.p0
configure:12644: result: future-0.17.1
configure:12644: result: gambit-15.1.1.p0
configure:12644: result: gap-4.10.1.p0
configure:12644: result: gap3-04jul17
configure:12644: result: gap_jupyter-0.9
configure:12644: result: gap_packages-4.10.1.p0
configure:12644: result: gc-7.6.4.p0
configure:12648: result: gcc-7.2.0 will not be installed (configure check)
configure:12644: result: gdb-8.2
configure:12644: result: gf2x-1.2.p0
configure:12644: result: gfan-0.6.2.p1
configure:12648: result: gfortran-7.2.0 will not be installed (configure
check)
configure:12644: result: giac-1.5.0.37.p1
configure:12644: result: giacpy_sage-0.6.7
configure:12648: result: git-2.11.0 will not be installed (configure check)
configure:12644: result: git_trac-20160625.p0
configure:12644: result: givaro-4.0.4
configure:12644: result: glpk-4.63.p2
configure:12644: result: glucose-4.1
configure:12648: result: gmp-6.1.2 will not be installed (configure check)
configure:12644: result: gmpy2-2.1.0a4.p1
configure:12644: result: gp2c-0.0.10.p0
configure:12644: result: graphs-20161026.p0
configure:12644: result: gsl-2.5
configure:12644: result: html5lib-1.0.1
configure:12644: result: iconv-1.15
configure:12644: result: igraph-0.7.1999.p0
configure:12644: result: imagesize-1.1.0
configure:12644: result: iml-1.0.4p1.p2
configure:12644: result: ipaddress-1.0.22
configure:12644: result: ipykernel-4.8.2
configure:12644: result: ipython-5.8.0
configure:12644: result: ipython_genutils-0.2.0
configure:12644: result: ipywidgets-7.4.2
configure:12644: result: isl-0.20
configure:12644: result: itsdangerous-1.1.0
configure:12644: result: jinja2-2.10
configure:12644: result: jmol-14.6.1_2016.07.11.p1
configure:12644: result: jsonschema-2.6.0
configure:12644: result: jupymake-0.9
configure:12644: result: jupyter_client-5.2.4
configure:12644: result: jupyter_core-4.4.0
configure:12644: result: kenzo-1.1.7-r3
configure:12644: result: kiwisolver-1.0.1
configure:12644: result: latte_int-1.7.5.p0
configure:12644: result: lcalc-1.23.p18
configure:12644: result: libatomic_ops-7.6.2
configure:12644: result: libbraiding-1.0
configure:12644: result: libffi-3.2.1
configure:12644: result: libgd-2.1.1.1.p1
configure:12644: result: libhomfly-1.02r4
configure:12644: result: libogg-1.3.1.p0
configure:12644: result: libpng-1.6.29.p1
configure:12644: result: libtheora-1.1.1
configure:12644: result: lidia-2.3.0+latte-patches-2019-05-02
configure:12644: result: lie-2.2.2
configure:12644: result: linbox-1.5.2
configure:12644: result: lrcalc-1.2.p1
configure:12644: result: lrslib-062+autotools-2017-03-03.p1
configure:12644: result: m4ri-20140914.p0
configure:12644: result: m4rie-20150908.p0
configure:12644: result: markupsafe-1.1.0
configure:12644: result: mathjax-2.7.4.p0
configure:12644: result: matplotlib-2.2.3.p0
configure:12644: result: maxima-5.41.0
configure:12644: result: mcqd-1.0
configure:12644: result: meataxe-1.0
configure:12644: result: mistune-0.8.4
configure:12644: result: modular_decomposition-20100607
configure:12644: result: mpc-1.1.0
configure:12644: result: mpfi-1.5.2
configure:12644: result: mpfr-4.0.1.p0
configure:12644: result: mpfrcx-0.5
configure:12644: result:
mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0
configure:12644: result: mpmath-1.1.0
configure:12644: result: nauty-26r1.p0
configure:12644: result: nbconvert-5.4.0
configure:12644: result: nbformat-4.4.0
configure:12644: result: ncurses-6.0.p0
configure:12644: result: networkx-2.2
configure:12644: result: ninja_build-1.8.2
configure:12644: result: normaliz-3.7.2
configure:12644: result: nose-1.3.7
configure:12644: result: notebook-5.7.6.p0
configure:12644: result: notedown-1.5.1
configure:12644: result: ntl-11.3.2
configure:12644: result: numpy-1.16.1
configure:12644: result: openblas-0.3.5.p1
configure:12644: result: openssl-1.1.1b
configure:12644: result: ore_algebra-0.3
configure:12644: result: p_group_cohomology-3.1
configure:12644: result: packaging-18.0
configure:12644: result: palp-2.1.p2
configure:12644: result: pandoc_attributes-8bc82f6d
configure:12644: result: pandocfilters-1.4.2
configure:12644: result: pari-2.11.1.p2
configure:12644: result: pari_elldata-20161017
configure:12644: result: pari_galdata-20080411.p0
configure:12644: result: pari_galpol-20180625
configure:12644: result: pari_jupyter-1.3.2
configure:12644: result: pari_nftables-20080929
configure:12644: result: pari_seadata-20090618
configure:12644: result: pari_seadata_small-20090618.p0
configure:12644: result: patch-2.7.5
configure:12644: result: pathlib2-2.3.3
configure:12644: result: pathpy-7.1.p0
configure:12644: result: pcre-8.40.p2
configure:12644: result: perl_term_readline_gnu-1.35
configure:12644: result: pexpect-4.6.0.p0
configure:12644: result: pickleshare-0.7.5
configure:12644: result: pillow-5.3.0.p0
configure:12644: result: pip-18.1
configure:12644: result: pkgconf-0.9.7.p2
configure:12644: result: pkgconfig-1.4.0
configure:12644: result: planarity-3.0.0.5.p0
configure:12644: result: plantri-4.5
configure:12644: result: polylib-5.22.5
configure:12644: result: polymake-3.4
configure:12644: result: polytopes_db-20170220.p0
configure:12644: result: ppl-1.2.p1
configure:12644: result: pplpy-0.8.4
configure:12644: result: primecount-4.7
configure:12644: result: prometheus_client-0.5.0
configure:12644: result: prompt_toolkit-1.0.15
configure:12644: result: psutil-5.2.0.p2
configure:12644: result: ptyprocess-0.5.1.p0
configure:12644: result: pycosat-0.6.3
configure:12644: result: pycygwin-0.1
configure:12644: result: pygments-2.3.1.p0
configure:12644: result: pynac-0.7.24.p0
configure:12644: result: pynormaliz-2.5
configure:12644: result: pyparsing-2.3.0
configure:12644: result: pysingular-0.9.5
configure:12644: result: python2-2.7.15.p1
configure:12644: result: python3-3.7.3.p1
configure:12644: result: python_igraph-0.7.1999
configure:12644: result: python_openid-2.2.5.p0
configure:12644: result: pytz-2018.7
configure:12644: result: pyx-0.12.1.p0
configure:12644: result: pyzmq-17.1.2
configure:12644: result: qepcad-B.1.71
configure:12644: result: qhull-2015-src-7.2.0.p1
configure:12644: result: r-3.6.0
configure:12644: result: ratpoints-2.1.3.p5
configure:12644: result: readline-6.3.008.p0
configure:12644: result: requests-2.13.0
configure:12644: result: rpy2-2.8.2.p1
configure:12644: result: rst2ipynb-0.2.2.p0
configure:12644: result: rubiks-20070912.p21
configure:12644: result: rw-0.7.p0
configure:12644: result: saclib-2.2.7
configure:12644: result: sagenb-1.1.2
configure:12644: result: sagenb_export-3.2
configure:12644: result: sagetex-3.2.p0
configure:12644: result: scandir-1.9.0
configure:12644: result: scipoptsuite-5.0.1
configure:12644: result: scipy-1.2.0
configure:12644: result: scons-1.2.0
configure:12644: result: send2trash-1.5.0
configure:12644: result: setuptools-40.6.3
configure:12644: result: setuptools_scm-3.1.0
configure:12644: result: simplegeneric-0.8.1.p0
configure:12644: result: singledispatch-3.4.0.3.p0
configure:12644: result: singular-4.1.1p2.p0
configure:12644: result: singular_jupyter-0.9.7
configure:12644: result: sip-4.18
configure:12644: result: sirocco-2.0.p0
configure:12644: result: six-1.12.0
configure:12644: result: snowballstemmer-1.2.1.p0
configure:12644: result: speaklater-1.3.p0
configure:12644: result: sphinx-1.8.5.p0
configure:12644: result: sphinxcontrib_websupport-1.1.0
configure:12644: result: sqlite-3270100
configure:12644: result: subprocess32-3.5.3
configure:12644: result: surf-1.0.6-gcc6
configure:12644: result: symmetrica-2.0.p11
configure:12644: result: sympow-1.018.1.p13
configure:12644: result: sympy-1.4.p0
configure:12644: result: tachyon-0.98.9.p7
configure:12644: result: tdlib-0.3.1.p0
configure:12644: result: termcap-1.3.1.p3
configure:12644: result: terminado-0.8.1
configure:12644: result: testpath-0.4.2
configure:12644: result: thebe-9624e0a0.p0
configure:12644: result: threejs-r100
configure:12644: result: tides-2.0.p0
configure:12644: result: topcom-0.17.7
configure:12644: result: tornado-4.5.2
configure:12644: result: traitlets-4.3.2
configure:12644: result: twisted-16.3.0.p0
configure:12644: result: typing-3.6.6
configure:12644: result: valgrind-3.14.0
configure:12644: result: vcversioner-2.16.0.0.p0
configure:12644: result: wcwidth-0.1.7.p0
configure:12644: result: webencodings-0.5.1
configure:12644: result: werkzeug-0.14.1
configure:12644: result: widgetsnbextension-3.4.2
configure:12644: result: xz-5.2.2.p0
configure:12644: result: yasm-1.3.0.p0
configure:12644: result: zeromq-4.2.5
configure:12644: result: zlib-1.2.11.p0
configure:12644: result: zn_poly-0.9.1.p0
configure:12644: result: zope_interface-4.6.0
configure:12896: checking that generated files are newer than configure
configure:12902: result: done
configure:12941: creating ./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_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_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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_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_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_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_header_bzlib_h=no
ac_cv_header_complex_h=yes
ac_cv_header_ffi_ffi_h=no
ac_cv_header_ffi_h=no
ac_cv_header_gf2x_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_lzma_h=no
ac_cv_header_memory_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_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=no
ac_cv_lib_m_sqrt=yes
ac_cv_objc_compiler_gnu=yes
ac_cv_objcxx_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GIT=/usr/bin/git
ac_cv_path_GREP=/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_OBJCXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
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=no
ac_cv_prog_found_m4=yes
ac_cv_prog_found_ranlib=yes
ac_cv_prog_found_strip=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=yes
ac_cv_prog_objcxx_g=no
ac_cv_search_BZ2_bzCompress=no
ac_cv_search_calculate_level=no
ac_cv_search_ffi_call=no
ac_cv_search_gf2x_mul_r=no
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_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
ax_cv_cxx_compiler_vendor=gnu
ax_cv_gcc_version=7.3.0
ax_cv_gxx_version=7.3.0
ax_cv_prog_perl_version=yes
lzma_cv_liblzma=no
lzma_cv_lzma_h=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
$(SAGE_EXTCODE)/doctest/invalid/syntax_error.tachyon \
$(SAGE_EXTCODE)/doctest/python3-known-passing.txt \
$(SAGE_EXTCODE)/doctest/rich_output/example.avi \
$(SAGE_EXTCODE)/doctest/rich_output/example.canvas3d \
$(SAGE_EXTCODE)/doctest/rich_output/example.dvi \
$(SAGE_EXTCODE)/doctest/rich_output/example.flv \
$(SAGE_EXTCODE)/doctest/rich_output/example.gif \
$(SAGE_EXTCODE)/doctest/rich_output/example.jpg \
$(SAGE_EXTCODE)/doctest/rich_output/example.mkv \
$(SAGE_EXTCODE)/doctest/rich_output/example.mov \
$(SAGE_EXTCODE)/doctest/rich_output/example.mp4 \
$(SAGE_EXTCODE)/doctest/rich_output/example.ogv \
$(SAGE_EXTCODE)/doctest/rich_output/example.pdf \
$(SAGE_EXTCODE)/doctest/rich_output/example.png \
$(SAGE_EXTCODE)/doctest/rich_output/example.svg \
$(SAGE_EXTCODE)/doctest/rich_output/example.webm \
$(SAGE_EXTCODE)/doctest/rich_output/example.wmv \
$(SAGE_EXTCODE)/doctest/rich_output/example_jmol.spt.zip \
$(SAGE_EXTCODE)/doctest/rich_output/example_wavefront/scene.mtl \
$(SAGE_EXTCODE)/doctest/rich_output/example_wavefront/scene.obj \
$(SAGE_EXTCODE)/gap/console.g \
$(SAGE_EXTCODE)/gap/joyner/hurwitz_crv_rr_sp.gap \
$(SAGE_EXTCODE)/gap/joyner/modular_crv_rr_sp.gap \
$(SAGE_EXTCODE)/gap/sage.g \
$(SAGE_EXTCODE)/graphs/graph_plot_js.html \
$(SAGE_EXTCODE)/images/corner.png \
$(SAGE_EXTCODE)/images/evaluate.png \
$(SAGE_EXTCODE)/images/evaluate_over.png \
$(SAGE_EXTCODE)/images/favicon.ico \
$(SAGE_EXTCODE)/images/sagelogo.png \
$(SAGE_EXTCODE)/kenzo/CP2.txt \
$(SAGE_EXTCODE)/kenzo/CP3.txt \
$(SAGE_EXTCODE)/kenzo/CP4.txt \
$(SAGE_EXTCODE)/kenzo/README.txt \
$(SAGE_EXTCODE)/kenzo/S4.txt \
$(SAGE_EXTCODE)/magma/latex/latex.m \
$(SAGE_EXTCODE)/magma/latex/latex.spec \
$(SAGE_EXTCODE)/magma/sage/basic.m \
$(SAGE_EXTCODE)/magma/sage/sage.spec \
$(SAGE_EXTCODE)/magma/spec \
$(SAGE_EXTCODE)/mwrank/PRIMES \
$(SAGE_EXTCODE)/nbconvert/postprocess.py \
$(SAGE_EXTCODE)/nbconvert/rst_sage.tpl \
$(SAGE_EXTCODE)/notebook-ipython/logo-64x64.png \
$(SAGE_EXTCODE)/notebook-ipython/logo.svg \
$(SAGE_EXTCODE)/pari/buzzard/DimensionSk.g \
$(SAGE_EXTCODE)/pari/buzzard/Tpprog.g \
$(SAGE_EXTCODE)/pari/buzzard/genusn.g \
$(SAGE_EXTCODE)/pari/dokchitser/computel.gp \
$(SAGE_EXTCODE)/pari/dokchitser/computel.gp.template \
$(SAGE_EXTCODE)/pari/dokchitser/ex-bsw \
$(SAGE_EXTCODE)/pari/dokchitser/ex-chgen \
$(SAGE_EXTCODE)/pari/dokchitser/ex-chqua \
$(SAGE_EXTCODE)/pari/dokchitser/ex-delta \
$(SAGE_EXTCODE)/pari/dokchitser/ex-eisen \
$(SAGE_EXTCODE)/pari/dokchitser/ex-gen2 \
$(SAGE_EXTCODE)/pari/dokchitser/ex-gen3 \
$(SAGE_EXTCODE)/pari/dokchitser/ex-gen4 \
$(SAGE_EXTCODE)/pari/dokchitser/ex-nf \
$(SAGE_EXTCODE)/pari/dokchitser/ex-shin \
$(SAGE_EXTCODE)/pari/dokchitser/ex-tau2 \
$(SAGE_EXTCODE)/pari/dokchitser/ex-zeta \
$(SAGE_EXTCODE)/pari/dokchitser/ex-zeta2 \
$(SAGE_EXTCODE)/pari/dokchitser/testall \
$(SAGE_EXTCODE)/pari/simon/ell.gp \
$(SAGE_EXTCODE)/pari/simon/ellQ.gp \
$(SAGE_EXTCODE)/pari/simon/ellcommon.gp \
$(SAGE_EXTCODE)/pari/simon/qfsolve.gp \
$(SAGE_EXTCODE)/pari/simon/resultant3.gp \
$(SAGE_EXTCODE)/singular/function_field/core.lib \
$(SAGE_EXTCODE)/threejs/threejs_template.html \
$(SAGE_EXTCODE)/valgrind/pyalloc.supp \
$(SAGE_EXTCODE)/valgrind/sage-additional.supp \
$(SAGE_EXTCODE)/valgrind/sage.supp \
$(SAGE_LOCAL)/bin/math-readline \
$(SAGE_LOCAL)/bin/sage \
$(SAGE_LOCAL)/bin/sage-README-osx.txt \
$(SAGE_LOCAL)/bin/sage-cachegrind \
$(SAGE_LOCAL)/bin/sage-callgrind \
$(SAGE_LOCAL)/bin/sage-cleaner \
$(SAGE_LOCAL)/bin/sage-clone-source \
$(SAGE_LOCAL)/bin/sage-coverage \
$(SAGE_LOCAL)/bin/sage-coverageall \
$(SAGE_LOCAL)/bin/sage-cython \
$(SAGE_LOCAL)/bin/sage-dist-helpers \
$(SAGE_LOCAL)/bin/sage-download-upstream \
$(SAGE_LOCAL)/bin/sage-env \
$(SAGE_LOCAL)/bin/sage-env-config \
$(SAGE_LOCAL)/bin/sage-eval \
$(SAGE_LOCAL)/bin/sage-fix-pkg-checksums \
$(SAGE_LOCAL)/bin/sage-fixdoctests \
$(SAGE_LOCAL)/bin/sage-gdb-commands \
$(SAGE_LOCAL)/bin/sage-grep \
$(SAGE_LOCAL)/bin/sage-grepdoc \
$(SAGE_LOCAL)/bin/sage-inline-fortran \
$(SAGE_LOCAL)/bin/sage-ipynb2rst \
$(SAGE_LOCAL)/bin/sage-ipython \
$(SAGE_LOCAL)/bin/sage-list-experimental \
$(SAGE_LOCAL)/bin/sage-list-optional \
$(SAGE_LOCAL)/bin/sage-list-packages \
$(SAGE_LOCAL)/bin/sage-list-standard \
$(SAGE_LOCAL)/bin/sage-location \
$(SAGE_LOCAL)/bin/sage-massif \
$(SAGE_LOCAL)/bin/sage-maxima.lisp \
$(SAGE_LOCAL)/bin/sage-native-execute \
$(SAGE_LOCAL)/bin/sage-notebook \
$(SAGE_LOCAL)/bin/sage-num-threads.py \
$(SAGE_LOCAL)/bin/sage-omega \
$(SAGE_LOCAL)/bin/sage-open \
$(SAGE_LOCAL)/bin/sage-pkg \
$(SAGE_LOCAL)/bin/sage-preparse \
$(SAGE_LOCAL)/bin/sage-pypkg-location \
$(SAGE_LOCAL)/bin/sage-python \
$(SAGE_LOCAL)/bin/sage-rebase.bat \
$(SAGE_LOCAL)/bin/sage-rebase.sh \
$(SAGE_LOCAL)/bin/sage-rebaseall.bat \
$(SAGE_LOCAL)/bin/sage-rebaseall.sh \
$(SAGE_LOCAL)/bin/sage-rst2sws \
$(SAGE_LOCAL)/bin/sage-rst2txt \
$(SAGE_LOCAL)/bin/sage-rsyncdist \
$(SAGE_LOCAL)/bin/sage-run \
$(SAGE_LOCAL)/bin/sage-run-cython \
$(SAGE_LOCAL)/bin/sage-runtests \
$(SAGE_LOCAL)/bin/sage-sdist \
$(SAGE_LOCAL)/bin/sage-starts \
$(SAGE_LOCAL)/bin/sage-startuptime.py \
$(SAGE_LOCAL)/bin/sage-sws2rst \
$(SAGE_LOCAL)/bin/sage-unzip \
$(SAGE_LOCAL)/bin/sage-update-src \
$(SAGE_LOCAL)/bin/sage-update-version \
$(SAGE_LOCAL)/bin/sage-upgrade \
$(SAGE_LOCAL)/bin/sage-valgrind \
$(SAGE_LOCAL)/bin/sage-version.sh \
$(SAGE_LOCAL)/bin/testcc.sh \
$(SAGE_LOCAL)/bin/testcflags.sh \
$(SAGE_LOCAL)/bin/testcxx.sh \
4ti2 \
4ti2 \
alabaster \
alabaster \
alabaster \
alabaster \
appnope \
appnope \
appnope \
appnope \
arb \
arb \
arb \
arb \
atlas \
atlas \
autotools \
autotools \
babel \
babel \
babel \
babel \
backports_abc \
backports_abc \
backports_abc \
backports_abc \
backports_functools_lru_cache \
backports_functools_lru_cache \
backports_functools_lru_cache \
backports_functools_lru_cache \
backports_shutil_get_terminal_size \
backports_shutil_get_terminal_size \
backports_shutil_get_terminal_size \
backports_shutil_get_terminal_size \
backports_ssl_match_hostname \
backports_ssl_match_hostname \
backports_ssl_match_hostname \
backports_ssl_match_hostname \
barvinok \
barvinok \
beautifulsoup \
benzene \
benzene \
biopython \
bleach \
bleach \
bleach \
bleach \
bliss \
bliss \
boost \
boost \
boost_cropped \
boost_cropped \
boost_cropped \
boost_cropped \
brial \
brial \
brial \
brial \
brian \
buckygen \
buckygen \
bzip2 \
bzip2 \
bzip2 \
bzip2 \
cbc \
cbc \
ccache \
ccache \
cddlib \
cddlib \
cddlib \
cddlib \
certifi \
certifi \
certifi \
certifi \
cliquer \
cliquer \
cliquer \
cliquer \
cmake \
cmake \
cocoalib \
cocoalib \
combinatorial_designs \
combinatorial_designs \
combinatorial_designs \
combinatorial_designs \
compilerwrapper \
compilerwrapper \
configparser \
configparser \
configparser \
configparser \
configure \
configure \
conway_polynomials \
conway_polynomials \
conway_polynomials \
conway_polynomials \
coxeter3 \
coxeter3 \
cryptominisat \
cryptominisat \
csdp \
csdp \
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_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 \
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 \
enum34 \
enum34 \
enum34 \
enum34 \
fflas_ffpack \
fflas_ffpack \
fflas_ffpack \
fflas_ffpack \
flask \
flask \
flask \
flask \
flask_autoindex \
flask_autoindex \
flask_autoindex \
flask_autoindex \
flask_babel \
flask_babel \
flask_babel \
flask_babel \
flask_oldsessions \
flask_oldsessions \
flask_oldsessions \
flask_oldsessions \
flask_openid \
flask_openid \
flask_openid \
flask_openid \
flask_silk \
flask_silk \
flask_silk \
flask_silk \
flint \
flint \
flint \
flint \
flintqs \
flintqs \
flintqs \
flintqs \
fplll \
fplll \
fplll \
fplll \
fpylll \
fpylll \
fpylll \
fpylll \
freetype \
freetype \
freetype \
freetype \
fricas \
fricas \
frobby \
frobby \
functools32 \
functools32 \
functools32 \
functools32 \
future \
future \
future \
future \
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 \
giac \
giac \
giac \
giac \
giacpy_sage \
giacpy_sage \
git \
git \
git \
git \
git_trac \
git_trac \
givaro \
givaro \
givaro \
givaro \
glpk \
glpk \
glpk \
glpk \
glucose \
glucose \
gmp \
gmp \
gmpy2 \
gmpy2 \
gmpy2 \
gmpy2 \
gp2c \
gp2c \
graphs \
graphs \
graphs \
graphs \
gsl \
gsl \
gsl \
gsl \
guppy \
html5lib \
html5lib \
html5lib \
html5lib \
iconv \
iconv \
iconv \
iconv \
igraph \
igraph \
imagesize \
imagesize \
imagesize \
imagesize \
iml \
iml \
iml \
iml \
ipaddress \
ipaddress \
ipaddress \
ipaddress \
ipykernel \
ipykernel \
ipykernel \
ipykernel \
ipython \
ipython \
ipython \
ipython \
ipython_genutils \
ipython_genutils \
ipython_genutils \
ipython_genutils \
ipywidgets \
ipywidgets \
ipywidgets \
ipywidgets \
isl \
isl \
itsdangerous \
itsdangerous \
itsdangerous \
itsdangerous \
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 \
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 \
libogg \
libogg \
libpng \
libpng \
libpng \
libpng \
libtheora \
libtheora \
lidia \
lidia \
lie \
lie \
linbox \
linbox \
linbox \
linbox \
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 \
mercurial \
mistune \
mistune \
mistune \
mistune \
modular_decomposition \
modular_decomposition \
mpc \
mpc \
mpc \
mpc \
mpfi \
mpfi \
mpfi \
mpfi \
mpfr \
mpfr \
mpfr \
mpfr \
mpfrcx \
mpfrcx \
mpi4py \
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 \
ninja_build \
ninja_build \
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 \
ore_algebra \
ore_algebra \
p_group_cohomology \
p_group_cohomology \
packaging \
packaging \
packaging \
packaging \
palp \
palp \
palp \
palp \
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 \
patch \
patch \
patch \
patch \
pathlib2 \
pathlib2 \
pathlib2 \
pathlib2 \
pathpy \
pathpy \
pathpy \
pathpy \
pcre \
pcre \
pcre \
pcre \
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 \
polylib \
polylib \
polymake \
polymake \
polytopes_db \
polytopes_db \
polytopes_db \
polytopes_db \
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 \
pybtex \
pycosat \
pycosat \
pycygwin \
pycygwin \
pycygwin \
pycygwin \
pyflakes \
pygments \
pygments \
pygments \
pygments \
pynac \
pynac \
pynac \
pynac \
pynormaliz \
pynormaliz \
pyopenssl \
pyparsing \
pyparsing \
pyparsing \
pyparsing \
pysingular \
pysingular \
python2 \
python2 \
python2 \
python3 \
python3 \
python3 \
python3 \
python_igraph \
python_igraph \
python_openid \
python_openid \
python_openid \
python_openid \
pytz \
pytz \
pytz \
pytz \
pyx \
pyx \
pyzmq \
pyzmq \
pyzmq \
pyzmq \
qepcad \
qepcad \
qhull \
qhull \
r \
r \
r \
r \
r_jupyter \
ratpoints \
ratpoints \
ratpoints \
ratpoints \
readline \
readline \
readline \
readline \
requests \
requests \
requests \
requests \
rpy2 \
rpy2 \
rpy2 \
rpy2 \
rst2ipynb \
rst2ipynb \
rubiks \
rubiks \
rubiks \
rubiks \
rw \
rw \
rw \
rw \
saclib \
saclib \
sagenb \
sagenb \
sagenb \
sagenb \
sagenb_export \
sagenb_export \
sagenb_export \
sagenb_export \
sagetex \
sagetex \
sagetex \
sagetex \
scandir \
scandir \
scandir \
scandir \
scipoptsuite \
scipoptsuite \
scipy \
scipy \
scipy \
scipy \
scons \
scons \
send2trash \
send2trash \
send2trash \
send2trash \
setuptools \
setuptools \
setuptools \
setuptools \
setuptools_scm \
setuptools_scm \
setuptools_scm \
setuptools_scm \
simplegeneric \
simplegeneric \
simplegeneric \
simplegeneric \
singledispatch \
singledispatch \
singledispatch \
singledispatch \
singular \
singular \
singular \
singular \
singular_jupyter \
singular_jupyter \
sip \
sip \
sirocco \
sirocco \
six \
six \
six \
six \
snowballstemmer \
snowballstemmer \
snowballstemmer \
snowballstemmer \
speaklater \
speaklater \
speaklater \
speaklater \
sphinx \
sphinx \
sphinx \
sphinx \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sphinxcontrib_websupport \
sqlalchemy \
sqlite \
sqlite \
sqlite \
sqlite \
subprocess32 \
subprocess32 \
subprocess32 \
subprocess32 \
surf \
surf \
symmetrica \
symmetrica \
symmetrica \
symmetrica \
sympow \
sympow \
sympow \
sympow \
sympy \
sympy \
sympy \
sympy \
tachyon \
tachyon \
tachyon \
tachyon \
tdlib \
tdlib \
termcap \
termcap \
terminado \
terminado \
terminado \
terminado \
testpath \
testpath \
testpath \
testpath \
texlive \
thebe \
thebe \
thebe \
thebe \
threejs \
threejs \
threejs \
threejs \
tides \
tides \
topcom \
topcom \
tornado \
tornado \
tornado \
tornado \
trac \
traitlets \
traitlets \
traitlets \
traitlets \
twisted \
twisted \
twisted \
twisted \
typing \
typing \
typing \
typing \
valgrind \
valgrind \
vcversioner \
vcversioner \
vcversioner \
vcversioner \
wcwidth \
wcwidth \
wcwidth \
wcwidth \
webencodings \
webencodings \
webencodings \
webencodings \
werkzeug \
werkzeug \
werkzeug \
werkzeug \
widgetsnbextension \
widgetsnbextension \
widgetsnbextension \
widgetsnbextension \
xz \
xz \
xz \
xz \
yasm \
yasm \
yasm \
yasm \
zeromq \
zeromq \
zeromq \
zeromq \
zlib \
zlib \
zlib \
zlib \
zn_poly \
zn_poly \
zn_poly \
zn_poly \
zope_interface \
zope_interface \
zope_interface \
zope_interface \
'
'
'
'
'
'
'
'
'
'
'
'
ACLOCAL='${SHELL} /tmp/stumpcl2/sage/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} /tmp/stumpcl2/sage/config/missing autoconf'
AUTOHEADER='${SHELL} /tmp/stumpcl2/sage/config/missing autoheader'
AUTOMAKE='${SHELL} /tmp/stumpcl2/sage/config/missing automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' '
CXX='g++ -std=gnu++11'
CXXCPP='g++ -E -std=gnu++11'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\"
-DPACKAGE_VERSION=\"8.8.beta6\" -DPACKAGE_STRING=\"Sage\ 8.8.beta6\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"sage\" -DVERSION=\"8.8.beta6\" -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_ZMQ=/\*\*/'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FC='gfortran'
FCFLAGS='-g -O2 -ffree-form'
GCC_VERSION='7.3.0'
GREP='/bin/grep'
GXX_VERSION='7.3.0'
HAVE_CXX11='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBFFI_CFLAGS=''
LIBFFI_LIBS=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBS='-lm '
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /tmp/stumpcl2/sage/config/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJC='gcc'
OBJCDEPMODE='depmode=none'
OBJCFLAGS='-g -O2'
OBJCXX='g++'
OBJCXXDEPMODE='depmode=none'
OBJCXXFLAGS=''
OBJEXT='o'
PACKAGE='sage'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='Sage'
PACKAGE_STRING='Sage 8.8.beta6'
PACKAGE_TARNAME='sage'
PACKAGE_URL=''
PACKAGE_VERSION='8.8.beta6'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS=''
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SAGE_BLAS='openblas'
SAGE_BUILT_PACKAGES='\
SAGE_DUMMY_PACKAGES='\
SAGE_EXTCODE='\
SAGE_GCC_DEP=''
SAGE_GMP_INCLUDE='$SAGE_LOCAL/include'
SAGE_GMP_PREFIX='$SAGE_LOCAL'
SAGE_MP_LIBRARY='mpir'
SAGE_NORMAL_PACKAGES='\
SAGE_OPTIONAL_INSTALLED_PACKAGES='\
SAGE_PACKAGE_DEPENDENCIES='deps_4ti2 = zlib $(MP_LIBRARY) glpk
SAGE_PACKAGE_VERSIONS='vers_4ti2 = 1.6.7.p0
SAGE_PIP_PACKAGES='\
SAGE_PYTHON_VERSION='2'
SAGE_SCRIPTS='\
SAGE_SCRIPT_PACKAGES='\
SAGE_SDIST_PACKAGES='\
SAGE_STANDARD_PACKAGES='\
SAGE_TOOLCHAIN='gcc'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='8.8.beta6'
ZMQ_CPPFLAGS=''
ZMQ_LDFLAGS=''
ZMQ_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FC='gfortran'
ac_ct_OBJC='gcc'
ac_ct_OBJCXX='g++'
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=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
deps_alabaster = $(PYTHON) | pip
deps_appnope = $(PYTHON) | pip
deps_arb = $(MP_LIBRARY) mpfr flint
deps_atlas = gfortran | $(PYTHON)
deps_autotools = ncurses git xz
deps_babel = $(PYTHON) | pip pytz
deps_backports_abc = $(PYTHON) | setuptools pip
deps_backports_functools_lru_cache = $(PYTHON) | setuptools_scm pip
deps_backports_shutil_get_terminal_size = $(PYTHON) | setuptools pip
deps_backports_ssl_match_hostname = $(PYTHON) | setuptools pip
deps_barvinok = ntl isl polylib
deps_beautifulsoup = | pip
deps_benzene = | $(STANDARD_PACKAGES)
deps_biopython = | pip
deps_bleach = $(PYTHON) | setuptools pip
deps_bliss =
deps_boost = iconv zlib
deps_boost_cropped =
deps_brial = boost_cropped m4ri libpng $(PYTHON) | pip pkgconf
deps_brian = | pip
deps_buckygen =
deps_bzip2 = | pkgconf
deps_cbc = readline zlib bzip2 $(BLAS)
deps_ccache = zlib
deps_cddlib = $(MP_LIBRARY)
deps_certifi = $(PYTHON) | setuptools pip
deps_cliquer =
deps_cmake = curl zlib bzip2 xz
deps_cocoalib = $(MP_LIBRARY)
deps_combinatorial_designs =
deps_compilerwrapper =
deps_configparser = $(PYTHON) | pip
deps_configure =
deps_conway_polynomials = $(PYTHON) | six
deps_coxeter3 =
deps_cryptominisat = $(PYTHON) m4ri zlib libpng | cmake sqlite boost_cropped
deps_csdp = $(BLAS)
deps_curl =
deps_cvxopt = $(PYTHON) numpy $(BLAS) gsl glpk | pkgconfig pip matplotlib
deps_cycler = $(PYTHON) six | setuptools pip
deps_cypari = $(PYTHON) cython pari cysignals | pip
deps_cysignals = $(PYTHON) cython pari | pip
deps_cython = $(PYTHON) | setuptools pip
deps_d3js =
deps_database_cremona_ellcurve =
deps_database_jones_numfield =
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 | setuptools pip
deps_decorator = $(PYTHON) | setuptools pip
deps_deformation = $(MP_LIBRARY) mpfr flint
deps_defusedxml = $(PYTHON) | pip
deps_docutils = $(PYTHON) | pip
deps_dot2tex = $(PYTHON) | pip pyparsing
deps_e_antic = $(MP_LIBRARY) flint arb
deps_ecl = $(MP_LIBRARY) readline gc
deps_eclib = pari ntl flint
deps_ecm = $(MP_LIBRARY)
deps_elliptic_curves = | sqlite $(PYTHON)
deps_entrypoints = $(PYTHON) | pip configparser
deps_enum34 = $(PYTHON) | pip
deps_fflas_ffpack = $(MP_LIBRARY) givaro gsl $(BLAS) | pkgconf
deps_flask = $(PYTHON) | pip werkzeug jinja2 itsdangerous
deps_flask_autoindex = $(PYTHON) | pip flask_silk future
deps_flask_babel = $(PYTHON) | pip flask speaklater babel
deps_flask_oldsessions = $(PYTHON) | pip
deps_flask_openid = $(PYTHON) | pip flask python_openid
deps_flask_silk = $(PYTHON) | pip flask
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_functools32 = $(PYTHON) | setuptools pip
deps_future = $(PYTHON) | setuptools pip
deps_gambit = cython | setuptools
deps_gap = ncurses readline $(MP_LIBRARY)
deps_gap3 =
deps_gap_jupyter = $(PYTHON) | pip ipython gap
deps_gap_packages = gap | $(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
deps_giacpy_sage = $(PYTHON) cython giac cysignals | $(SAGERUNTIME) pip sympy
maxima
deps_git = zlib $(PYTHON)
deps_git_trac = $(PYTHON) | setuptools pip
deps_givaro = $(MP_LIBRARY)
deps_glpk = $(MP_LIBRARY) zlib
deps_glucose = zlib
deps_gmp =
deps_gmpy2 = $(PYTHON) $(MP_LIBRARY) mpfr mpc | pip
deps_gp2c = pari
deps_graphs =
deps_gsl = $(BLAS)
deps_guppy = | pip
deps_html5lib = $(PYTHON) | setuptools pip
deps_iconv =
deps_igraph = $(MP_LIBRARY) glpk
deps_imagesize = $(PYTHON) | pip
deps_iml = $(MP_LIBRARY) gsl $(BLAS) | pkgconf
deps_ipaddress = $(PYTHON) | pip
deps_ipykernel = $(PYTHON) | ipython jupyter_client pip scandir
deps_ipython = $(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric
traitlets | pip backports_shutil_get_terminal_size wcwidth prompt_toolkit
pygments pexpect appnope
deps_ipython_genutils = $(PYTHON) | pip
deps_ipywidgets = $(PYTHON) widgetsnbextension | pip
deps_isl = $(MP_LIBRARY)
deps_itsdangerous = $(PYTHON) | pip
deps_jinja2 = $(PYTHON) markupsafe docutils | setuptools pip
deps_jmol =
deps_jsonschema = $(PYTHON) vcversioner functools32 | setuptools pip
deps_jupymake = | $(STANDARD_PACKAGES)
deps_jupyter_client = $(PYTHON) jupyter_core | pip pyzmq dateutil
deps_jupyter_core = $(PYTHON) | pip traitlets
deps_kenzo = ecl
deps_kiwisolver = $(PYTHON) | pip
deps_latte_int = $(MP_LIBRARY) ntl 4ti2 cddlib lrslib lidia
deps_lcalc = pari mpfr
deps_libatomic_ops =
deps_libbraiding =
deps_libffi =
deps_libgd = libpng freetype iconv
deps_libhomfly = gc
deps_libogg =
deps_libpng = zlib
deps_libtheora = libogg libpng
deps_lidia = $(MP_LIBRARY)
deps_lie = readline ncurses
deps_linbox = $(MP_LIBRARY) ntl givaro mpfr fplll iml flint fflas_ffpack
deps_lrcalc =
deps_lrslib = $(MP_LIBRARY)
deps_m4ri = libpng
deps_m4rie = m4ri
deps_markupsafe = $(PYTHON) | setuptools pip
deps_mathjax =
deps_matplotlib = $(PYTHON) numpy freetype libpng dateutil pyparsing tornado
six cycler | setuptools pip pytz functools32 backports_functools_lru_cache
subprocess32 kiwisolver
deps_maxima = ecl
deps_mcqd = | $(STANDARD_PACKAGES)
deps_meataxe =
deps_mercurial = | pip
deps_mistune = $(PYTHON) cython | setuptools pip
deps_modular_decomposition =
deps_mpc = $(MP_LIBRARY) mpfr
deps_mpfi = $(MP_LIBRARY) mpfr
deps_mpfr = $(MP_LIBRARY)
deps_mpfrcx = $(MP_LIBRARY) mpfr mpc
deps_mpi4py = | pip
deps_mpir = | yasm
deps_mpmath = $(PYTHON) | pip
deps_nauty =
deps_nbconvert = $(PYTHON) | pip mistune jinja2 pygments traitlets jupyter_core
nbformat entrypoints bleach pandocfilters testpath defusedxml
deps_nbformat = $(PYTHON) | pip jsonschema
deps_ncurses =
deps_networkx = $(PYTHON) decorator | pip nose scipy
deps_nibabel = | pip
deps_ninja_build = | $(PYTHON)
deps_normaliz = $(MP_LIBRARY) singular boost_cropped flint e_antic
deps_nose = $(PYTHON) | pip
deps_notebook = $(PYTHON) | pip ipython jupyter_client ipykernel nbconvert
nbformat jinja2 tornado terminado send2trash ipaddress prometheus_client
deps_notedown = $(PYTHON) setuptools | pip nbformat nbconvert six
pandoc_attributes
deps_ntl = $(MP_LIBRARY) gf2x
deps_numpy = $(PYTHON) $(BLAS) gfortran | setuptools pip pkgconfig cython
deps_openblas = gfortran | $(PYTHON)
deps_openssl =
deps_ore_algebra = $(PYTHON) | setuptools pip
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 | pip matplotlib gap xz $(SAGERUNTIME)
deps_packaging = $(PYTHON) | pip pyparsing six
deps_palp =
deps_pandoc_attributes = $(PYTHON) setuptools | pip pandocfilters
deps_pandocfilters = $(PYTHON) | pip
deps_pari = readline $(MP_LIBRARY) | pari_galdata pari_seadata_small
deps_pari_elldata =
deps_pari_galdata =
deps_pari_galpol =
deps_pari_jupyter = $(PYTHON) pari | pip cython notebook jupyter_core
deps_pari_nftables =
deps_pari_seadata =
deps_pari_seadata_small =
deps_patch =
deps_pathlib2 = $(PYTHON) | setuptools pip six scandir
deps_pathpy = $(PYTHON) | setuptools setuptools_scm pip
deps_pcre = bzip2
deps_perl_term_readline_gnu = readline
deps_pexpect = $(PYTHON) ptyprocess | pip
deps_pickleshare = $(PYTHON) pathpy pathlib2 | setuptools pip
deps_pillow = $(PYTHON) setuptools
deps_pip = python2 python3 setuptools
deps_pkgconf = | patch
deps_pkgconfig = $(PYTHON) | setuptools pip
deps_planarity =
deps_plantri =
deps_polylib = $(MP_LIBRARY) mpfr ntl
deps_polymake = $(MP_LIBRARY) bliss cddlib lrslib normaliz
perl_term_readline_gnu | ninja_build
deps_polytopes_db =
deps_ppl = $(MP_LIBRARY) glpk
deps_pplpy = $(PYTHON) $(MP_LIBRARY) gmpy2 cysignals mpfr mpc ppl | pip sphinx
deps_primecount = cmake
deps_prometheus_client = $(PYTHON) | pip
deps_prompt_toolkit = $(PYTHON) six wcwidth | pip
deps_psutil = $(PYTHON) | pip
deps_ptyprocess = $(PYTHON) | pip
deps_pybtex = | pip
deps_pycosat = $(PYTHON) | pip
deps_pycygwin = $(PYTHON) cython | setuptools pip
deps_pyflakes = | pip
deps_pygments = $(PYTHON) | setuptools pip
deps_pynac = $(PYTHON) $(MP_LIBRARY) flint singular giac | pkgconf
deps_pynormaliz = $(PYTHON) normaliz | pip
deps_pyopenssl = | $(STANDARD_PACKAGES)
deps_pyparsing = $(PYTHON) | setuptools pip
deps_pysingular = $(PYTHON) singular | pip
deps_python2 = zlib readline sqlite libpng bzip2 | xz
deps_python3 = zlib readline sqlite libpng bzip2 xz libffi
deps_python_igraph = igraph $(PYTHON) | pip
deps_python_openid = $(PYTHON) | pip
deps_pytz = $(PYTHON) | pip
deps_pyx = $(PYTHON) | pip
deps_pyzmq = $(PYTHON) cython zeromq | setuptools pip
deps_qepcad = readline saclib
deps_qhull = | cmake
deps_r = $(BLAS) gfortran iconv readline bzip2 xz pcre curl | pkgconf
deps_r_jupyter = | $(STANDARD_PACKAGES)
deps_ratpoints = $(MP_LIBRARY)
deps_readline = ncurses
deps_requests = $(PYTHON) | pip
deps_rpy2 = $(PYTHON) r six singledispatch | pip
deps_rst2ipynb = $(PYTHON) | setuptools pip notedown
deps_rubiks =
deps_rw =
deps_saclib =
deps_sagenb = $(PYTHON) | $(SAGERUNTIME) pip babel flask flask_autoindex
flask_babel flask_oldsessions flask_openid mathjax twisted sphinx
deps_sagenb_export = $(PYTHON) nbconvert ipython six | pip
deps_sagetex = $(PYTHON) maxima scipy matplotlib pillow tachyon |
$(SAGERUNTIME) sympy elliptic_curves jmol
deps_scandir = $(PYTHON) | setuptools pip six
deps_scipoptsuite = $(MP_LIBRARY) bliss readline | cmake
deps_scipy = $(PYTHON) $(BLAS) gfortran numpy | pip
deps_scons = $(PYTHON)
deps_send2trash = $(PYTHON) | pip
deps_setuptools = python2 python3
deps_setuptools_scm = $(PYTHON) | setuptools pip
deps_simplegeneric = $(PYTHON) | setuptools pip
deps_singledispatch = $(PYTHON) six | setuptools pip
deps_singular = $(MP_LIBRARY) $(PYTHON) ntl flint readline mpfr cddlib
deps_singular_jupyter = $(PYTHON) jupyter_client | pip pysingular ipython
ipywidgets
deps_sip = $(PYTHON)
deps_sirocco = | $(STANDARD_PACKAGES)
deps_six = $(PYTHON) | setuptools pip
deps_snowballstemmer = $(PYTHON) | pip
deps_speaklater = $(PYTHON) | pip
deps_sphinx = $(PYTHON) | pip docutils jinja2 pygments six snowballstemmer
imagesize babel alabaster requests typing sphinxcontrib_websupport packaging
deps_sphinxcontrib_websupport = $(PYTHON) | pip
deps_sqlalchemy = | pip
deps_sqlite = readline
deps_subprocess32 = $(PYTHON) | pip python3
deps_surf = $(MP_LIBRARY)
deps_symmetrica =
deps_sympow =
deps_sympy = $(PYTHON) mpmath | pip
deps_tachyon = libpng
deps_tdlib = | $(STANDARD_PACKAGES)
deps_termcap =
deps_terminado = $(PYTHON) | pip ptyprocess tornado
deps_testpath = $(PYTHON) | pip
deps_texlive = | $(STANDARD_PACKAGES)
deps_thebe =
deps_threejs =
deps_tides = $(MP_LIBRARY) mpfr
deps_topcom = cddlib
deps_tornado = $(PYTHON) backports_abc backports_ssl_match_hostname certifi
singledispatch | setuptools pip
deps_trac = | pip
deps_traitlets = $(PYTHON) | pip ipython_genutils decorator six enum34
deps_twisted = $(PYTHON) | setuptools pip zope_interface
deps_typing = $(PYTHON) | pip
deps_valgrind =
deps_vcversioner = $(PYTHON) | setuptools pip
deps_wcwidth = $(PYTHON) | pip setuptools
deps_webencodings = $(PYTHON) | setuptools pip
deps_werkzeug = $(PYTHON) | pip
deps_widgetsnbextension = $(PYTHON) | setuptools pip notebook jupyter_core
deps_xz =
deps_yasm =
deps_zeromq =
deps_zlib =
deps_zn_poly = $(MP_LIBRARY)
deps_zope_interface = $(PYTHON) | pip
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
found_ar='yes'
found_latex='no'
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} /tmp/stumpcl2/sage/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/tmp/stumpcl2/sage/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vers_alabaster = 0.7.12
vers_appnope = 0.1.0.p0
vers_arb = 2.16.0.p0
vers_atlas = 3.10.2.p3
vers_autotools = 20141105.p0
vers_babel = 2.6.0
vers_backports_abc = 0.5
vers_backports_functools_lru_cache = 1.5
vers_backports_shutil_get_terminal_size = 1.0.0.p1
vers_backports_ssl_match_hostname = 3.5.0.1.p0
vers_barvinok = 0.41.1
vers_beautifulsoup = beautifulsoup
vers_benzene = 20130630
vers_biopython = biopython
vers_bleach = 3.0.2
vers_bliss = 0.73+debian-1+sage-2016-08-02.p0
vers_boost = 1_66_0
vers_boost_cropped = 1.66.0.p0
vers_brial = 1.2.4
vers_brian = brian
vers_buckygen = 1.0
vers_bzip2 = 1.0.6-20150304.p0
vers_cbc = 2.9.4.p0
vers_ccache = 3.3.4
vers_cddlib = 0.94j
vers_certifi = 2018.11.29
vers_cliquer = 1.21.p4
vers_cmake = 3.11.0
vers_cocoalib = 0.99564
vers_combinatorial_designs = 20140630.p0
vers_compilerwrapper = 1.2
vers_configparser = 3.5.0
vers_configure = 320
vers_conway_polynomials = 0.5
vers_coxeter3 = 8ac9c71723c8ca57a836d6381aed125261e44e9e
vers_cryptominisat = 5.6.6
vers_csdp = 6.2.p0
vers_curl = 7.62.0.p0
vers_cvxopt = 1.1.8.p2
vers_cycler = 0.10.0.p0
vers_cypari = 2.1.0.p0
vers_cysignals = 1.10.2
vers_cython = 0.29.5.p0
vers_d3js = 3.4.8
vers_database_cremona_ellcurve = 20161017
vers_database_jones_numfield = 4
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.5.3
vers_decorator = 4.3.0
vers_deformation = d05941b.p0
vers_defusedxml = 0.5.0
vers_docutils = 0.14
vers_dot2tex = 2.11.3.p0
vers_e_antic = 0.1.3b0
vers_ecl = 16.1.2.p5
vers_eclib = 20190226
vers_ecm = 7.0.4.p1
vers_elliptic_curves = 0.8.1
vers_entrypoints = 0.2.3
vers_enum34 = 1.1.6
vers_fflas_ffpack = 2.3.2
vers_flask = 0.10.1.p0
vers_flask_autoindex = 0.6.p0
vers_flask_babel = 0.9.p0
vers_flask_oldsessions = 0.10.p0
vers_flask_openid = 1.2.5.p0
vers_flask_silk = 0.2.p0
vers_flint = 2.5.2.p4
vers_flintqs = 1.0.p0
vers_fplll = 5.2.1
vers_fpylll = 0.4.1dev
vers_freetype = 2.9.1
vers_fricas = 1.3.5
vers_frobby = 0.9.0.p2
vers_functools32 = 3.2.3-2.p0
vers_future = 0.17.1
vers_gambit = 15.1.1.p0
vers_gap = 4.10.1.p0
vers_gap3 = 04jul17
vers_gap_jupyter = 0.9
vers_gap_packages = 4.10.1.p0
vers_gc = 7.6.4.p0
vers_gcc = 7.2.0
vers_gdb = 8.2
vers_gf2x = 1.2.p0
vers_gfan = 0.6.2.p1
vers_gfortran = 7.2.0
vers_giac = 1.5.0.37.p1
vers_giacpy_sage = 0.6.7
vers_git = 2.11.0
vers_git_trac = 20160625.p0
vers_givaro = 4.0.4
vers_glpk = 4.63.p2
vers_glucose = 4.1
vers_gmp = 6.1.2
vers_gmpy2 = 2.1.0a4.p1
vers_gp2c = 0.0.10.p0
vers_graphs = 20161026.p0
vers_gsl = 2.5
vers_guppy = guppy
vers_html5lib = 1.0.1
vers_iconv = 1.15
vers_igraph = 0.7.1999.p0
vers_imagesize = 1.1.0
vers_iml = 1.0.4p1.p2
vers_ipaddress = 1.0.22
vers_ipykernel = 4.8.2
vers_ipython = 5.8.0
vers_ipython_genutils = 0.2.0
vers_ipywidgets = 7.4.2
vers_isl = 0.20
vers_itsdangerous = 1.1.0
vers_jinja2 = 2.10
vers_jmol = 14.6.1_2016.07.11.p1
vers_jsonschema = 2.6.0
vers_jupymake = 0.9
vers_jupyter_client = 5.2.4
vers_jupyter_core = 4.4.0
vers_kenzo = 1.1.7-r3
vers_kiwisolver = 1.0.1
vers_latte_int = 1.7.5.p0
vers_lcalc = 1.23.p18
vers_libatomic_ops = 7.6.2
vers_libbraiding = 1.0
vers_libffi = 3.2.1
vers_libgd = 2.1.1.1.p1
vers_libhomfly = 1.02r4
vers_libogg = 1.3.1.p0
vers_libpng = 1.6.29.p1
vers_libtheora = 1.1.1
vers_lidia = 2.3.0+latte-patches-2019-05-02
vers_lie = 2.2.2
vers_linbox = 1.5.2
vers_lrcalc = 1.2.p1
vers_lrslib = 062+autotools-2017-03-03.p1
vers_m4ri = 20140914.p0
vers_m4rie = 20150908.p0
vers_markupsafe = 1.1.0
vers_mathjax = 2.7.4.p0
vers_matplotlib = 2.2.3.p0
vers_maxima = 5.41.0
vers_mcqd = 1.0
vers_meataxe = 1.0
vers_mercurial = mercurial
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_mpi4py = mpi4py
vers_mpir = 3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0
vers_mpmath = 1.1.0
vers_nauty = 26r1.p0
vers_nbconvert = 5.4.0
vers_nbformat = 4.4.0
vers_ncurses = 6.0.p0
vers_networkx = 2.2
vers_nibabel = nibabel
vers_ninja_build = 1.8.2
vers_normaliz = 3.7.2
vers_nose = 1.3.7
vers_notebook = 5.7.6.p0
vers_notedown = 1.5.1
vers_ntl = 11.3.2
vers_numpy = 1.16.1
vers_openblas = 0.3.5.p1
vers_openssl = 1.1.1b
vers_ore_algebra = 0.3
vers_p_group_cohomology = 3.1
vers_packaging = 18.0
vers_palp = 2.1.p2
vers_pandoc_attributes = 8bc82f6d
vers_pandocfilters = 1.4.2
vers_pari = 2.11.1.p2
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_patch = 2.7.5
vers_pathlib2 = 2.3.3
vers_pathpy = 7.1.p0
vers_pcre = 8.40.p2
vers_perl_term_readline_gnu = 1.35
vers_pexpect = 4.6.0.p0
vers_pickleshare = 0.7.5
vers_pillow = 5.3.0.p0
vers_pip = 18.1
vers_pkgconf = 0.9.7.p2
vers_pkgconfig = 1.4.0
vers_planarity = 3.0.0.5.p0
vers_plantri = 4.5
vers_polylib = 5.22.5
vers_polymake = 3.4
vers_polytopes_db = 20170220.p0
vers_ppl = 1.2.p1
vers_pplpy = 0.8.4
vers_primecount = 4.7
vers_prometheus_client = 0.5.0
vers_prompt_toolkit = 1.0.15
vers_psutil = 5.2.0.p2
vers_ptyprocess = 0.5.1.p0
vers_pybtex = pybtex
vers_pycosat = 0.6.3
vers_pycygwin = 0.1
vers_pyflakes = pyflakes
vers_pygments = 2.3.1.p0
vers_pynac = 0.7.24.p0
vers_pynormaliz = 2.5
vers_pyopenssl = pyopenssl
vers_pyparsing = 2.3.0
vers_pysingular = 0.9.5
vers_python2 = 2.7.15.p1
vers_python3 = 3.7.3.p1
vers_python_igraph = 0.7.1999
vers_python_openid = 2.2.5.p0
vers_pytz = 2018.7
vers_pyx = 0.12.1.p0
vers_pyzmq = 17.1.2
vers_qepcad = B.1.71
vers_qhull = 2015-src-7.2.0.p1
vers_r = 3.6.0
vers_r_jupyter = r_jupyter
vers_ratpoints = 2.1.3.p5
vers_readline = 6.3.008.p0
vers_requests = 2.13.0
vers_rpy2 = 2.8.2.p1
vers_rst2ipynb = 0.2.2.p0
vers_rubiks = 20070912.p21
vers_rw = 0.7.p0
vers_saclib = 2.2.7
vers_sagenb = 1.1.2
vers_sagenb_export = 3.2
vers_sagetex = 3.2.p0
vers_scandir = 1.9.0
vers_scipoptsuite = 5.0.1
vers_scipy = 1.2.0
vers_scons = 1.2.0
vers_send2trash = 1.5.0
vers_setuptools = 40.6.3
vers_setuptools_scm = 3.1.0
vers_simplegeneric = 0.8.1.p0
vers_singledispatch = 3.4.0.3.p0
vers_singular = 4.1.1p2.p0
vers_singular_jupyter = 0.9.7
vers_sip = 4.18
vers_sirocco = 2.0.p0
vers_six = 1.12.0
vers_snowballstemmer = 1.2.1.p0
vers_speaklater = 1.3.p0
vers_sphinx = 1.8.5.p0
vers_sphinxcontrib_websupport = 1.1.0
vers_sqlalchemy = sqlalchemy
vers_sqlite = 3270100
vers_subprocess32 = 3.5.3
vers_surf = 1.0.6-gcc6
vers_symmetrica = 2.0.p11
vers_sympow = 1.018.1.p13
vers_sympy = 1.4.p0
vers_tachyon = 0.98.9.p7
vers_tdlib = 0.3.1.p0
vers_termcap = 1.3.1.p3
vers_terminado = 0.8.1
vers_testpath = 0.4.2
vers_texlive = texlive
vers_thebe = 9624e0a0.p0
vers_threejs = r100
vers_tides = 2.0.p0
vers_topcom = 0.17.7
vers_tornado = 4.5.2
vers_trac = trac
vers_traitlets = 4.3.2
vers_twisted = 16.3.0.p0
vers_typing = 3.6.6
vers_valgrind = 3.14.0
vers_vcversioner = 2.16.0.0.p0
vers_wcwidth = 0.1.7.p0
vers_webencodings = 0.5.1
vers_werkzeug = 0.14.1
vers_widgetsnbextension = 3.4.2
vers_xz = 5.2.2.p0
vers_yasm = 1.3.0.p0
vers_zeromq = 4.2.5
vers_zlib = 1.2.11.p0
vers_zn_poly = 0.9.1.p0
vers_zope_interface = 4.6.0
## ------------------- ##
## File substitutions. ##
## ------------------- ##
SAGE_MAKE_DEPS='/tmp/stumpcl2/sage/build/make/deps'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Sage"
#define PACKAGE_TARNAME "sage"
#define PACKAGE_VERSION "8.8.beta6"
#define PACKAGE_STRING "Sage 8.8.beta6"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "sage"
#define VERSION "8.8.beta6"
#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_ZMQ /**/
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Sage config.status 8.8.beta6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on dlp762
config.status:2585: creating build/make/Makefile-auto
config.status:2585: creating build/make/Makefile
config.status:2585: creating src/Makefile
config.status:2585: creating src/bin/sage-env-config
config.status:2762: executing depfiles commands
config.status:2762: executing mkdirs commands
config.status:2889: creating directory /tmp/stumpcl2/sage/logs/pkgs
config.status:2889: creating directory local
config.status:2889: creating directory local/bin
config.status:2889: creating directory local/etc
config.status:2889: creating directory local/include
config.status:2889: creating directory local/lib
config.status:2889: creating directory local/share
config.status:2889: creating directory local/var/lib/sage/installed