#! /bin/sh # Generated by configure. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=${CONFIG_SHELL-/bin/sh} export SHELL ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by Sage $as_me 9.4.beta3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " # Files that config.status was made for. config_files=" build/make/Makefile-auto build/make/Makefile src/bin/sage-env-config src/bin/sage-src-env-config build/bin/sage-build-env-config build/pkgs/sage_conf/src/sage_conf.py build/pkgs/sage_conf/src/setup.cfg" config_commands=" depfiles mkdirs" ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to ." ac_cs_config="'build_alias=x86_64-conda-linux-gnu' 'host_alias=x86_64-conda-linux-gnu' 'CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CXXFLAGS=-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CC=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cc' 'LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/vincent/miniconda3/envs/sage-build/lib -Wl,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -L/home/vincent/miniconda3/envs/sage-build/lib' 'CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CPP=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cpp' 'CXX=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-c++' 'FC=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-gfortran'" ac_cs_version="\ Sage config.status 9.4.beta3 configured by ./configure, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='/opt/sage' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/usr/bin/mkdir -p' AWK='gawk' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi if $ac_cs_recheck; then set X /bin/sh './configure' 'build_alias=x86_64-conda-linux-gnu' 'host_alias=x86_64-conda-linux-gnu' 'CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CXXFLAGS=-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CC=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cc' 'LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/vincent/miniconda3/envs/sage-build/lib -Wl,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -L/home/vincent/miniconda3/envs/sage-build/lib' 'CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/vincent/miniconda3/envs/sage-build/include' 'CPP=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cpp' 'CXX=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-c++' 'FC=/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-gfortran' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 CONFIG_SHELL='/bin/sh' export CONFIG_SHELL exec "$@" fi exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 # # INIT-COMMANDS # AMDEP_TRUE="" MAKE="make" SAGE_LOCAL="local" SAGE_SRC="/opt/sage/src" SAGE_LOGS="/opt/sage/logs/pkgs" SAGE_LOCAL="local" SAGE_SHARE="local/share" SAGE_INST="local/var/lib/sage/installed" # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "broken-gcc") CONFIG_COMMANDS="$CONFIG_COMMANDS broken-gcc" ;; "build/make/Makefile-auto") CONFIG_FILES="$CONFIG_FILES build/make/Makefile-auto" ;; "build/make/Makefile") CONFIG_FILES="$CONFIG_FILES build/make/Makefile" ;; "src/bin/sage-env-config") CONFIG_FILES="$CONFIG_FILES src/bin/sage-env-config" ;; "src/bin/sage-src-env-config") CONFIG_FILES="$CONFIG_FILES src/bin/sage-src-env-config" ;; "build/bin/sage-build-env-config") CONFIG_FILES="$CONFIG_FILES build/bin/sage-build-env-config" ;; "build/pkgs/sage_conf/src/sage_conf.py") CONFIG_FILES="$CONFIG_FILES build/pkgs/sage_conf/src/sage_conf.py" ;; "build/pkgs/sage_conf/src/setup.cfg") CONFIG_FILES="$CONFIG_FILES build/pkgs/sage_conf/src/setup.cfg" ;; "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && S["am__EXEEXT_FALSE"]="" S["am__EXEEXT_TRUE"]="#" S["LTLIBOBJS"]="" S["LIBOBJS"]="" S["SAGE_SDIST_PACKAGES"]=" \\\n"\ " alabaster \\\n"\ " appdirs \\\n"\ " appnope \\\n"\ " arb \\\n"\ " argon2_cffi \\\n"\ " attrs \\\n"\ " babel \\\n"\ " backcall \\\n"\ " bleach \\\n"\ " boost_cropped \\\n"\ " brial \\\n"\ " bzip2 \\\n"\ " cddlib \\\n"\ " certifi \\\n"\ " cffi \\\n"\ " cliquer \\\n"\ " combinatorial_designs \\\n"\ " conway_polynomials \\\n"\ " curl \\\n"\ " cvxopt \\\n"\ " cycler \\\n"\ " cypari \\\n"\ " cysignals \\\n"\ " cython \\\n"\ " dateutil \\\n"\ " decorator \\\n"\ " defusedxml \\\n"\ " distlib \\\n"\ " docutils \\\n"\ " ecl \\\n"\ " eclib \\\n"\ " ecm \\\n"\ " elliptic_curves \\\n"\ " entrypoints \\\n"\ " fflas_ffpack \\\n"\ " filelock \\\n"\ " flint \\\n"\ " flintqs \\\n"\ " fplll \\\n"\ " fpylll \\\n"\ " freetype \\\n"\ " gap \\\n"\ " gc \\\n"\ " gcc \\\n"\ " gf2x \\\n"\ " gfan \\\n"\ " gfortran \\\n"\ " giac \\\n"\ " givaro \\\n"\ " glpk \\\n"\ " gmp \\\n"\ " gmpy2 \\\n"\ " graphs \\\n"\ " gsl \\\n"\ " html5lib \\\n"\ " iconv \\\n"\ " imagesize \\\n"\ " iml \\\n"\ " importlib_metadata \\\n"\ " importlib_resources \\\n"\ " ipykernel \\\n"\ " ipython \\\n"\ " ipython_genutils \\\n"\ " ipywidgets \\\n"\ " jedi \\\n"\ " jinja2 \\\n"\ " jmol \\\n"\ " jsonschema \\\n"\ " jupyter_client \\\n"\ " jupyter_core \\\n"\ " jupyter_jsmol \\\n"\ " kiwisolver \\\n"\ " lcalc \\\n"\ " libatomic_ops \\\n"\ " libbraiding \\\n"\ " libffi \\\n"\ " libgd \\\n"\ " libhomfly \\\n"\ " libpng \\\n"\ " linbox \\\n"\ " lrcalc \\\n"\ " m4ri \\\n"\ " m4rie \\\n"\ " markupsafe \\\n"\ " mathjax \\\n"\ " matplotlib \\\n"\ " maxima \\\n"\ " memory_allocator \\\n"\ " mistune \\\n"\ " mpc \\\n"\ " mpfi \\\n"\ " mpfr \\\n"\ " mpir \\\n"\ " mpmath \\\n"\ " nauty \\\n"\ " nbconvert \\\n"\ " nbformat \\\n"\ " ncurses \\\n"\ " networkx \\\n"\ " nose \\\n"\ " notebook \\\n"\ " ntl \\\n"\ " numpy \\\n"\ " openblas \\\n"\ " openssl \\\n"\ " packaging \\\n"\ " palp \\\n"\ " pandocfilters \\\n"\ " pari \\\n"\ " pari_galdata \\\n"\ " pari_seadata_small \\\n"\ " parso \\\n"\ " patch \\\n"\ " pcre \\\n"\ " pexpect \\\n"\ " pickleshare \\\n"\ " pillow \\\n"\ " pip \\\n"\ " pkgconf \\\n"\ " pkgconfig \\\n"\ " planarity \\\n"\ " pluggy \\\n"\ " polytopes_db \\\n"\ " ppl \\\n"\ " pplpy \\\n"\ " prometheus_client \\\n"\ " prompt_toolkit \\\n"\ " psutil \\\n"\ " ptyprocess \\\n"\ " py \\\n"\ " pybind11 \\\n"\ " pycparser \\\n"\ " pycygwin \\\n"\ " pygments \\\n"\ " pynac \\\n"\ " pyparsing \\\n"\ " pyrsistent \\\n"\ " python3 \\\n"\ " pytz \\\n"\ " pyzmq \\\n"\ " r \\\n"\ " ratpoints \\\n"\ " readline \\\n"\ " requests \\\n"\ " rpy2 \\\n"\ " rw \\\n"\ " sagenb_export \\\n"\ " sagetex \\\n"\ " scandir \\\n"\ " scipy \\\n"\ " send2trash \\\n"\ " setuptools \\\n"\ " setuptools_scm \\\n"\ " setuptools_wheel \\\n"\ " simplegeneric \\\n"\ " singular \\\n"\ " six \\\n"\ " snowballstemmer \\\n"\ " sphinx \\\n"\ " sphinxcontrib_applehelp \\\n"\ " sphinxcontrib_devhelp \\\n"\ " sphinxcontrib_htmlhelp \\\n"\ " sphinxcontrib_jsmath \\\n"\ " sphinxcontrib_qthelp \\\n"\ " sphinxcontrib_serializinghtml \\\n"\ " sphinxcontrib_websupport \\\n"\ " sqlite \\\n"\ " suitesparse \\\n"\ " symmetrica \\\n"\ " sympow \\\n"\ " sympy \\\n"\ " tachyon \\\n"\ " terminado \\\n"\ " testpath \\\n"\ " thebe \\\n"\ " threejs \\\n"\ " toml \\\n"\ " tornado \\\n"\ " tox \\\n"\ " traitlets \\\n"\ " typing_extensions \\\n"\ " tzlocal \\\n"\ " vcversioner \\\n"\ " virtualenv \\\n"\ " wcwidth \\\n"\ " webencodings \\\n"\ " wheel \\\n"\ " widgetsnbextension \\\n"\ " xz \\\n"\ " yasm \\\n"\ " zeromq \\\n"\ " zipp \\\n"\ " zlib \\\n"\ " zn_poly" S["SAGE_OPTIONAL_UNINSTALLED_PACKAGES"]="" S["SAGE_OPTIONAL_INSTALLED_PACKAGES"]=" \\\n"\ " _prereq \\\n"\ " alabaster \\\n"\ " appdirs \\\n"\ " appnope \\\n"\ " arb \\\n"\ " argon2_cffi \\\n"\ " attrs \\\n"\ " babel \\\n"\ " backcall \\\n"\ " bleach \\\n"\ " boost_cropped \\\n"\ " brial \\\n"\ " bzip2 \\\n"\ " cddlib \\\n"\ " certifi \\\n"\ " cffi \\\n"\ " cliquer \\\n"\ " combinatorial_designs \\\n"\ " conway_polynomials \\\n"\ " curl \\\n"\ " cvxopt \\\n"\ " cycler \\\n"\ " cypari \\\n"\ " cysignals \\\n"\ " cython \\\n"\ " dateutil \\\n"\ " decorator \\\n"\ " defusedxml \\\n"\ " distlib \\\n"\ " docutils \\\n"\ " ecl \\\n"\ " eclib \\\n"\ " ecm \\\n"\ " elliptic_curves \\\n"\ " entrypoints \\\n"\ " fflas_ffpack \\\n"\ " filelock \\\n"\ " flint \\\n"\ " flintqs \\\n"\ " fplll \\\n"\ " fpylll \\\n"\ " freetype \\\n"\ " gap \\\n"\ " gc \\\n"\ " gcc \\\n"\ " gf2x \\\n"\ " gfan \\\n"\ " gfortran \\\n"\ " giac \\\n"\ " givaro \\\n"\ " glpk \\\n"\ " gmp \\\n"\ " gmpy2 \\\n"\ " graphs \\\n"\ " gsl \\\n"\ " html5lib \\\n"\ " iconv \\\n"\ " imagesize \\\n"\ " iml \\\n"\ " importlib_metadata \\\n"\ " importlib_resources \\\n"\ " ipykernel \\\n"\ " ipython \\\n"\ " ipython_genutils \\\n"\ " ipywidgets \\\n"\ " jedi \\\n"\ " jinja2 \\\n"\ " jmol \\\n"\ " jsonschema \\\n"\ " jupyter_client \\\n"\ " jupyter_core \\\n"\ " jupyter_jsmol \\\n"\ " kiwisolver \\\n"\ " lcalc \\\n"\ " libatomic_ops \\\n"\ " libbraiding \\\n"\ " libffi \\\n"\ " libgd \\\n"\ " libhomfly \\\n"\ " libpng \\\n"\ " linbox \\\n"\ " lrcalc \\\n"\ " m4ri \\\n"\ " m4rie \\\n"\ " markupsafe \\\n"\ " mathjax \\\n"\ " matplotlib \\\n"\ " maxima \\\n"\ " memory_allocator \\\n"\ " mistune \\\n"\ " mpc \\\n"\ " mpfi \\\n"\ " mpfr \\\n"\ " mpir \\\n"\ " mpmath \\\n"\ " nauty \\\n"\ " nbconvert \\\n"\ " nbformat \\\n"\ " ncurses \\\n"\ " networkx \\\n"\ " nose \\\n"\ " notebook \\\n"\ " ntl \\\n"\ " numpy \\\n"\ " openblas \\\n"\ " openssl \\\n"\ " packaging \\\n"\ " palp \\\n"\ " pandocfilters \\\n"\ " pari \\\n"\ " pari_galdata \\\n"\ " pari_seadata_small \\\n"\ " parso \\\n"\ " patch \\\n"\ " pcre \\\n"\ " pexpect \\\n"\ " pickleshare \\\n"\ " pillow \\\n"\ " pip \\\n"\ " pkgconf \\\n"\ " pkgconfig \\\n"\ " planarity \\\n"\ " pluggy \\\n"\ " polytopes_db \\\n"\ " ppl \\\n"\ " pplpy \\\n"\ " prometheus_client \\\n"\ " prompt_toolkit \\\n"\ " psutil \\\n"\ " ptyprocess \\\n"\ " py \\\n"\ " pybind11 \\\n"\ " pycparser \\\n"\ " pycygwin \\\n"\ " pygments \\\n"\ " pynac \\\n"\ " pyparsing \\\n"\ " pyrsistent \\\n"\ " python3 \\\n"\ " pytz \\\n"\ " pyzmq \\\n"\ " r \\\n"\ " ratpoints \\\n"\ " readline \\\n"\ " requests \\\n"\ " rpy2 \\\n"\ " rw \\\n"\ " sage_conf \\\n"\ " sage_docbuild \\\n"\ " sagelib \\\n"\ " sagenb_export \\\n"\ " sagetex \\\n"\ " scandir \\\n"\ " scipy \\\n"\ " send2trash \\\n"\ " setuptools \\\n"\ " setuptools_scm \\\n"\ " setuptools_wheel \\\n"\ " simplegeneric \\\n"\ " singular \\\n"\ " six \\\n"\ " snowballstemmer \\\n"\ " sphinx \\\n"\ " sphinxcontrib_applehelp \\\n"\ " sphinxcontrib_devhelp \\\n"\ " sphinxcontrib_htmlhelp \\\n"\ " sphinxcontrib_jsmath \\\n"\ " sphinxcontrib_qthelp \\\n"\ " sphinxcontrib_serializinghtml \\\n"\ " sphinxcontrib_websupport \\\n"\ " sqlite \\\n"\ " suitesparse \\\n"\ " symmetrica \\\n"\ " sympow \\\n"\ " sympy \\\n"\ " tachyon \\\n"\ " terminado \\\n"\ " testpath \\\n"\ " thebe \\\n"\ " threejs \\\n"\ " toml \\\n"\ " tornado \\\n"\ " tox \\\n"\ " traitlets \\\n"\ " typing_extensions \\\n"\ " tzlocal \\\n"\ " vcversioner \\\n"\ " virtualenv \\\n"\ " wcwidth \\\n"\ " webencodings \\\n"\ " wheel \\\n"\ " widgetsnbextension \\\n"\ " xz \\\n"\ " yasm \\\n"\ " zeromq \\\n"\ " zipp \\\n"\ " zlib \\\n"\ " zn_poly" S["SAGE_DUMMY_PACKAGES"]=" \\\n"\ " _prereq \\\n"\ " appdirs \\\n"\ " arb \\\n"\ " atlas \\\n"\ " boost_cropped \\\n"\ " brial \\\n"\ " bzip2 \\\n"\ " cbc \\\n"\ " cliquer \\\n"\ " cmake \\\n"\ " curl \\\n"\ " distlib \\\n"\ " ecl \\\n"\ " ecm \\\n"\ " fflas_ffpack \\\n"\ " filelock \\\n"\ " flint \\\n"\ " flintqs \\\n"\ " fplll \\\n"\ " freetype \\\n"\ " gc \\\n"\ " gcc \\\n"\ " gf2x \\\n"\ " gfan \\\n"\ " gfortran \\\n"\ " git \\\n"\ " givaro \\\n"\ " glpk \\\n"\ " gmp \\\n"\ " graphviz \\\n"\ " gsl \\\n"\ " iconv \\\n"\ " igraph \\\n"\ " iml \\\n"\ " isl \\\n"\ " libatomic_ops \\\n"\ " libbraiding \\\n"\ " libffi \\\n"\ " libgd \\\n"\ " libhomfly \\\n"\ " libnauty \\\n"\ " libpng \\\n"\ " libsemigroups \\\n"\ " libxml2 \\\n"\ " lrcalc \\\n"\ " lrslib \\\n"\ " m4ri \\\n"\ " m4rie \\\n"\ " mpc \\\n"\ " mpfi \\\n"\ " mpfr \\\n"\ " mpir \\\n"\ " nauty \\\n"\ " ncurses \\\n"\ " ninja_build \\\n"\ " ntl \\\n"\ " openblas \\\n"\ " openssl \\\n"\ " palp \\\n"\ " pandoc \\\n"\ " patch \\\n"\ " pcre \\\n"\ " pkgconf \\\n"\ " planarity \\\n"\ " ppl \\\n"\ " python3 \\\n"\ " r \\\n"\ " readline \\\n"\ " rw \\\n"\ " sqlite \\\n"\ " suitesparse \\\n"\ " symmetrica \\\n"\ " sympow \\\n"\ " tachyon \\\n"\ " tox \\\n"\ " virtualenv \\\n"\ " xz \\\n"\ " yasm \\\n"\ " zeromq \\\n"\ " zlib \\\n"\ " zn_poly" S["SAGE_BUILT_PACKAGES"]=" \\\n"\ " 4ti2 \\\n"\ " _bootstrap \\\n"\ " _recommended \\\n"\ " admcycles \\\n"\ " alabaster \\\n"\ " appnope \\\n"\ " argon2_cffi \\\n"\ " attrs \\\n"\ " awali \\\n"\ " babel \\\n"\ " backcall \\\n"\ " barvinok \\\n"\ " beautifulsoup4 \\\n"\ " benzene \\\n"\ " biopython \\\n"\ " bleach \\\n"\ " bliss \\\n"\ " buckygen \\\n"\ " ccache \\\n"\ " cddlib \\\n"\ " certifi \\\n"\ " cffi \\\n"\ " cocoalib \\\n"\ " combinatorial_designs \\\n"\ " compilerwrapper \\\n"\ " configure \\\n"\ " conway_polynomials \\\n"\ " coxeter3 \\\n"\ " cryptominisat \\\n"\ " csdp \\\n"\ " cunningham_tables \\\n"\ " cvxopt \\\n"\ " cycler \\\n"\ " cypari \\\n"\ " cysignals \\\n"\ " cython \\\n"\ " d3js \\\n"\ " database_cremona_ellcurve \\\n"\ " database_jones_numfield \\\n"\ " database_knotinfo \\\n"\ " database_kohel \\\n"\ " database_mutation_class \\\n"\ " database_odlyzko_zeta \\\n"\ " database_stein_watkins \\\n"\ " database_stein_watkins_mini \\\n"\ " database_symbolic_data \\\n"\ " dateutil \\\n"\ " decorator \\\n"\ " deformation \\\n"\ " defusedxml \\\n"\ " docutils \\\n"\ " dot2tex \\\n"\ " e_antic \\\n"\ " eclib \\\n"\ " elliptic_curves \\\n"\ " entrypoints \\\n"\ " fpylll \\\n"\ " fricas \\\n"\ " frobby \\\n"\ " gambit \\\n"\ " gap \\\n"\ " gap3 \\\n"\ " gap_jupyter \\\n"\ " gap_packages \\\n"\ " gdb \\\n"\ " giac \\\n"\ " glucose \\\n"\ " gmpy2 \\\n"\ " gp2c \\\n"\ " graphs \\\n"\ " html5lib \\\n"\ " imagesize \\\n"\ " importlib_metadata \\\n"\ " importlib_resources \\\n"\ " ipykernel \\\n"\ " ipympl \\\n"\ " ipython \\\n"\ " ipython_genutils \\\n"\ " ipywidgets \\\n"\ " jedi \\\n"\ " jinja2 \\\n"\ " jmol \\\n"\ " jsonschema \\\n"\ " jupymake \\\n"\ " jupyter_client \\\n"\ " jupyter_core \\\n"\ " jupyter_jsmol \\\n"\ " jupyter_packaging \\\n"\ " jupyterlab \\\n"\ " jupyterlab_widgets \\\n"\ " kenzo \\\n"\ " kiwisolver \\\n"\ " latte_int \\\n"\ " lcalc \\\n"\ " libogg \\\n"\ " libtheora \\\n"\ " lidia \\\n"\ " lie \\\n"\ " linbox \\\n"\ " markupsafe \\\n"\ " mathjax \\\n"\ " matplotlib \\\n"\ " maxima \\\n"\ " mcqd \\\n"\ " meataxe \\\n"\ " memory_allocator \\\n"\ " mistune \\\n"\ " modular_decomposition \\\n"\ " mpfrcx \\\n"\ " mpmath \\\n"\ " nbconvert \\\n"\ " nbformat \\\n"\ " networkx \\\n"\ " nibabel \\\n"\ " nodeenv \\\n"\ " nodejs \\\n"\ " normaliz \\\n"\ " nose \\\n"\ " notebook \\\n"\ " notedown \\\n"\ " numpy \\\n"\ " ore_algebra \\\n"\ " p_group_cohomology \\\n"\ " packaging \\\n"\ " pandoc_attributes \\\n"\ " pandocfilters \\\n"\ " pari \\\n"\ " pari_elldata \\\n"\ " pari_galdata \\\n"\ " pari_galpol \\\n"\ " pari_jupyter \\\n"\ " pari_nftables \\\n"\ " pari_seadata \\\n"\ " pari_seadata_small \\\n"\ " parso \\\n"\ " perl_cpan_polymake_prereq \\\n"\ " perl_mongodb \\\n"\ " perl_term_readline_gnu \\\n"\ " pexpect \\\n"\ " pickleshare \\\n"\ " pillow \\\n"\ " pip \\\n"\ " pkgconfig \\\n"\ " plantri \\\n"\ " pluggy \\\n"\ " polylib \\\n"\ " polymake \\\n"\ " polytopes_db \\\n"\ " polytopes_db_4d \\\n"\ " pplpy \\\n"\ " primecount \\\n"\ " prometheus_client \\\n"\ " prompt_toolkit \\\n"\ " psutil \\\n"\ " ptyprocess \\\n"\ " py \\\n"\ " pybind11 \\\n"\ " pybtex \\\n"\ " pycosat \\\n"\ " pycparser \\\n"\ " pycygwin \\\n"\ " pyflakes \\\n"\ " pygments \\\n"\ " pygraphviz \\\n"\ " pynac \\\n"\ " pynormaliz \\\n"\ " pyopenssl \\\n"\ " pyparsing \\\n"\ " pyrsistent \\\n"\ " pysingular \\\n"\ " pytest \\\n"\ " python_igraph \\\n"\ " pytz \\\n"\ " pyx \\\n"\ " pyzmq \\\n"\ " qepcad \\\n"\ " qhull \\\n"\ " r_jupyter \\\n"\ " ratpoints \\\n"\ " requests \\\n"\ " rpy2 \\\n"\ " rst2ipynb \\\n"\ " rubiks \\\n"\ " saclib \\\n"\ " sage_conf \\\n"\ " sage_docbuild \\\n"\ " sage_flatsurf \\\n"\ " sage_numerical_backends_coin \\\n"\ " sage_numerical_backends_cplex \\\n"\ " sage_numerical_backends_gurobi \\\n"\ " sage_sws2rst \\\n"\ " sagelib \\\n"\ " sagenb_export \\\n"\ " sagetex \\\n"\ " scandir \\\n"\ " scipoptsuite \\\n"\ " scipy \\\n"\ " send2trash \\\n"\ " setuptools \\\n"\ " setuptools_scm \\\n"\ " setuptools_wheel \\\n"\ " simplegeneric \\\n"\ " singular \\\n"\ " singular_jupyter \\\n"\ " sip \\\n"\ " sirocco \\\n"\ " six \\\n"\ " slabbe \\\n"\ " snappy \\\n"\ " snowballstemmer \\\n"\ " speaklater \\\n"\ " sphinx \\\n"\ " sphinxcontrib_applehelp \\\n"\ " sphinxcontrib_devhelp \\\n"\ " sphinxcontrib_htmlhelp \\\n"\ " sphinxcontrib_jsmath \\\n"\ " sphinxcontrib_qthelp \\\n"\ " sphinxcontrib_serializinghtml \\\n"\ " sphinxcontrib_websupport \\\n"\ " sqlalchemy \\\n"\ " surf \\\n"\ " surface_dynamics \\\n"\ " symengine \\\n"\ " symengine_py \\\n"\ " sympy \\\n"\ " tdlib \\\n"\ " terminado \\\n"\ " testpath \\\n"\ " texlive \\\n"\ " texttable \\\n"\ " thebe \\\n"\ " threejs \\\n"\ " tides \\\n"\ " toml \\\n"\ " topcom \\\n"\ " tornado \\\n"\ " traitlets \\\n"\ " typing_extensions \\\n"\ " tzlocal \\\n"\ " valgrind \\\n"\ " vcversioner \\\n"\ " wcwidth \\\n"\ " webencodings \\\n"\ " wheel \\\n"\ " widgetsnbextension \\\n"\ " zipp" S["SAGE_SCRIPT_PACKAGES"]=" \\\n"\ " _bootstrap \\\n"\ " _prereq \\\n"\ " _recommended \\\n"\ " git \\\n"\ " graphviz \\\n"\ " jupyterlab_widgets \\\n"\ " libnauty \\\n"\ " libxml2 \\\n"\ " nodejs \\\n"\ " pandoc \\\n"\ " perl_cpan_polymake_prereq \\\n"\ " perl_mongodb \\\n"\ " r_jupyter \\\n"\ " sage_conf \\\n"\ " sage_docbuild \\\n"\ " sage_sws2rst \\\n"\ " sagelib \\\n"\ " texlive" S["SAGE_PIP_PACKAGES"]=" \\\n"\ " admcycles \\\n"\ " beautifulsoup4 \\\n"\ " biopython \\\n"\ " jupyterlab \\\n"\ " nibabel \\\n"\ " nodeenv \\\n"\ " ore_algebra \\\n"\ " pybtex \\\n"\ " pyflakes \\\n"\ " pygraphviz \\\n"\ " pyopenssl \\\n"\ " pytest \\\n"\ " pyx \\\n"\ " sage_flatsurf \\\n"\ " slabbe \\\n"\ " snappy \\\n"\ " sqlalchemy \\\n"\ " surface_dynamics" S["SAGE_NORMAL_PACKAGES"]=" \\\n"\ " 4ti2 \\\n"\ " alabaster \\\n"\ " appdirs \\\n"\ " appnope \\\n"\ " arb \\\n"\ " argon2_cffi \\\n"\ " atlas \\\n"\ " attrs \\\n"\ " awali \\\n"\ " babel \\\n"\ " backcall \\\n"\ " barvinok \\\n"\ " benzene \\\n"\ " bleach \\\n"\ " bliss \\\n"\ " boost_cropped \\\n"\ " brial \\\n"\ " buckygen \\\n"\ " bzip2 \\\n"\ " cbc \\\n"\ " ccache \\\n"\ " cddlib \\\n"\ " certifi \\\n"\ " cffi \\\n"\ " cliquer \\\n"\ " cmake \\\n"\ " cocoalib \\\n"\ " combinatorial_designs \\\n"\ " compilerwrapper \\\n"\ " configure \\\n"\ " conway_polynomials \\\n"\ " coxeter3 \\\n"\ " cryptominisat \\\n"\ " csdp \\\n"\ " cunningham_tables \\\n"\ " curl \\\n"\ " cvxopt \\\n"\ " cycler \\\n"\ " cypari \\\n"\ " cysignals \\\n"\ " cython \\\n"\ " d3js \\\n"\ " database_cremona_ellcurve \\\n"\ " database_jones_numfield \\\n"\ " database_knotinfo \\\n"\ " database_kohel \\\n"\ " database_mutation_class \\\n"\ " database_odlyzko_zeta \\\n"\ " database_stein_watkins \\\n"\ " database_stein_watkins_mini \\\n"\ " database_symbolic_data \\\n"\ " dateutil \\\n"\ " decorator \\\n"\ " deformation \\\n"\ " defusedxml \\\n"\ " distlib \\\n"\ " docutils \\\n"\ " dot2tex \\\n"\ " e_antic \\\n"\ " ecl \\\n"\ " eclib \\\n"\ " ecm \\\n"\ " elliptic_curves \\\n"\ " entrypoints \\\n"\ " fflas_ffpack \\\n"\ " filelock \\\n"\ " flint \\\n"\ " flintqs \\\n"\ " fplll \\\n"\ " fpylll \\\n"\ " freetype \\\n"\ " fricas \\\n"\ " frobby \\\n"\ " gambit \\\n"\ " gap \\\n"\ " gap3 \\\n"\ " gap_jupyter \\\n"\ " gap_packages \\\n"\ " gc \\\n"\ " gcc \\\n"\ " gdb \\\n"\ " gf2x \\\n"\ " gfan \\\n"\ " gfortran \\\n"\ " giac \\\n"\ " givaro \\\n"\ " glpk \\\n"\ " glucose \\\n"\ " gmp \\\n"\ " gmpy2 \\\n"\ " gp2c \\\n"\ " graphs \\\n"\ " gsl \\\n"\ " html5lib \\\n"\ " iconv \\\n"\ " igraph \\\n"\ " imagesize \\\n"\ " iml \\\n"\ " importlib_metadata \\\n"\ " importlib_resources \\\n"\ " ipykernel \\\n"\ " ipympl \\\n"\ " ipython \\\n"\ " ipython_genutils \\\n"\ " ipywidgets \\\n"\ " isl \\\n"\ " jedi \\\n"\ " jinja2 \\\n"\ " jmol \\\n"\ " jsonschema \\\n"\ " jupymake \\\n"\ " jupyter_client \\\n"\ " jupyter_core \\\n"\ " jupyter_jsmol \\\n"\ " jupyter_packaging \\\n"\ " kenzo \\\n"\ " kiwisolver \\\n"\ " latte_int \\\n"\ " lcalc \\\n"\ " libatomic_ops \\\n"\ " libbraiding \\\n"\ " libffi \\\n"\ " libgd \\\n"\ " libhomfly \\\n"\ " libogg \\\n"\ " libpng \\\n"\ " libsemigroups \\\n"\ " libtheora \\\n"\ " lidia \\\n"\ " lie \\\n"\ " linbox \\\n"\ " lrcalc \\\n"\ " lrslib \\\n"\ " m4ri \\\n"\ " m4rie \\\n"\ " markupsafe \\\n"\ " mathjax \\\n"\ " matplotlib \\\n"\ " maxima \\\n"\ " mcqd \\\n"\ " meataxe \\\n"\ " memory_allocator \\\n"\ " mistune \\\n"\ " modular_decomposition \\\n"\ " mpc \\\n"\ " mpfi \\\n"\ " mpfr \\\n"\ " mpfrcx \\\n"\ " mpir \\\n"\ " mpmath \\\n"\ " nauty \\\n"\ " nbconvert \\\n"\ " nbformat \\\n"\ " ncurses \\\n"\ " networkx \\\n"\ " ninja_build \\\n"\ " normaliz \\\n"\ " nose \\\n"\ " notebook \\\n"\ " notedown \\\n"\ " ntl \\\n"\ " numpy \\\n"\ " openblas \\\n"\ " openssl \\\n"\ " p_group_cohomology \\\n"\ " packaging \\\n"\ " palp \\\n"\ " pandoc_attributes \\\n"\ " pandocfilters \\\n"\ " pari \\\n"\ " pari_elldata \\\n"\ " pari_galdata \\\n"\ " pari_galpol \\\n"\ " pari_jupyter \\\n"\ " pari_nftables \\\n"\ " pari_seadata \\\n"\ " pari_seadata_small \\\n"\ " parso \\\n"\ " patch \\\n"\ " pcre \\\n"\ " perl_term_readline_gnu \\\n"\ " pexpect \\\n"\ " pickleshare \\\n"\ " pillow \\\n"\ " pip \\\n"\ " pkgconf \\\n"\ " pkgconfig \\\n"\ " planarity \\\n"\ " plantri \\\n"\ " pluggy \\\n"\ " polylib \\\n"\ " polymake \\\n"\ " polytopes_db \\\n"\ " polytopes_db_4d \\\n"\ " ppl \\\n"\ " pplpy \\\n"\ " primecount \\\n"\ " prometheus_client \\\n"\ " prompt_toolkit \\\n"\ " psutil \\\n"\ " ptyprocess \\\n"\ " py \\\n"\ " pybind11 \\\n"\ " pycosat \\\n"\ " pycparser \\\n"\ " pycygwin \\\n"\ " pygments \\\n"\ " pynac \\\n"\ " pynormaliz \\\n"\ " pyparsing \\\n"\ " pyrsistent \\\n"\ " pysingular \\\n"\ " python3 \\\n"\ " python_igraph \\\n"\ " pytz \\\n"\ " pyzmq \\\n"\ " qepcad \\\n"\ " qhull \\\n"\ " r \\\n"\ " ratpoints \\\n"\ " readline \\\n"\ " requests \\\n"\ " rpy2 \\\n"\ " rst2ipynb \\\n"\ " rubiks \\\n"\ " rw \\\n"\ " saclib \\\n"\ " sage_numerical_backends_coin \\\n"\ " sage_numerical_backends_cplex \\\n"\ " sage_numerical_backends_gurobi \\\n"\ " sagenb_export \\\n"\ " sagetex \\\n"\ " scandir \\\n"\ " scipoptsuite \\\n"\ " scipy \\\n"\ " send2trash \\\n"\ " setuptools \\\n"\ " setuptools_scm \\\n"\ " setuptools_wheel \\\n"\ " simplegeneric \\\n"\ " singular \\\n"\ " singular_jupyter \\\n"\ " sip \\\n"\ " sirocco \\\n"\ " six \\\n"\ " snowballstemmer \\\n"\ " speaklater \\\n"\ " sphinx \\\n"\ " sphinxcontrib_applehelp \\\n"\ " sphinxcontrib_devhelp \\\n"\ " sphinxcontrib_htmlhelp \\\n"\ " sphinxcontrib_jsmath \\\n"\ " sphinxcontrib_qthelp \\\n"\ " sphinxcontrib_serializinghtml \\\n"\ " sphinxcontrib_websupport \\\n"\ " sqlite \\\n"\ " suitesparse \\\n"\ " surf \\\n"\ " symengine \\\n"\ " symengine_py \\\n"\ " symmetrica \\\n"\ " sympow \\\n"\ " sympy \\\n"\ " tachyon \\\n"\ " tdlib \\\n"\ " terminado \\\n"\ " testpath \\\n"\ " texttable \\\n"\ " thebe \\\n"\ " threejs \\\n"\ " tides \\\n"\ " toml \\\n"\ " topcom \\\n"\ " tornado \\\n"\ " tox \\\n"\ " traitlets \\\n"\ " typing_extensions \\\n"\ " tzlocal \\\n"\ " valgrind \\\n"\ " vcversioner \\\n"\ " virtualenv \\\n"\ " wcwidth \\\n"\ " webencodings \\\n"\ " wheel \\\n"\ " widgetsnbextension \\\n"\ " xz \\\n"\ " yasm \\\n"\ " zeromq \\\n"\ " zipp \\\n"\ " zlib \\\n"\ " zn_poly" S["SAGE_PACKAGE_TREES"]="\n"\ "trees_4ti2 = SAGE_LOCAL\n"\ "trees__bootstrap = SAGE_LOCAL\n"\ "trees__prereq = SAGE_LOCAL\n"\ "trees__recommended = SAGE_LOCAL\n"\ "trees_admcycles = SAGE_VENV\n"\ "trees_alabaster = SAGE_VENV\n"\ "trees_appdirs = SAGE_VENV\n"\ "trees_appnope = SAGE_VENV\n"\ "trees_arb = SAGE_LOCAL\n"\ "trees_argon2_cffi = SAGE_VENV\n"\ "trees_atlas = SAGE_LOCAL\n"\ "trees_attrs = SAGE_VENV\n"\ "trees_awali = SAGE_LOCAL\n"\ "trees_babel = SAGE_VENV\n"\ "trees_backcall = SAGE_VENV\n"\ "trees_barvinok = SAGE_LOCAL\n"\ "trees_beautifulsoup4 = SAGE_VENV\n"\ "trees_benzene = SAGE_LOCAL\n"\ "trees_biopython = SAGE_VENV\n"\ "trees_bleach = SAGE_VENV\n"\ "trees_bliss = SAGE_LOCAL\n"\ "trees_boost_cropped = SAGE_LOCAL\n"\ "trees_brial = SAGE_LOCAL\n"\ "trees_buckygen = SAGE_LOCAL\n"\ "trees_bzip2 = SAGE_LOCAL\n"\ "trees_cbc = SAGE_LOCAL\n"\ "trees_ccache = SAGE_LOCAL\n"\ "trees_cddlib = SAGE_LOCAL\n"\ "trees_certifi = SAGE_VENV\n"\ "trees_cffi = SAGE_VENV\n"\ "trees_cliquer = SAGE_LOCAL\n"\ "trees_cmake = SAGE_LOCAL\n"\ "trees_cocoalib = SAGE_LOCAL\n"\ "trees_combinatorial_designs = SAGE_LOCAL\n"\ "trees_compilerwrapper = SAGE_LOCAL\n"\ "trees_configure = SAGE_LOCAL\n"\ "trees_conway_polynomials = SAGE_LOCAL\n"\ "trees_coxeter3 = SAGE_LOCAL\n"\ "trees_cryptominisat = SAGE_LOCAL\n"\ "trees_csdp = SAGE_LOCAL\n"\ "trees_cunningham_tables = SAGE_LOCAL\n"\ "trees_curl = SAGE_LOCAL\n"\ "trees_cvxopt = SAGE_VENV\n"\ "trees_cycler = SAGE_VENV\n"\ "trees_cypari = SAGE_VENV\n"\ "trees_cysignals = SAGE_VENV\n"\ "trees_cython = SAGE_VENV\n"\ "trees_d3js = SAGE_LOCAL\n"\ "trees_database_cremona_ellcurve = SAGE_LOCAL\n"\ "trees_database_jones_numfield = SAGE_LOCAL\n"\ "trees_database_knotinfo = SAGE_VENV\n"\ "trees_database_kohel = SAGE_LOCAL\n"\ "trees_database_mutation_class = SAGE_LOCAL\n"\ "trees_database_odlyzko_zeta = SAGE_LOCAL\n"\ "trees_database_stein_watkins = SAGE_LOCAL\n"\ "trees_database_stein_watkins_mini = SAGE_LOCAL\n"\ "trees_database_symbolic_data = SAGE_LOCAL\n"\ "trees_dateutil = SAGE_VENV\n"\ "trees_decorator = SAGE_VENV\n"\ "trees_deformation = SAGE_LOCAL\n"\ "trees_defusedxml = SAGE_VENV\n"\ "trees_distlib = SAGE_VENV\n"\ "trees_docutils = SAGE_VENV\n"\ "trees_dot2tex = SAGE_VENV\n"\ "trees_e_antic = SAGE_LOCAL\n"\ "trees_ecl = SAGE_LOCAL\n"\ "trees_eclib = SAGE_LOCAL\n"\ "trees_ecm = SAGE_LOCAL\n"\ "trees_elliptic_curves = SAGE_LOCAL\n"\ "trees_entrypoints = SAGE_VENV\n"\ "trees_fflas_ffpack = SAGE_LOCAL\n"\ "trees_filelock = SAGE_VENV\n"\ "trees_flint = SAGE_LOCAL\n"\ "trees_flintqs = SAGE_LOCAL\n"\ "trees_fplll = SAGE_LOCAL\n"\ "trees_fpylll = SAGE_VENV\n"\ "trees_freetype = SAGE_LOCAL\n"\ "trees_fricas = SAGE_LOCAL\n"\ "trees_frobby = SAGE_LOCAL\n"\ "trees_gambit = SAGE_LOCAL\n"\ "trees_gap = SAGE_LOCAL\n"\ "trees_gap3 = SAGE_LOCAL\n"\ "trees_gap_jupyter = SAGE_VENV\n"\ "trees_gap_packages = SAGE_LOCAL\n"\ "trees_gc = SAGE_LOCAL\n"\ "trees_gcc = SAGE_LOCAL\n"\ "trees_gdb = SAGE_LOCAL\n"\ "trees_gf2x = SAGE_LOCAL\n"\ "trees_gfan = SAGE_LOCAL\n"\ "trees_gfortran = SAGE_LOCAL\n"\ "trees_giac = SAGE_LOCAL\n"\ "trees_git = SAGE_LOCAL\n"\ "trees_givaro = SAGE_LOCAL\n"\ "trees_glpk = SAGE_LOCAL\n"\ "trees_glucose = SAGE_LOCAL\n"\ "trees_gmp = SAGE_LOCAL\n"\ "trees_gmpy2 = SAGE_VENV\n"\ "trees_gp2c = SAGE_LOCAL\n"\ "trees_graphs = SAGE_LOCAL\n"\ "trees_graphviz = SAGE_LOCAL\n"\ "trees_gsl = SAGE_LOCAL\n"\ "trees_html5lib = SAGE_VENV\n"\ "trees_iconv = SAGE_LOCAL\n"\ "trees_igraph = SAGE_LOCAL\n"\ "trees_imagesize = SAGE_VENV\n"\ "trees_iml = SAGE_LOCAL\n"\ "trees_importlib_metadata = SAGE_VENV\n"\ "trees_importlib_resources = SAGE_VENV\n"\ "trees_ipykernel = SAGE_VENV\n"\ "trees_ipympl = SAGE_VENV\n"\ "trees_ipython = SAGE_VENV\n"\ "trees_ipython_genutils = SAGE_VENV\n"\ "trees_ipywidgets = SAGE_VENV\n"\ "trees_isl = SAGE_LOCAL\n"\ "trees_jedi = SAGE_VENV\n"\ "trees_jinja2 = SAGE_VENV\n"\ "trees_jmol = SAGE_LOCAL\n"\ "trees_jsonschema = SAGE_VENV\n"\ "trees_jupymake = SAGE_VENV\n"\ "trees_jupyter_client = SAGE_VENV\n"\ "trees_jupyter_core = SAGE_VENV\n"\ "trees_jupyter_jsmol = SAGE_VENV\n"\ "trees_jupyter_packaging = SAGE_VENV\n"\ "trees_jupyterlab = SAGE_VENV\n"\ "trees_jupyterlab_widgets = SAGE_LOCAL\n"\ "trees_kenzo = SAGE_LOCAL\n"\ "trees_kiwisolver = SAGE_VENV\n"\ "trees_latte_int = SAGE_LOCAL\n"\ "trees_lcalc = SAGE_LOCAL\n"\ "trees_libatomic_ops = SAGE_LOCAL\n"\ "trees_libbraiding = SAGE_LOCAL\n"\ "trees_libffi = SAGE_LOCAL\n"\ "trees_libgd = SAGE_LOCAL\n"\ "trees_libhomfly = SAGE_LOCAL\n"\ "trees_libnauty = SAGE_LOCAL\n"\ "trees_libogg = SAGE_LOCAL\n"\ "trees_libpng = SAGE_LOCAL\n"\ "trees_libsemigroups = SAGE_LOCAL\n"\ "trees_libtheora = SAGE_LOCAL\n"\ "trees_libxml2 = SAGE_LOCAL\n"\ "trees_lidia = SAGE_LOCAL\n"\ "trees_lie = SAGE_LOCAL\n"\ "trees_linbox = SAGE_LOCAL\n"\ "trees_lrcalc = SAGE_LOCAL\n"\ "trees_lrslib = SAGE_LOCAL\n"\ "trees_m4ri = SAGE_LOCAL\n"\ "trees_m4rie = SAGE_LOCAL\n"\ "trees_markupsafe = SAGE_VENV\n"\ "trees_mathjax = SAGE_LOCAL\n"\ "trees_matplotlib = SAGE_VENV\n"\ "trees_maxima = SAGE_LOCAL\n"\ "trees_mcqd = SAGE_LOCAL\n"\ "trees_meataxe = SAGE_LOCAL\n"\ "trees_memory_allocator = SAGE_LOCAL\n"\ "trees_mistune = SAGE_VENV\n"\ "trees_modular_decomposition = SAGE_LOCAL\n"\ "trees_mpc = SAGE_LOCAL\n"\ "trees_mpfi = SAGE_LOCAL\n"\ "trees_mpfr = SAGE_LOCAL\n"\ "trees_mpfrcx = SAGE_LOCAL\n"\ "trees_mpir = SAGE_LOCAL\n"\ "trees_mpmath = SAGE_VENV\n"\ "trees_nauty = SAGE_LOCAL\n"\ "trees_nbconvert = SAGE_VENV\n"\ "trees_nbformat = SAGE_VENV\n"\ "trees_ncurses = SAGE_LOCAL\n"\ "trees_networkx = SAGE_VENV\n"\ "trees_nibabel = SAGE_VENV\n"\ "trees_ninja_build = SAGE_LOCAL\n"\ "trees_nodeenv = SAGE_VENV\n"\ "trees_nodejs = SAGE_LOCAL\n"\ "trees_normaliz = SAGE_LOCAL\n"\ "trees_nose = SAGE_VENV\n"\ "trees_notebook = SAGE_VENV\n"\ "trees_notedown = SAGE_VENV\n"\ "trees_ntl = SAGE_LOCAL\n"\ "trees_numpy = SAGE_VENV\n"\ "trees_openblas = SAGE_LOCAL\n"\ "trees_openssl = SAGE_LOCAL\n"\ "trees_ore_algebra = SAGE_VENV\n"\ "trees_p_group_cohomology = SAGE_VENV\n"\ "trees_packaging = SAGE_VENV\n"\ "trees_palp = SAGE_LOCAL\n"\ "trees_pandoc = SAGE_LOCAL\n"\ "trees_pandoc_attributes = SAGE_VENV\n"\ "trees_pandocfilters = SAGE_VENV\n"\ "trees_pari = SAGE_LOCAL\n"\ "trees_pari_elldata = SAGE_LOCAL\n"\ "trees_pari_galdata = SAGE_LOCAL\n"\ "trees_pari_galpol = SAGE_LOCAL\n"\ "trees_pari_jupyter = SAGE_VENV\n"\ "trees_pari_nftables = SAGE_LOCAL\n"\ "trees_pari_seadata = SAGE_LOCAL\n"\ "trees_pari_seadata_small = SAGE_LOCAL\n"\ "trees_parso = SAGE_VENV\n"\ "trees_patch = SAGE_LOCAL\n"\ "trees_pcre = SAGE_LOCAL\n"\ "trees_perl_cpan_polymake_prereq = SAGE_LOCAL\n"\ "trees_perl_mongodb = SAGE_LOCAL\n"\ "trees_perl_term_readline_gnu = SAGE_LOCAL\n"\ "trees_pexpect = SAGE_VENV\n"\ "trees_pickleshare = SAGE_VENV\n"\ "trees_pillow = SAGE_VENV\n"\ "trees_pip = SAGE_VENV\n"\ "trees_pkgconf = SAGE_LOCAL\n"\ "trees_pkgconfig = SAGE_VENV\n"\ "trees_planarity = SAGE_LOCAL\n"\ "trees_plantri = SAGE_LOCAL\n"\ "trees_pluggy = SAGE_VENV\n"\ "trees_polylib = SAGE_LOCAL\n"\ "trees_polymake = SAGE_LOCAL\n"\ "trees_polytopes_db = SAGE_LOCAL\n"\ "trees_polytopes_db_4d = SAGE_LOCAL\n"\ "trees_ppl = SAGE_LOCAL\n"\ "trees_pplpy = SAGE_VENV\n"\ "trees_primecount = SAGE_LOCAL\n"\ "trees_prometheus_client = SAGE_VENV\n"\ "trees_prompt_toolkit = SAGE_VENV\n"\ "trees_psutil = SAGE_VENV\n"\ "trees_ptyprocess = SAGE_VENV\n"\ "trees_py = SAGE_VENV\n"\ "trees_pybind11 = SAGE_VENV\n"\ "trees_pybtex = SAGE_VENV\n"\ "trees_pycosat = SAGE_VENV\n"\ "trees_pycparser = SAGE_VENV\n"\ "trees_pycygwin = SAGE_VENV\n"\ "trees_pyflakes = SAGE_VENV\n"\ "trees_pygments = SAGE_VENV\n"\ "trees_pygraphviz = SAGE_VENV\n"\ "trees_pynac = SAGE_LOCAL\n"\ "trees_pynormaliz = SAGE_VENV\n"\ "trees_pyopenssl = SAGE_VENV\n"\ "trees_pyparsing = SAGE_VENV\n"\ "trees_pyrsistent = SAGE_VENV\n"\ "trees_pysingular = SAGE_VENV\n"\ "trees_pytest = SAGE_VENV\n"\ "trees_python3 = SAGE_LOCAL\n"\ "trees_python_igraph = SAGE_VENV\n"\ "trees_pytz = SAGE_VENV\n"\ "trees_pyx = SAGE_VENV\n"\ "trees_pyzmq = SAGE_VENV\n"\ "trees_qepcad = SAGE_LOCAL\n"\ "trees_qhull = SAGE_LOCAL\n"\ "trees_r = SAGE_LOCAL\n"\ "trees_r_jupyter = SAGE_LOCAL\n"\ "trees_ratpoints = SAGE_LOCAL\n"\ "trees_readline = SAGE_LOCAL\n"\ "trees_requests = SAGE_VENV\n"\ "trees_rpy2 = SAGE_VENV\n"\ "trees_rst2ipynb = SAGE_VENV\n"\ "trees_rubiks = SAGE_LOCAL\n"\ "trees_rw = SAGE_LOCAL\n"\ "trees_saclib = SAGE_LOCAL\n"\ "trees_sage_conf = SAGE_LOCAL\n"\ "trees_sage_docbuild = SAGE_VENV\n"\ "trees_sage_flatsurf = SAGE_VENV\n"\ "trees_sage_numerical_backends_coin = SAGE_VENV\n"\ "trees_sage_numerical_backends_cplex = SAGE_VENV\n"\ "trees_sage_numerical_backends_gurobi = SAGE_VENV\n"\ "trees_sage_sws2rst = SAGE_VENV\n"\ "trees_sagelib = SAGE_VENV\n"\ "trees_sagenb_export = SAGE_VENV\n"\ "trees_sagetex = SAGE_VENV\n"\ "trees_scandir = SAGE_VENV\n"\ "trees_scipoptsuite = SAGE_LOCAL\n"\ "trees_scipy = SAGE_VENV\n"\ "trees_send2trash = SAGE_VENV\n"\ "trees_setuptools = SAGE_VENV\n"\ "trees_setuptools_scm = SAGE_VENV\n"\ "trees_setuptools_wheel = SAGE_VENV\n"\ "trees_simplegeneric = SAGE_VENV\n"\ "trees_singular = SAGE_LOCAL\n"\ "trees_singular_jupyter = SAGE_VENV\n"\ "trees_sip = SAGE_LOCAL\n"\ "trees_sirocco = SAGE_LOCAL\n"\ "trees_six = SAGE_VENV\n"\ "trees_slabbe = SAGE_VENV\n"\ "trees_snappy = SAGE_VENV\n"\ "trees_snowballstemmer = SAGE_VENV\n"\ "trees_speaklater = SAGE_VENV\n"\ "trees_sphinx = SAGE_VENV\n"\ "trees_sphinxcontrib_applehelp = SAGE_VENV\n"\ "trees_sphinxcontrib_devhelp = SAGE_VENV\n"\ "trees_sphinxcontrib_htmlhelp = SAGE_VENV\n"\ "trees_sphinxcontrib_jsmath = SAGE_VENV\n"\ "trees_sphinxcontrib_qthelp = SAGE_VENV\n"\ "trees_sphinxcontrib_serializinghtml = SAGE_VENV\n"\ "trees_sphinxcontrib_websupport = SAGE_VENV\n"\ "trees_sqlalchemy = SAGE_VENV\n"\ "trees_sqlite = SAGE_LOCAL\n"\ "trees_suitesparse = SAGE_LOCAL\n"\ "trees_surf = SAGE_LOCAL\n"\ "trees_surface_dynamics = SAGE_VENV\n"\ "trees_symengine = SAGE_LOCAL\n"\ "trees_symengine_py = SAGE_VENV\n"\ "trees_symmetrica = SAGE_LOCAL\n"\ "trees_sympow = SAGE_LOCAL\n"\ "trees_sympy = SAGE_VENV\n"\ "trees_tachyon = SAGE_LOCAL\n"\ "trees_tdlib = SAGE_LOCAL\n"\ "trees_terminado = SAGE_VENV\n"\ "trees_testpath = SAGE_VENV\n"\ "trees_texlive = SAGE_LOCAL\n"\ "trees_texttable = SAGE_VENV\n"\ "trees_thebe = SAGE_LOCAL\n"\ "trees_threejs = SAGE_LOCAL\n"\ "trees_tides = SAGE_LOCAL\n"\ "trees_toml = SAGE_VENV\n"\ "trees_topcom = SAGE_LOCAL\n"\ "trees_tornado = SAGE_VENV\n"\ "trees_tox = SAGE_VENV\n"\ "trees_traitlets = SAGE_VENV\n"\ "trees_typing_extensions = SAGE_VENV\n"\ "trees_tzlocal = SAGE_VENV\n"\ "trees_valgrind = SAGE_LOCAL\n"\ "trees_vcversioner = SAGE_VENV\n"\ "trees_virtualenv = SAGE_VENV\n"\ "trees_wcwidth = SAGE_VENV\n"\ "trees_webencodings = SAGE_VENV\n"\ "trees_wheel = SAGE_VENV\n"\ "trees_widgetsnbextension = SAGE_VENV\n"\ "trees_xz = SAGE_LOCAL\n"\ "trees_yasm = SAGE_LOCAL\n"\ "trees_zeromq = SAGE_LOCAL\n"\ "trees_zipp = SAGE_VENV\n"\ "trees_zlib = SAGE_LOCAL\n"\ "trees_zn_poly = SAGE_LOCAL" S["SAGE_PACKAGE_DEPENDENCIES"]="\n"\ "deps_4ti2 = zlib $(MP_LIBRARY) glpk\n"\ "deps__bootstrap = \n"\ "deps__prereq = \n"\ "deps__recommended = \n"\ "deps_admcycles = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_alabaster = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_appdirs = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_appnope = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_arb = $(MP_LIBRARY) mpfr flint\n"\ "deps_argon2_cffi = $(PYTHON) six | $(PYTHON_TOOLCHAIN) cffi\n"\ "deps_atlas = gfortran | $(PYTHON)\n"\ "deps_attrs = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)\n"\ "deps_awali = $(PYTHON) cmake cython nbconvert ncurses\n"\ "deps_babel = $(PYTHON) | $(PYTHON_TOOLCHAIN) pytz\n"\ "deps_backcall = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_barvinok = ntl isl polylib\n"\ "deps_beautifulsoup4 = | pip\n"\ "deps_benzene = \n"\ "deps_biopython = | pip\n"\ "deps_bleach = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_bliss = \n"\ "deps_boost_cropped = \n"\ "deps_brial = boost_cropped m4ri libpng | pkgconf\n"\ "deps_buckygen = \n"\ "deps_bzip2 = | pkgconf\n"\ "deps_cbc = readline zlib bzip2 $(BLAS)\n"\ "deps_ccache = zlib\n"\ "deps_cddlib = $(MP_LIBRARY)\n"\ "deps_certifi = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_cffi = $(PYTHON) | $(PYTHON_TOOLCHAIN) pycparser\n"\ "deps_cliquer = \n"\ "deps_cmake = curl zlib bzip2 xz\n"\ "deps_cocoalib = $(MP_LIBRARY)\n"\ "deps_combinatorial_designs = \n"\ "deps_compilerwrapper = \n"\ "deps_configure = \n"\ "deps_conway_polynomials = $(PYTHON)\n"\ "deps_coxeter3 = \n"\ "deps_cryptominisat = $(PYTHON) m4ri zlib libpng | cmake boost_cropped\n"\ "deps_csdp = $(BLAS)\n"\ "deps_cunningham_tables = \n"\ "deps_curl = \n"\ "deps_cvxopt = $(PYTHON) numpy $(BLAS) gsl glpk suitesparse | $(PYTHON_TOOLCHAIN) pkgconfig nose matplotlib\n"\ "deps_cycler = $(PYTHON) six | $(PYTHON_TOOLCHAIN)\n"\ "deps_cypari = $(PYTHON) cython pari cysignals | $(PYTHON_TOOLCHAIN)\n"\ "deps_cysignals = $(PYTHON) cython pari | $(PYTHON_TOOLCHAIN)\n"\ "deps_cython = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_d3js = \n"\ "deps_database_cremona_ellcurve = \n"\ "deps_database_jones_numfield = \n"\ "deps_database_knotinfo = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_database_kohel = \n"\ "deps_database_mutation_class = \n"\ "deps_database_odlyzko_zeta = | $(SAGERUNTIME)\n"\ "deps_database_stein_watkins = \n"\ "deps_database_stein_watkins_mini = \n"\ "deps_database_symbolic_data = \n"\ "deps_dateutil = $(PYTHON) six | $(PYTHON_TOOLCHAIN)\n"\ "deps_decorator = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_deformation = $(MP_LIBRARY) mpfr flint\n"\ "deps_defusedxml = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_distlib = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_docutils = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_dot2tex = $(PYTHON) | $(PYTHON_TOOLCHAIN) pyparsing\n"\ "deps_e_antic = $(MP_LIBRARY) flint arb\n"\ "deps_ecl = $(MP_LIBRARY) readline gc libffi\n"\ "deps_eclib = pari ntl flint\n"\ "deps_ecm = $(MP_LIBRARY)\n"\ "deps_elliptic_curves = | $(PYTHON)\n"\ "deps_entrypoints = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_fflas_ffpack = $(MP_LIBRARY) givaro gsl $(BLAS) | pkgconf\n"\ "deps_filelock = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_flint = $(MP_LIBRARY) mpfr ntl\n"\ "deps_flintqs = $(MP_LIBRARY)\n"\ "deps_fplll = $(MP_LIBRARY) mpfr\n"\ "deps_fpylll = $(PYTHON) cython cysignals numpy fplll\n"\ "deps_freetype = libpng bzip2\n"\ "deps_fricas = ecl\n"\ "deps_frobby = $(MP_LIBRARY)\n"\ "deps_gambit = cython | $(PYTHON_TOOLCHAIN)\n"\ "deps_gap = ncurses readline zlib $(MP_LIBRARY)\n"\ "deps_gap3 = \n"\ "deps_gap_jupyter = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython gap\n"\ "deps_gap_packages = gap libsemigroups planarity | $(SAGERUNTIME)\n"\ "deps_gc = libatomic_ops\n"\ "deps_gcc = | $(MP_LIBRARY) mpfr mpc zlib xz\n"\ "deps_gdb = mpfr zlib ncurses $(PYTHON) xz\n"\ "deps_gf2x = \n"\ "deps_gfan = $(MP_LIBRARY) cddlib\n"\ "deps_gfortran = | $(MP_LIBRARY) mpfr mpc zlib xz\n"\ "deps_giac = readline libpng $(MP_LIBRARY) mpfr mpfi ntl gsl pari glpk curl\n"\ "deps_git = \n"\ "deps_givaro = $(MP_LIBRARY)\n"\ "deps_glpk = $(MP_LIBRARY) zlib\n"\ "deps_glucose = zlib\n"\ "deps_gmp = xz\n"\ "deps_gmpy2 = $(PYTHON) $(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN)\n"\ "deps_gp2c = pari\n"\ "deps_graphs = \n"\ "deps_graphviz = \n"\ "deps_gsl = $(BLAS)\n"\ "deps_html5lib = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_iconv = \n"\ "deps_igraph = $(MP_LIBRARY) glpk $(BLAS) libxml2\n"\ "deps_imagesize = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_iml = $(MP_LIBRARY) $(BLAS) | pkgconf\n"\ "deps_importlib_metadata = $(PYTHON) zipp typing_extensions | $(PYTHON_TOOLCHAIN) toml\n"\ "deps_importlib_resources = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_ipykernel = $(PYTHON) | ipython jupyter_client $(PYTHON_TOOLCHAIN) scandir\n"\ "deps_ipympl = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipywidgets matplotlib ipykernel jupyter_packaging $(findstring jupyterlab,$(OPTIONAL_INSTALLED_PACKAGE"\ "S))\n"\ "deps_ipython = $(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | $(PYTHON_TOOLCHAIN) wcwidth prompt_toolkit pygments pexpect appn"\ "ope backcall jedi\n"\ "deps_ipython_genutils = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_ipywidgets = $(PYTHON) widgetsnbextension | $(PYTHON_TOOLCHAIN) ipykernel ipython traitlets\n"\ "deps_isl = $(MP_LIBRARY)\n"\ "deps_jedi = $(PYTHON) parso | $(PYTHON_TOOLCHAIN)\n"\ "deps_jinja2 = $(PYTHON) markupsafe docutils | $(PYTHON_TOOLCHAIN)\n"\ "deps_jmol = \n"\ "deps_jsonschema = $(PYTHON) vcversioner attrs importlib_metadata pyrsistent | $(PYTHON_TOOLCHAIN)\n"\ "deps_jupymake = $(PYTHON) polymake | $(PYTHON_TOOLCHAIN)\n"\ "deps_jupyter_client = $(PYTHON) jupyter_core | $(PYTHON_TOOLCHAIN) pyzmq dateutil\n"\ "deps_jupyter_core = $(PYTHON) | $(PYTHON_TOOLCHAIN) traitlets\n"\ "deps_jupyter_jsmol = ipywidgets $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_jupyter_packaging = $(PYTHON) packaging | $(PYTHON_TOOLCHAIN)\n"\ "deps_jupyterlab = $(PYTHON) vcversioner jupyter_core jupyter_client | $(PYTHON_TOOLCHAIN)\n"\ "deps_jupyterlab_widgets = jupyterlab nodejs tornado\n"\ "deps_kenzo = ecl\n"\ "deps_kiwisolver = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_latte_int = $(MP_LIBRARY) ntl 4ti2 cddlib lidia $(findstring lrslib,$(OPTIONAL_INSTALLED_PACKAGES))\n"\ "deps_lcalc = pari mpfr\n"\ "deps_libatomic_ops = \n"\ "deps_libbraiding = \n"\ "deps_libffi = \n"\ "deps_libgd = libpng freetype xz\n"\ "deps_libhomfly = gc\n"\ "deps_libnauty = $(SAGE_LOCAL)/$(SPKG_INST_RELDIR)/nauty-$(vers_nauty)\n"\ "deps_libogg = \n"\ "deps_libpng = zlib\n"\ "deps_libsemigroups = \n"\ "deps_libtheora = libogg libpng\n"\ "deps_libxml2 = iconv zlib\n"\ "deps_lidia = $(MP_LIBRARY)\n"\ "deps_lie = readline ncurses\n"\ "deps_linbox = $(MP_LIBRARY) ntl givaro mpfr fplll iml flint fflas_ffpack\n"\ "deps_lrcalc = \n"\ "deps_lrslib = $(MP_LIBRARY)\n"\ "deps_m4ri = libpng\n"\ "deps_m4rie = m4ri\n"\ "deps_markupsafe = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_mathjax = \n"\ "deps_matplotlib = $(PYTHON) numpy freetype pillow dateutil pyparsing tornado six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi\n"\ "deps_maxima = ecl\n"\ "deps_mcqd = \n"\ "deps_meataxe = \n"\ "deps_memory_allocator = $(PYTHON) cython | $(PYTHON_TOOLCHAIN)\n"\ "deps_mistune = $(PYTHON) cython | $(PYTHON_TOOLCHAIN)\n"\ "deps_modular_decomposition = \n"\ "deps_mpc = $(MP_LIBRARY) mpfr\n"\ "deps_mpfi = $(MP_LIBRARY) mpfr\n"\ "deps_mpfr = $(MP_LIBRARY)\n"\ "deps_mpfrcx = $(MP_LIBRARY) mpfr mpc\n"\ "deps_mpir = | yasm\n"\ "deps_mpmath = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_nauty = \n"\ "deps_nbconvert = $(PYTHON) | $(PYTHON_TOOLCHAIN) mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters testpath d"\ "efusedxml\n"\ "deps_nbformat = $(PYTHON) | $(PYTHON_TOOLCHAIN) jsonschema\n"\ "deps_ncurses = \n"\ "deps_networkx = $(PYTHON) decorator | $(PYTHON_TOOLCHAIN) scipy $(and $(filter-out no,$(SAGE_CHECK_networkx)), nose pytest)\n"\ "deps_nibabel = | pip\n"\ "deps_ninja_build = | $(PYTHON)\n"\ "deps_nodeenv = $(PYTHON) | $(PYTHON_TOOLCHAIN) certifi\n"\ "deps_nodejs = nodeenv\n"\ "deps_normaliz = $(MP_LIBRARY) flint e_antic libnauty\n"\ "deps_nose = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_notebook = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython jupyter_client ipykernel nbconvert nbformat jinja2 tornado terminado send2trash prometheus_c"\ "lient argon2_cffi\n"\ "deps_notedown = $(PYTHON) $(PYTHON_TOOLCHAIN) | pip nbformat nbconvert six pandoc_attributes\n"\ "deps_ntl = $(MP_LIBRARY) gf2x\n"\ "deps_numpy = $(PYTHON) $(BLAS) gfortran | $(PYTHON_TOOLCHAIN) pkgconfig cython\n"\ "deps_openblas = gfortran | $(PYTHON)\n"\ "deps_openssl = \n"\ "deps_ore_algebra = $(PYTHON) | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME)\n"\ "deps_p_group_cohomology = $(PYTHON) cython cysignals singular meataxe $(SAGE_SRC)/sage/matrix/matrix_gfpn_dense.pxd $(SAGE_SRC)/sage/structure/eleme"\ "nt.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/mo"\ "rphism.pxd | $(PYTHON_TOOLCHAIN) matplotlib gap xz $(SAGERUNTIME) ipywidgets\n"\ "deps_packaging = $(PYTHON) | $(PYTHON_TOOLCHAIN) pyparsing six\n"\ "deps_palp = \n"\ "deps_pandoc = \n"\ "deps_pandoc_attributes = $(PYTHON) $(PYTHON_TOOLCHAIN) | pip pandocfilters\n"\ "deps_pandocfilters = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pari = readline $(MP_LIBRARY) | pari_galdata pari_seadata_small\n"\ "deps_pari_elldata = \n"\ "deps_pari_galdata = \n"\ "deps_pari_galpol = \n"\ "deps_pari_jupyter = $(PYTHON) pari | $(PYTHON_TOOLCHAIN) cython notebook jupyter_core\n"\ "deps_pari_nftables = \n"\ "deps_pari_seadata = \n"\ "deps_pari_seadata_small = \n"\ "deps_parso = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_patch = \n"\ "deps_pcre = bzip2\n"\ "deps_perl_cpan_polymake_prereq = \n"\ "deps_perl_mongodb = \n"\ "deps_perl_term_readline_gnu = readline\n"\ "deps_pexpect = $(PYTHON) ptyprocess | $(PYTHON_TOOLCHAIN)\n"\ "deps_pickleshare = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pillow = $(PYTHON) zlib freetype | $(PYTHON_TOOLCHAIN) pkgconf\n"\ "deps_pip = $(PYTHON) setuptools wheel\n"\ "deps_pkgconf = | patch\n"\ "deps_pkgconfig = $(PYTHON) | $(PYTHON_TOOLCHAIN) pkgconf\n"\ "deps_planarity = \n"\ "deps_plantri = \n"\ "deps_pluggy = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_polylib = $(MP_LIBRARY) mpfr ntl\n"\ "deps_polymake = $(MP_LIBRARY) bliss cddlib lrslib normaliz perl_term_readline_gnu ppl perl_cpan_polymake_prereq libxml2 | ninja_build\n"\ "deps_polytopes_db = \n"\ "deps_polytopes_db_4d = \n"\ "deps_ppl = $(MP_LIBRARY) glpk\n"\ "deps_pplpy = $(PYTHON) $(MP_LIBRARY) gmpy2 cysignals mpfr mpc ppl | $(PYTHON_TOOLCHAIN) sphinx\n"\ "deps_primecount = cmake\n"\ "deps_prometheus_client = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_prompt_toolkit = $(PYTHON) six wcwidth | $(PYTHON_TOOLCHAIN)\n"\ "deps_psutil = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_ptyprocess = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_py = $(PYTHON) | $(PYTHON_TOOLCHAIN) setuptools_scm\n"\ "deps_pybind11 = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pybtex = | pip\n"\ "deps_pycosat = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pycparser = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pycygwin = $(PYTHON) cython | $(PYTHON_TOOLCHAIN)\n"\ "deps_pyflakes = | pip\n"\ "deps_pygments = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pygraphviz = $(PYTHON) graphviz | $(PYTHON_TOOLCHAIN)\n"\ "deps_pynac = $(PYTHON) $(MP_LIBRARY) flint singular | pkgconf\n"\ "deps_pynormaliz = $(PYTHON) normaliz | $(PYTHON_TOOLCHAIN)\n"\ "deps_pyopenssl = | pip\n"\ "deps_pyparsing = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pyrsistent = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)\n"\ "deps_pysingular = $(PYTHON) singular | $(PYTHON_TOOLCHAIN)\n"\ "deps_pytest = | pip\n"\ "deps_python3 = zlib readline sqlite libpng bzip2 xz libffi openssl\n"\ "deps_python_igraph = igraph texttable $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pytz = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_pyx = | pip\n"\ "deps_pyzmq = $(PYTHON) cython zeromq | $(PYTHON_TOOLCHAIN)\n"\ "deps_qepcad = readline saclib\n"\ "deps_qhull = | cmake\n"\ "deps_r = $(BLAS) gfortran iconv readline bzip2 xz pcre curl | pkgconf\n"\ "deps_r_jupyter = notebook r\n"\ "deps_ratpoints = $(MP_LIBRARY)\n"\ "deps_readline = ncurses\n"\ "deps_requests = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_rpy2 = $(PYTHON) r cffi tzlocal pytz | $(PYTHON_TOOLCHAIN) pycparser $(and $(filter-out no,$(SAGE_CHECK_rpy2)), pytest numpy ipython)\n"\ "deps_rst2ipynb = $(PYTHON) pandoc | $(PYTHON_TOOLCHAIN) notedown\n"\ "deps_rubiks = \n"\ "deps_rw = \n"\ "deps_saclib = \n"\ "deps_sage_conf = $(PYTHON) ../pkgs/sage_conf/src/sage_conf.py ../pkgs/sage_conf/src/setup.cfg ../pkgs/sage_conf/src/bin/sage-env-config | $(PYTHON_T"\ "OOLCHAIN)\n"\ "deps_sage_docbuild = $(PYTHON) sphinx ../pkgs/sage_docbuild/src/sage_docbuild/*.py ../pkgs/sage_docbuild/src/sage_docbuild/ext/*.py | $(PYTHON_TOOLC"\ "HAIN) sagelib\n"\ "deps_sage_flatsurf = $(PYTHON) | $(PYTHON_TOOLCHAIN) surface_dynamics\n"\ "deps_sage_numerical_backends_coin = cbc cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE"\ "_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets\n"\ "deps_sage_numerical_backends_cplex = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SR"\ "C)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets\n"\ "deps_sage_numerical_backends_gurobi = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_S"\ "RC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets\n"\ "deps_sage_sws2rst = $(PYTHON) beautifulsoup4 ../pkgs/sage_sws2rst/src/sage_sws2rst/*.py | $(PYTHON_TOOLCHAIN) $(and $(filter-out no,$(SAGE_CHECK_sag"\ "e_sws2rst)), tox)\n"\ "deps_sagelib = FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2"\ " gsl iml jinja2 jupyter_core lcalc lrcalc libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari"\ " pip pkgconfig planarity ppl pplpy pycygwin pynac $(PYTHON) ratpoints readline rw sage_conf singular symmetrica zn_poly $(PCFILES)\n"\ "deps_sagenb_export = $(PYTHON) nbconvert ipython six | $(PYTHON_TOOLCHAIN)\n"\ "deps_sagetex = $(PYTHON) maxima scipy matplotlib pillow tachyon | $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves"\ " jmol)\n"\ "deps_scandir = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_scipoptsuite = $(MP_LIBRARY) bliss readline | cmake\n"\ "deps_scipy = $(PYTHON) $(BLAS) gfortran numpy pybind11 | $(PYTHON_TOOLCHAIN)\n"\ "deps_send2trash = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_setuptools = $(PYTHON)\n"\ "deps_setuptools_scm = $(PYTHON) | setuptools pip\n"\ "deps_setuptools_wheel = $(PYTHON) setuptools wheel\n"\ "deps_simplegeneric = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_singular = $(MP_LIBRARY) ntl flint readline mpfr cddlib\n"\ "deps_singular_jupyter = $(PYTHON) jupyter_client | $(PYTHON_TOOLCHAIN) pysingular ipython ipywidgets\n"\ "deps_sip = $(PYTHON)\n"\ "deps_sirocco = \n"\ "deps_six = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_slabbe = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_snappy = $(PYTHON) decorator ipython cypari | $(PYTHON_TOOLCHAIN) sagelib\n"\ "deps_snowballstemmer = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_speaklater = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinx = $(PYTHON) | $(PYTHON_TOOLCHAIN) docutils jinja2 pygments six snowballstemmer imagesize babel alabaster requests sphinxcontrib_websuppo"\ "rt sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml pack"\ "aging\n"\ "deps_sphinxcontrib_applehelp = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_devhelp = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_htmlhelp = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_jsmath = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_qthelp = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_serializinghtml = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sphinxcontrib_websupport = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_sqlalchemy = | pip\n"\ "deps_sqlite = readline\n"\ "deps_suitesparse = $(BLAS) gfortran\n"\ "deps_surf = $(MP_LIBRARY)\n"\ "deps_surface_dynamics = $(PYTHON) cysignals pplpy $(SAGE_SRC)/sage/rings/integer.pxd $(SAGE_SRC)/sage/ext/stdsage.pxd | $(PYTHON_TOOLCHAIN) $(SAGERU"\ "NTIME)\n"\ "deps_symengine = $(MP_LIBRARY) arb ecm flint mpc mpfr | cmake\n"\ "deps_symengine_py = symengine $(PYTHON) | cmake cython $(PYTHON_TOOLCHAIN) $(and $(filter-out no,$(SAGE_CHECK_symengine_py)), nose)\n"\ "deps_symmetrica = | xz\n"\ "deps_sympow = | pari\n"\ "deps_sympy = $(PYTHON) mpmath | $(PYTHON_TOOLCHAIN)\n"\ "deps_tachyon = libpng\n"\ "deps_tdlib = \n"\ "deps_terminado = $(PYTHON) | $(PYTHON_TOOLCHAIN) ptyprocess tornado\n"\ "deps_testpath = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_texlive = \n"\ "deps_texttable = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_thebe = \n"\ "deps_threejs = \n"\ "deps_tides = $(MP_LIBRARY) mpfr\n"\ "deps_toml = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_topcom = cddlib\n"\ "deps_tornado = $(PYTHON) certifi | $(PYTHON_TOOLCHAIN)\n"\ "deps_tox = $(PYTHON) packaging six filelock pluggy py toml virtualenv importlib_metadata | $(PYTHON_TOOLCHAIN)\n"\ "deps_traitlets = $(PYTHON) | $(PYTHON_TOOLCHAIN) ipython_genutils decorator six\n"\ "deps_typing_extensions = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_tzlocal = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_valgrind = \n"\ "deps_vcversioner = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_virtualenv = $(PYTHON) appdirs distlib filelock six importlib_metadata importlib_resources | $(PYTHON_TOOLCHAIN)\n"\ "deps_wcwidth = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_webencodings = $(PYTHON) | $(PYTHON_TOOLCHAIN)\n"\ "deps_wheel = $(PYTHON) setuptools\n"\ "deps_widgetsnbextension = $(PYTHON) | $(PYTHON_TOOLCHAIN) jupyter_core\n"\ "deps_xz = \n"\ "deps_yasm = \n"\ "deps_zeromq = \n"\ "deps_zipp = $(PYTHON) vcversioner | $(PYTHON_TOOLCHAIN)\n"\ "deps_zlib = \n"\ "deps_zn_poly = $(MP_LIBRARY)" S["SAGE_PACKAGE_VERSIONS"]="\n"\ "vers_4ti2 = 1.6.7.p0\n"\ "vers__bootstrap = none\n"\ "vers__prereq = none\n"\ "vers__recommended = none\n"\ "vers_admcycles = none\n"\ "vers_alabaster = 0.7.12\n"\ "vers_appdirs = 1.4.4\n"\ "vers_appnope = 0.1.0.p0\n"\ "vers_arb = 2.19.0\n"\ "vers_argon2_cffi = 20.1.0\n"\ "vers_atlas = 3.10.2.p3\n"\ "vers_attrs = 19.3.0\n"\ "vers_awali = 1.0.2-190218\n"\ "vers_babel = 2.9.1\n"\ "vers_backcall = 0.1.0\n"\ "vers_barvinok = 0.41.1\n"\ "vers_beautifulsoup4 = none\n"\ "vers_benzene = 20130630\n"\ "vers_biopython = none\n"\ "vers_bleach = 3.1.5\n"\ "vers_bliss = 0.73+debian-1+sage-2016-08-02.p0\n"\ "vers_boost_cropped = 1.66.0.p0\n"\ "vers_brial = 1.2.8\n"\ "vers_buckygen = 1.1\n"\ "vers_bzip2 = 1.0.6-20150304.p0\n"\ "vers_cbc = 2.9.4.p0\n"\ "vers_ccache = 3.3.4\n"\ "vers_cddlib = 0.94m\n"\ "vers_certifi = 2020.11.8\n"\ "vers_cffi = 1.14.5\n"\ "vers_cliquer = 1.22\n"\ "vers_cmake = 3.19.3\n"\ "vers_cocoalib = 0.99564\n"\ "vers_combinatorial_designs = 20140630.p0\n"\ "vers_compilerwrapper = 1.2\n"\ "vers_configure = fcefe993200b34e7ca722800ace83e70d0159932\n"\ "vers_conway_polynomials = 0.5\n"\ "vers_coxeter3 = 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0\n"\ "vers_cryptominisat = 5.6.8\n"\ "vers_csdp = 6.2.p0\n"\ "vers_cunningham_tables = 1.0\n"\ "vers_curl = 7.62.0.p0\n"\ "vers_cvxopt = 1.2.6\n"\ "vers_cycler = 0.10.0.p0\n"\ "vers_cypari = 2.1.2\n"\ "vers_cysignals = 1.10.3\n"\ "vers_cython = 0.29.21\n"\ "vers_d3js = 3.4.8\n"\ "vers_database_cremona_ellcurve = 20190911\n"\ "vers_database_jones_numfield = 4\n"\ "vers_database_knotinfo = 0.7\n"\ "vers_database_kohel = 20160724\n"\ "vers_database_mutation_class = 1.0\n"\ "vers_database_odlyzko_zeta = 20061209\n"\ "vers_database_stein_watkins = 20110713\n"\ "vers_database_stein_watkins_mini = 20070827\n"\ "vers_database_symbolic_data = 20070206\n"\ "vers_dateutil = 2.8.1\n"\ "vers_decorator = 4.4.2\n"\ "vers_deformation = d05941b.p0\n"\ "vers_defusedxml = 0.6.0\n"\ "vers_distlib = 0.3.1\n"\ "vers_docutils = 0.14\n"\ "vers_dot2tex = 2.11.3.p0\n"\ "vers_e_antic = 0.1.9\n"\ "vers_ecl = 21.2.1\n"\ "vers_eclib = 20190909\n"\ "vers_ecm = 7.0.4.p2\n"\ "vers_elliptic_curves = 0.8.1\n"\ "vers_entrypoints = 0.3\n"\ "vers_fflas_ffpack = 2.4.3.p0\n"\ "vers_filelock = 3.0.12\n"\ "vers_flint = 2.7.1\n"\ "vers_flintqs = 1.0.p0\n"\ "vers_fplll = 5.4.1\n"\ "vers_fpylll = 0.5.6\n"\ "vers_freetype = 2.10.4\n"\ "vers_fricas = 1.3.6.p1\n"\ "vers_frobby = 0.9.0.p2\n"\ "vers_gambit = 15.1.1.p0\n"\ "vers_gap = 4.11.1\n"\ "vers_gap3 = 04jul17\n"\ "vers_gap_jupyter = 0.9\n"\ "vers_gap_packages = 4.11.1\n"\ "vers_gc = 8.0.4\n"\ "vers_gcc = 10.3.0\n"\ "vers_gdb = 8.2\n"\ "vers_gf2x = 1.3.0\n"\ "vers_gfan = 0.6.2.p1\n"\ "vers_gfortran = 10.3.0\n"\ "vers_giac = 1.6.0.47p3\n"\ "vers_git = none\n"\ "vers_givaro = 4.1.1\n"\ "vers_glpk = 5.0.p0\n"\ "vers_glucose = 4.1\n"\ "vers_gmp = 6.2.0\n"\ "vers_gmpy2 = 2.1.0b5\n"\ "vers_gp2c = 0.0.10.p0\n"\ "vers_graphs = 20210214.p0\n"\ "vers_graphviz = none\n"\ "vers_gsl = 2.6\n"\ "vers_html5lib = 1.0.1\n"\ "vers_iconv = 1.15\n"\ "vers_igraph = 0.8.3\n"\ "vers_imagesize = 1.2.0\n"\ "vers_iml = 1.0.4p1.p2\n"\ "vers_importlib_metadata = 4.0.1\n"\ "vers_importlib_resources = 5.1.4\n"\ "vers_ipykernel = 5.2.1\n"\ "vers_ipympl = 0.6.3\n"\ "vers_ipython = 7.16.1\n"\ "vers_ipython_genutils = 0.2.0\n"\ "vers_ipywidgets = 7.6.3.p0\n"\ "vers_isl = 0.20\n"\ "vers_jedi = 0.17.2\n"\ "vers_jinja2 = 2.11.2\n"\ "vers_jmol = 14.29.52\n"\ "vers_jsonschema = 3.2.0\n"\ "vers_jupymake = 0.9\n"\ "vers_jupyter_client = 6.1.6\n"\ "vers_jupyter_core = 4.6.3\n"\ "vers_jupyter_jsmol = 0.2.4\n"\ "vers_jupyter_packaging = 0.7.12\n"\ "vers_jupyterlab = none\n"\ "vers_jupyterlab_widgets = 2.0\n"\ "vers_kenzo = 1.1.10\n"\ "vers_kiwisolver = 1.0.1\n"\ "vers_latte_int = 1.7.6\n"\ "vers_lcalc = 1.23.p20\n"\ "vers_libatomic_ops = 7.6.10\n"\ "vers_libbraiding = 1.1\n"\ "vers_libffi = 3.2.1\n"\ "vers_libgd = 2.3.2\n"\ "vers_libhomfly = 1.02r6\n"\ "vers_libnauty = none\n"\ "vers_libogg = 1.3.1.p0\n"\ "vers_libpng = 1.6.29.p1\n"\ "vers_libsemigroups = 1.1.0\n"\ "vers_libtheora = 1.1.1\n"\ "vers_libxml2 = none\n"\ "vers_lidia = 2.3.0+latte-patches-2019-05-02\n"\ "vers_lie = 2.2.2\n"\ "vers_linbox = 1.6.3.p1\n"\ "vers_lrcalc = 1.2.p1\n"\ "vers_lrslib = 062+autotools-2017-03-03.p1\n"\ "vers_m4ri = 20200115\n"\ "vers_m4rie = 20200115\n"\ "vers_markupsafe = 1.1.1\n"\ "vers_mathjax = 2.7.4.p0\n"\ "vers_matplotlib = 3.3.4\n"\ "vers_maxima = 5.45.0\n"\ "vers_mcqd = 1.0.p0\n"\ "vers_meataxe = 1.0.1\n"\ "vers_memory_allocator = 0.1.0\n"\ "vers_mistune = 0.8.4\n"\ "vers_modular_decomposition = 20100607\n"\ "vers_mpc = 1.1.0\n"\ "vers_mpfi = 1.5.2\n"\ "vers_mpfr = 4.0.1.p0\n"\ "vers_mpfrcx = 0.5\n"\ "vers_mpir = 3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0\n"\ "vers_mpmath = 1.2.1\n"\ "vers_nauty = 27r1.p1\n"\ "vers_nbconvert = 5.6.1\n"\ "vers_nbformat = 5.0.7\n"\ "vers_ncurses = 6.0.p0\n"\ "vers_networkx = 2.5.1\n"\ "vers_nibabel = none\n"\ "vers_ninja_build = 1.8.2\n"\ "vers_nodeenv = none\n"\ "vers_nodejs = 12.18.3\n"\ "vers_normaliz = 3.8.10\n"\ "vers_nose = 1.3.7\n"\ "vers_notebook = 6.1.1\n"\ "vers_notedown = 1.5.1\n"\ "vers_ntl = 11.4.3\n"\ "vers_numpy = 1.20.3\n"\ "vers_openblas = 0.3.13\n"\ "vers_openssl = 3.0.0-alpha12\n"\ "vers_ore_algebra = none\n"\ "vers_p_group_cohomology = 3.3.2\n"\ "vers_packaging = 20.9\n"\ "vers_palp = 2.11\n"\ "vers_pandoc = none\n"\ "vers_pandoc_attributes = 8bc82f6d\n"\ "vers_pandocfilters = 1.4.2\n"\ "vers_pari = 2.13.1\n"\ "vers_pari_elldata = 20161017\n"\ "vers_pari_galdata = 20080411.p0\n"\ "vers_pari_galpol = 20180625\n"\ "vers_pari_jupyter = 1.3.2\n"\ "vers_pari_nftables = 20080929\n"\ "vers_pari_seadata = 20090618\n"\ "vers_pari_seadata_small = 20090618.p0\n"\ "vers_parso = 0.7.0\n"\ "vers_patch = 2.7.5\n"\ "vers_pcre = 8.40.p2\n"\ "vers_perl_cpan_polymake_prereq = none\n"\ "vers_perl_mongodb = none\n"\ "vers_perl_term_readline_gnu = 1.35\n"\ "vers_pexpect = 4.8.0\n"\ "vers_pickleshare = 0.7.5\n"\ "vers_pillow = 8.1.2\n"\ "vers_pip = 21.1.1\n"\ "vers_pkgconf = 0.9.7.p2\n"\ "vers_pkgconfig = 1.5.2\n"\ "vers_planarity = 3.0.1.0\n"\ "vers_plantri = 4.5\n"\ "vers_pluggy = 0.13.1\n"\ "vers_polylib = 5.22.5\n"\ "vers_polymake = 3.4\n"\ "vers_polytopes_db = 20170220.p0\n"\ "vers_polytopes_db_4d = 1.0\n"\ "vers_ppl = 1.2.p1\n"\ "vers_pplpy = 0.8.6\n"\ "vers_primecount = 5.1\n"\ "vers_prometheus_client = 0.8.0\n"\ "vers_prompt_toolkit = 3.0.5\n"\ "vers_psutil = 5.2.0.p2\n"\ "vers_ptyprocess = 0.5.1.p0\n"\ "vers_py = 1.10.0\n"\ "vers_pybind11 = 2.6.0\n"\ "vers_pybtex = none\n"\ "vers_pycosat = 0.6.3\n"\ "vers_pycparser = 2.20\n"\ "vers_pycygwin = 0.1\n"\ "vers_pyflakes = none\n"\ "vers_pygments = 2.3.1.p0\n"\ "vers_pygraphviz = none\n"\ "vers_pynac = 0.7.27.p8\n"\ "vers_pynormaliz = 2.14\n"\ "vers_pyopenssl = none\n"\ "vers_pyparsing = 2.4.7\n"\ "vers_pyrsistent = 0.16.0\n"\ "vers_pysingular = 0.9.7\n"\ "vers_pytest = none\n"\ "vers_python3 = 3.9.5\n"\ "vers_python_igraph = 0.8.3\n"\ "vers_pytz = 2020.4\n"\ "vers_pyx = none\n"\ "vers_pyzmq = 22.0.3\n"\ "vers_qepcad = B.1.72\n"\ "vers_qhull = 2015-src-7.2.0.p1\n"\ "vers_r = 3.6.3\n"\ "vers_r_jupyter = none\n"\ "vers_ratpoints = 2.1.3.p5\n"\ "vers_readline = 8.0\n"\ "vers_requests = 2.13.0\n"\ "vers_rpy2 = 3.3.6\n"\ "vers_rst2ipynb = 0.2.2.p0\n"\ "vers_rubiks = 20070912.p21\n"\ "vers_rw = 0.9\n"\ "vers_saclib = 2.2.7\n"\ "vers_sage_conf = 9.4.beta3\n"\ "vers_sage_docbuild = 9.4.beta3\n"\ "vers_sage_flatsurf = none\n"\ "vers_sage_numerical_backends_coin = 9.0b12\n"\ "vers_sage_numerical_backends_cplex = 9.0b12\n"\ "vers_sage_numerical_backends_gurobi = 9.0.0\n"\ "vers_sage_sws2rst = none\n"\ "vers_sagelib = 9.4.beta3\n"\ "vers_sagenb_export = 3.3\n"\ "vers_sagetex = 3.5\n"\ "vers_scandir = 1.9.0\n"\ "vers_scipoptsuite = 5.0.1\n"\ "vers_scipy = 1.6.3\n"\ "vers_send2trash = 1.5.0\n"\ "vers_setuptools = 56.2.0\n"\ "vers_setuptools_scm = 6.0.1\n"\ "vers_setuptools_wheel = 56.2.0\n"\ "vers_simplegeneric = 0.8.1.p0\n"\ "vers_singular = 4.2.0p3\n"\ "vers_singular_jupyter = 0.9.7\n"\ "vers_sip = 4.18\n"\ "vers_sirocco = 2.0.2\n"\ "vers_six = 1.15.0\n"\ "vers_slabbe = none\n"\ "vers_snappy = none\n"\ "vers_snowballstemmer = 1.2.1.p0\n"\ "vers_speaklater = 1.3.p0\n"\ "vers_sphinx = 3.1.2.p0\n"\ "vers_sphinxcontrib_applehelp = 1.0.2\n"\ "vers_sphinxcontrib_devhelp = 1.0.2\n"\ "vers_sphinxcontrib_htmlhelp = 1.0.3\n"\ "vers_sphinxcontrib_jsmath = 1.0.1\n"\ "vers_sphinxcontrib_qthelp = 1.0.3\n"\ "vers_sphinxcontrib_serializinghtml = 1.1.4\n"\ "vers_sphinxcontrib_websupport = 1.2.1\n"\ "vers_sqlalchemy = none\n"\ "vers_sqlite = 3290000\n"\ "vers_suitesparse = 5.6.0\n"\ "vers_surf = 1.0.6-gcc6\n"\ "vers_surface_dynamics = none\n"\ "vers_symengine = 0.7.0\n"\ "vers_symengine_py = 0.7.0.post2\n"\ "vers_symmetrica = 3.0.1\n"\ "vers_sympow = 2.023.6\n"\ "vers_sympy = 1.8\n"\ "vers_tachyon = 0.98.9.p7\n"\ "vers_tdlib = 0.3.1.p0\n"\ "vers_terminado = 0.8.3\n"\ "vers_testpath = 0.4.4\n"\ "vers_texlive = none\n"\ "vers_texttable = 1.6.3\n"\ "vers_thebe = 9624e0a0.p0\n"\ "vers_threejs = r122\n"\ "vers_tides = 2.0.p0\n"\ "vers_toml = 0.10.2\n"\ "vers_topcom = 0.17.7\n"\ "vers_tornado = 6.0.4\n"\ "vers_tox = 3.23.1\n"\ "vers_traitlets = 4.3.3\n"\ "vers_typing_extensions = 3.10.0.0\n"\ "vers_tzlocal = 2.1\n"\ "vers_valgrind = 3.14.0\n"\ "vers_vcversioner = 2.16.0.0.p0\n"\ "vers_virtualenv = 20.4.7\n"\ "vers_wcwidth = 0.1.7.p0\n"\ "vers_webencodings = 0.5.1\n"\ "vers_wheel = 0.36.2\n"\ "vers_widgetsnbextension = 3.5.1.p0\n"\ "vers_xz = 5.2.2.p0\n"\ "vers_yasm = 1.3.0.p0\n"\ "vers_zeromq = 4.2.5\n"\ "vers_zipp = 0.5.2\n"\ "vers_zlib = 1.2.11.p0\n"\ "vers_zn_poly = 0.9.2" S["SAGE_GCC_DEP"]="" S["ZMQ_LIBS"]="-lzmq" S["ZMQ_CPPFLAGS"]="" S["ZMQ_LDFLAGS"]="" S["TACHYON"]="/home/vincent/miniconda3/envs/sage-build/bin/tachyon" S["SYMPOW"]="/home/vincent/miniconda3/envs/sage-build/bin/sympow" S["SAGE_SUITESPARSE_PREFIX"]="" S["R"]="/home/vincent/miniconda3/envs/sage-build/bin/R" S["R_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -L/home/vincent/miniconda3/envs/sage-build/lib/R/lib -Wl,--export-dynamic -fopenmp -Wl,-O2 -Wl,--sort"\ "-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/vincent/miniconda3/envs/sage-build/lib -W"\ "l,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -lR" S["R_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/lib/R/include" S["PYTHON_FOR_VENV"]="/usr/bin/python3" S["SAGE_ARCHFLAGS"]="unset" S["ac_path_PYTHON3"]="/usr/bin/python3" S["PPL_LIBS"]=" -lppl -lgmpxx -lgmp" S["PPL_LDFLAGS"]=" -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/vincent/miniconda3/env"\ "s/sage-build/lib -Wl,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -L/home/vincent/miniconda3/envs/sage-build/lib" S["PPL_CPPFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/vincent/miniconda3/envs/sage-build/include -I/hom"\ "e/vincent/miniconda3/envs/sage-build/include" S["PPL_CONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/ppl-config" S["SAGE_PKG_CONFIG_PATH"]="$SAGE_LOCAL/lib/pkgconfig" S["PCRE_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lpcre -lpcreposix -lpcre -lpcrecpp" S["PCRE_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["PANDOC"]="/home/vincent/miniconda3/envs/sage-build/bin/pandoc" S["PALPcws11"]="/home/vincent/miniconda3/envs/sage-build/bin/cws-11d.x" S["PALPcws6"]="/home/vincent/miniconda3/envs/sage-build/bin/cws-6d.x" S["PALPcws5"]="/home/vincent/miniconda3/envs/sage-build/bin/cws-5d.x" S["PALPcws4"]="/home/vincent/miniconda3/envs/sage-build/bin/cws-4d.x" S["PALPcws"]="/home/vincent/miniconda3/envs/sage-build/bin/cws.x" S["PALPnef11"]="/home/vincent/miniconda3/envs/sage-build/bin/nef-11d.x" S["PALPnef6"]="/home/vincent/miniconda3/envs/sage-build/bin/nef-6d.x" S["PALPnef5"]="/home/vincent/miniconda3/envs/sage-build/bin/nef-5d.x" S["PALPnef4"]="/home/vincent/miniconda3/envs/sage-build/bin/nef-4d.x" S["PALPnef"]="/home/vincent/miniconda3/envs/sage-build/bin/nef.x" S["PALPclass11"]="/home/vincent/miniconda3/envs/sage-build/bin/class-11d.x" S["PALPclass6"]="/home/vincent/miniconda3/envs/sage-build/bin/class-6d.x" S["PALPclass5"]="/home/vincent/miniconda3/envs/sage-build/bin/class-5d.x" S["PALPclass4"]="/home/vincent/miniconda3/envs/sage-build/bin/class-4d.x" S["PALPclass"]="/home/vincent/miniconda3/envs/sage-build/bin/class.x" S["PALPpoly11"]="/home/vincent/miniconda3/envs/sage-build/bin/poly-11d.x" S["PALPpoly6"]="/home/vincent/miniconda3/envs/sage-build/bin/poly-6d.x" S["PALPpoly5"]="/home/vincent/miniconda3/envs/sage-build/bin/poly-5d.x" S["PALPpoly4"]="/home/vincent/miniconda3/envs/sage-build/bin/poly-4d.x" S["PALPpoly"]="/home/vincent/miniconda3/envs/sage-build/bin/poly.x" S["OPENSSL_LDFLAGS"]="-L/home/vincent/miniconda3/envs/sage-build/lib" S["OPENSSL_LIBS"]="-lssl -lcrypto" S["OPENSSL_INCLUDES"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["SAGE_MPC_PREFIX"]="" S["LRSNASH"]="lrsnash" S["XML2_CONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/xml2-config" S["LIBSEMIGROUPS_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lsemigroups" S["LIBSEMIGROUPS_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["fooconverseg"]="/home/vincent/miniconda3/envs/sage-build/bin/converseg" S["foogenbg"]="/home/vincent/miniconda3/envs/sage-build/bin/genbg" S["foogeng"]="/home/vincent/miniconda3/envs/sage-build/bin/geng" S["foogentourng"]="/home/vincent/miniconda3/envs/sage-build/bin/gentourng" S["foodirectg"]="/home/vincent/miniconda3/envs/sage-build/bin/directg" S["SAGE_NAUTY_BINS_PREFIX"]="" S["nauconverseg"]="" S["naugenbg"]="" S["naugeng"]="" S["naugentourng"]="" S["naudirectg"]="" S["GENGnautyCHECK"]="" S["GENGCHECK"]="/home/vincent/miniconda3/envs/sage-build/bin/geng" S["LIBGD_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lgd" S["LIBGD_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include -I/home/vincent/miniconda3/envs/sage-build/include/libpng16 -I/home/vincent/miniconda3/envs/sage-"\ "build/include -I/home/vincent/miniconda3/envs/sage-build/include/uuid -I/home/vincent/miniconda3/envs/sage-build/include/libxml2 -I/home/vincent/min"\ "iconda3/envs/sage-build/include -I/home/vincent/miniconda3/envs/sage-build/include/freetype2 -I/home/vincent/miniconda3/envs/sage-build/include" S["LIBFFI_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lffi" S["LIBFFI_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["LCALC"]="" S["ISL_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lisl" S["ISL_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include -I./imath_wrap" S["IGRAPH_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -ligraph" S["IGRAPH_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include/igraph" S["LTLIBICONV"]="-L/home/vincent/miniconda3/envs/sage-build/lib -liconv -R/home/vincent/miniconda3/envs/sage-build/lib" S["LIBICONV"]="/home/vincent/miniconda3/envs/sage-build/lib/libiconv.so -Wl,-rpath -Wl,/home/vincent/miniconda3/envs/sage-build/lib" S["SAGE_GSL_PC_COMMAND"]="$(SED) -e 's/$${GSL_CBLAS_LIB}//' -e \"s/^GSL_CBLAS_LIB=.*/Requires: cblas/\" \"/home/vincent/miniconda3/envs/sage-build/lib/pkgconfig/gsl.pc\" > \"$(@)\"" S["GSLPCDIR"]="/home/vincent/miniconda3/envs/sage-build/lib/pkgconfig" S["GSL_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lgsl -lgslcblas -lm -lcblas -lm" S["GSL_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["TWOPI"]="twopi" S["NEATO"]="neato" S["DOT"]="dot" S["SAGE_PARI_CFG"]="$SAGE_LOCAL/lib/pari/pari.cfg" S["GP2C"]="" S["SAGE_GLPK_PREFIX"]="" S["GLPSOL"]="/home/vincent/miniconda3/envs/sage-build/bin/glpsol" S["GF2X_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lgf2x" S["GF2X_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["SAGE_FREETYPE_PREFIX"]="" S["FREETYPE_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lfreetype" S["FREETYPE_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include/freetype2" S["FPLLL_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lqd -lpthread -lmpfr -lgmp -lfplll" S["FPLLL_CFLAGS"]="-pthread -I/home/vincent/miniconda3/envs/sage-build/include" S["HAVE_QUADRATICSIEVE"]="yes" S["SAGE_CONFIGURE_FFLAS_FFPACK"]="" S["FFLAS_FFPACK_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lfflas -lffpack -llapack -lcblas -lblas -lgivaro -lgmp -lgmpxx" S["FFLAS_FFPACK_CFLAGS"]="-DFFLAS_COMPILED -DFFPACK_COMPILED -fabi-version=6 -I/home/vincent/miniconda3/envs/sage-build/include" S["GIVAROCONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/givaro-config" S["ECMBIN"]="/home/vincent/miniconda3/envs/sage-build/bin/ecm" S["MWRANK"]="" S["SAGE_PARI_PREFIX"]="$SAGE_LOCAL" S["GPHELP"]="/home/vincent/miniconda3/envs/sage-build/bin/gphelp" S["GP"]="/home/vincent/miniconda3/envs/sage-build/bin/gp" S["READLINE_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lreadline" S["READLINE_CFLAGS"]="-D_GNU_SOURCE -I/home/vincent/miniconda3/envs/sage-build/include -I/home/vincent/miniconda3/envs/sage-build/include/ncurses -I/home/vincent/minicond"\ "a3/envs/sage-build/include" S["NCURSES_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/"\ "vincent/miniconda3/envs/sage-build/lib -Wl,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -lncurses -ltinfo" S["NCURSES_CFLAGS"]="-D_GNU_SOURCE -I/home/vincent/miniconda3/envs/sage-build/include/ncurses -I/home/vincent/miniconda3/envs/sage-build/include" S["SAGE_KENZO_FAS"]="${prefix}/lib/ecl/kenzo.fas" S["SAGE_MAXIMA_FAS"]="${prefix}/lib/ecl/maxima.fas" S["SAGE_ECL_CONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/ecl-config" S["ECL_CONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/ecl-config" S["GC_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lgc" S["GC_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["LIBATOMIC_OPS_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -latomic_ops" S["LIBATOMIC_OPS_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["LIBCURL"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lcurl" S["LIBCURL_CPPFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["_libcurl_config"]="" S["CL"]="/home/vincent/miniconda3/envs/sage-build/bin/cl" S["SCDD"]="scdd_gmp" S["REDCHECKGMP"]="redcheck_gmp" S["CDDEXECGMP"]="cddexec_gmp" S["CDDEXEC"]="cddexec" S["CBC_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lCbcSolver -lCbc -lpthread -lrt -lCgl -lOsiClp -lClpSolver -lClp -lOsi -lCoinUtils -llapack -lblas -"\ "lm" S["CBC_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include/coin" S["bzip2_prog"]="/home/vincent/miniconda3/envs/sage-build/bin/bzip2" S["M4RI_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lm4ri -lm" S["M4RI_CFLAGS"]="-O3 -g -fPIC -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -fdebug-prefix-map="\ "/home/conda/feedstock_root/build_artifacts/m4ri_1586382308267/work=/usr/local/src/conda/m4ri-20140914 -fdebug-prefix-map=/home/vincent/miniconda3/en"\ "vs/sage-build=/usr/local/src/conda-prefix -I/home/vincent/miniconda3/envs/sage-build/include/m4ri -isystem /home/vincent/miniconda3/envs/sage-build/"\ "include" S["LIBPNG_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lpng16 -lz" S["LIBPNG_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include/libpng16 -I/home/vincent/miniconda3/envs/sage-build/include" S["BOOST_LDFLAGS"]="-L/usr/lib64" S["BOOST_CPPFLAGS"]="-I/usr/include" S["LAPACK_LIBS"]="" S["LAPACK_CFLAGS"]="" S["CBLAS_LIBS"]="" S["CBLAS_CFLAGS"]="" S["OPENBLASPCDIR"]="/home/vincent/miniconda3/envs/sage-build/lib/pkgconfig" S["SAGE_OPENBLAS_PC_COMMAND"]="$(LN) -sf \"/home/vincent/miniconda3/envs/sage-build/lib/pkgconfig/openblas.pc\" \"$(@)\"" S["SAGE_SYSTEM_FACADE_PC_FILES"]=" $(SAGE_PKGCONFIG)/blas.pc $(SAGE_PKGCONFIG)/cblas.pc $(SAGE_PKGCONFIG)/lapack.pc $(SAGE_PKGCONFIG)/gsl.pc" S["OPENBLAS_LIBS"]="-L/home/vincent/miniconda3/envs/sage-build/lib -lopenblas" S["OPENBLAS_CFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include" S["SAGE_BLAS"]="openblas" S["SAGE_ARB_LIBRARY"]="arb" S["SAGE_FLINT_PREFIX"]="" S["NTL_LIBDIR"]="///home/vincent/miniconda3/envs/sage-build/lib" S["NTL_INCDIR"]="///home/vincent/miniconda3/envs/sage-build/include" S["SAGE_NTL_PREFIX"]="" S["SAGE_MPFR_PREFIX"]="" S["SAGE_GMP_INCLUDE"]="///home/vincent/miniconda3/envs/sage-build/include" S["SAGE_GMP_PREFIX"]="" S["SAGE_MP_LIBRARY"]="gmp" S["SAGE_CRTI_DIR"]="/home/vincent/miniconda3/envs/sage-build/bin/../x86_64-conda-linux-gnu/sysroot/usr/lib/../lib" S["OPENMP_CXXFLAGS"]="-fopenmp" S["OPENMP_CFLAGS"]="-fopenmp" S["CFLAGS_MARCH"]="-march=native" S["GXX_VERSION"]="9.3.0" S["GCC_VERSION"]="9.3.0" S["HAVE_CXX11"]="1" S["SAGE_CXX_WITHOUT_STD"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-c++" S["SAGE_ENABLE_valgrind"]="if_installed" S["SAGE_ENABLE_topcom"]="if_installed" S["SAGE_ENABLE_tides"]="if_installed" S["SAGE_ENABLE_texttable"]="if_installed" S["SAGE_ENABLE_texlive"]="if_installed" S["SAGE_ENABLE_tdlib"]="if_installed" S["SAGE_ENABLE_symengine_py"]="if_installed" S["SAGE_ENABLE_symengine"]="if_installed" S["SAGE_ENABLE_surf"]="if_installed" S["SAGE_ENABLE_speaklater"]="if_installed" S["SAGE_ENABLE_sirocco"]="if_installed" S["SAGE_ENABLE_sip"]="if_installed" S["SAGE_ENABLE_singular_jupyter"]="if_installed" S["SAGE_ENABLE_scipoptsuite"]="if_installed" S["SAGE_ENABLE_sage_sws2rst"]="if_installed" S["SAGE_ENABLE_sage_numerical_backends_gurobi"]="if_installed" S["SAGE_ENABLE_sage_numerical_backends_cplex"]="if_installed" S["SAGE_ENABLE_sage_numerical_backends_coin"]="if_installed" S["SAGE_ENABLE_saclib"]="if_installed" S["SAGE_ENABLE_rubiks"]="if_installed" S["SAGE_ENABLE_rst2ipynb"]="if_installed" S["SAGE_ENABLE_r_jupyter"]="if_installed" S["SAGE_ENABLE_qhull"]="if_installed" S["SAGE_ENABLE_qepcad"]="if_installed" S["SAGE_ENABLE_python_igraph"]="if_installed" S["SAGE_ENABLE_pysingular"]="if_installed" S["SAGE_ENABLE_pynormaliz"]="if_installed" S["SAGE_ENABLE_pycosat"]="if_installed" S["SAGE_ENABLE_primecount"]="if_installed" S["SAGE_ENABLE_polytopes_db_4d"]="if_installed" S["SAGE_ENABLE_polymake"]="if_installed" S["SAGE_ENABLE_polylib"]="if_installed" S["SAGE_ENABLE_plantri"]="if_installed" S["SAGE_ENABLE_perl_term_readline_gnu"]="if_installed" S["SAGE_ENABLE_perl_mongodb"]="if_installed" S["SAGE_ENABLE_perl_cpan_polymake_prereq"]="if_installed" S["SAGE_ENABLE_pari_seadata"]="if_installed" S["SAGE_ENABLE_pari_nftables"]="if_installed" S["SAGE_ENABLE_pari_jupyter"]="if_installed" S["SAGE_ENABLE_pari_galpol"]="if_installed" S["SAGE_ENABLE_pari_elldata"]="if_installed" S["SAGE_ENABLE_pandoc_attributes"]="if_installed" S["SAGE_ENABLE_pandoc"]="if_installed" S["SAGE_ENABLE_p_group_cohomology"]="if_installed" S["SAGE_ENABLE_notedown"]="if_installed" S["SAGE_ENABLE_normaliz"]="if_installed" S["SAGE_ENABLE_nodejs"]="if_installed" S["SAGE_ENABLE_ninja_build"]="if_installed" S["SAGE_ENABLE_mpfrcx"]="if_installed" S["SAGE_ENABLE_modular_decomposition"]="if_installed" S["SAGE_ENABLE_meataxe"]="if_installed" S["SAGE_ENABLE_mcqd"]="if_installed" S["SAGE_ENABLE_lrslib"]="if_installed" S["SAGE_ENABLE_lie"]="if_installed" S["SAGE_ENABLE_lidia"]="if_installed" S["SAGE_ENABLE_libxml2"]="if_installed" S["SAGE_ENABLE_libtheora"]="if_installed" S["SAGE_ENABLE_libsemigroups"]="if_installed" S["SAGE_ENABLE_libogg"]="if_installed" S["SAGE_ENABLE_libnauty"]="if_installed" S["SAGE_ENABLE_latte_int"]="if_installed" S["SAGE_ENABLE_kenzo"]="if_installed" S["SAGE_ENABLE_jupyterlab_widgets"]="if_installed" S["SAGE_ENABLE_jupyter_packaging"]="if_installed" S["SAGE_ENABLE_jupymake"]="if_installed" S["SAGE_ENABLE_isl"]="if_installed" S["SAGE_ENABLE_ipympl"]="if_installed" S["SAGE_ENABLE_igraph"]="if_installed" S["SAGE_ENABLE_graphviz"]="if_installed" S["SAGE_ENABLE_gp2c"]="if_installed" S["SAGE_ENABLE_glucose"]="if_installed" S["SAGE_ENABLE_git"]="if_installed" S["SAGE_ENABLE_gdb"]="if_installed" S["SAGE_ENABLE_gap_packages"]="if_installed" S["SAGE_ENABLE_gap_jupyter"]="if_installed" S["SAGE_ENABLE_gap3"]="if_installed" S["SAGE_ENABLE_gambit"]="if_installed" S["SAGE_ENABLE_frobby"]="if_installed" S["SAGE_ENABLE_fricas"]="if_installed" S["SAGE_ENABLE_e_antic"]="if_installed" S["SAGE_ENABLE_dot2tex"]="if_installed" S["SAGE_ENABLE_deformation"]="if_installed" S["SAGE_ENABLE_database_symbolic_data"]="if_installed" S["SAGE_ENABLE_database_stein_watkins_mini"]="if_installed" S["SAGE_ENABLE_database_stein_watkins"]="if_installed" S["SAGE_ENABLE_database_odlyzko_zeta"]="if_installed" S["SAGE_ENABLE_database_mutation_class"]="if_installed" S["SAGE_ENABLE_database_kohel"]="if_installed" S["SAGE_ENABLE_database_knotinfo"]="if_installed" S["SAGE_ENABLE_database_jones_numfield"]="if_installed" S["SAGE_ENABLE_database_cremona_ellcurve"]="if_installed" S["SAGE_ENABLE_d3js"]="if_installed" S["SAGE_ENABLE_cunningham_tables"]="if_installed" S["SAGE_ENABLE_csdp"]="if_installed" S["SAGE_ENABLE_cryptominisat"]="if_installed" S["SAGE_ENABLE_coxeter3"]="if_installed" S["SAGE_ENABLE_compilerwrapper"]="if_installed" S["SAGE_ENABLE_cocoalib"]="if_installed" S["SAGE_ENABLE_cmake"]="if_installed" S["SAGE_ENABLE_ccache"]="if_installed" S["SAGE_ENABLE_cbc"]="if_installed" S["SAGE_ENABLE_buckygen"]="if_installed" S["SAGE_ENABLE_bliss"]="if_installed" S["SAGE_ENABLE_benzene"]="if_installed" S["SAGE_ENABLE_barvinok"]="if_installed" S["SAGE_ENABLE_awali"]="if_installed" S["SAGE_ENABLE_atlas"]="if_installed" S["SAGE_ENABLE_4ti2"]="if_installed" S["SAGE_SPKG_OPTIONS"]="" S["SAGE_TOOLCHAIN"]="gcc" S["EGREP"]="/usr/bin/grep -E" S["GREP"]="/usr/bin/grep" S["CXXCPP"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-c++ -E -std=gnu++11" S["am__fastdepOBJCXX_FALSE"]="" S["am__fastdepOBJCXX_TRUE"]="#" S["OBJCXXDEPMODE"]="depmode=none" S["ac_ct_OBJCXX"]="" S["OBJCXXFLAGS"]="-g -O2" S["OBJCXX"]="x86_64-conda-linux-gnu-g++" S["am__fastdepOBJC_FALSE"]="" S["am__fastdepOBJC_TRUE"]="#" S["OBJCDEPMODE"]="depmode=none" S["ac_ct_OBJC"]="" S["OBJCFLAGS"]="-g -O2" S["OBJC"]="x86_64-conda-linux-gnu-gcc" S["ac_ct_FC"]="" S["FC"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-gfortran" S["am__fastdepCXX_FALSE"]="" S["am__fastdepCXX_TRUE"]="#" S["CXXDEPMODE"]="depmode=none" S["ac_ct_CXX"]="" S["CXX"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-c++ -std=gnu++11" S["CPP"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cpp" S["am__fastdepCC_FALSE"]="" S["am__fastdepCC_TRUE"]="#" S["CCDEPMODE"]="depmode=none" S["am__nodep"]="_no" S["AMDEPBACKSLASH"]="\\" S["AMDEP_FALSE"]="#" S["AMDEP_TRUE"]="" S["am__include"]="include" S["DEPDIR"]=".deps" S["OBJEXT"]="o" S["EXEEXT"]="" S["ac_ct_CC"]="" S["CPPFLAGS"]="-I/home/vincent/miniconda3/envs/sage-build/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/vincent/miniconda3/envs/sage-build/include -Dlinu"\ "x -I/home/vincent/miniconda3/envs/sage-build/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall"\ " -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include -fdebug-prefix-map=/home/con"\ "da/feedstock_root/build_artifacts/ecl_1622575242000/work=/usr/local/src/conda/ecl-21.2.1 -fdebug-prefix-map=/home/vincent/miniconda3/envs/sage-build"\ "=/usr/local/src/conda-prefix -I/home/vincent/miniconda3/envs/sage-build/include " S["LDFLAGS"]="-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/vincent/miniconda3/envs"\ "/sage-build/lib -Wl,-rpath-link,/home/vincent/miniconda3/envs/sage-build/lib -L/home/vincent/miniconda3/envs/sage-build/lib" S["CC"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-cc" S["F77CFLAGS"]="" S["F77FLAGS"]="" S["FCFLAGS"]="" S["CXXFLAGS"]="-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 "\ "-ffunction-sections -pipe -isystem /home/vincent/miniconda3/envs/sage-build/include" S["CFLAGS"]="-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/vincent/miniconda"\ "3/envs/sage-build/include" S["PERL"]="/home/vincent/miniconda3/envs/sage-build/bin/perl" S["found_latex"]="yes" S["found_strip"]="yes" S["found_ranlib"]="yes" S["PKG_CONFIG_LIBDIR"]="" S["PKG_CONFIG_PATH"]="" S["PKG_CONFIG"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-pkg-config" S["found_m4"]="yes" S["found_ar"]="yes" S["SED"]="/home/vincent/miniconda3/envs/sage-build/bin/sed" S["host_os"]="linux-gnu" S["host_vendor"]="conda" S["host_cpu"]="x86_64" S["host"]="x86_64-conda-linux-gnu" S["build_os"]="linux-gnu" S["build_vendor"]="conda" S["build_cpu"]="x86_64" S["build"]="x86_64-conda-linux-gnu" S["SAGE_EDITABLE"]="" S["SAGE_DEBUG"]="" S["SAGE_FAT_BINARY"]="" S["SAGE_VENV"]="${SAGE_LOCAL}" S["SAGE_ROOT"]="/opt/sage" S["MAINT"]="" S["MAINTAINER_MODE_FALSE"]="#" S["MAINTAINER_MODE_TRUE"]="" S["AM_BACKSLASH"]="\\" S["AM_DEFAULT_VERBOSITY"]="1" S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" S["AM_V"]="$(V)" S["am__untar"]="$${TAR-tar} xf -" S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" S["AMTAR"]="$${TAR-tar}" S["am__leading_dot"]="." S["SET_MAKE"]="" S["AWK"]="gawk" S["mkdir_p"]="$(MKDIR_P)" S["MKDIR_P"]="/usr/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="/home/vincent/miniconda3/envs/sage-build/bin/x86_64-conda-linux-gnu-strip" S["install_sh"]="${SHELL} /opt/sage/config/install-sh" S["MAKEINFO"]="${SHELL} /opt/sage/config/missing makeinfo" S["AUTOHEADER"]="${SHELL} /opt/sage/config/missing autoheader" S["AUTOMAKE"]="${SHELL} /opt/sage/config/missing automake-1.16" S["AUTOCONF"]="${SHELL} /opt/sage/config/missing autoconf" S["ACLOCAL"]="${SHELL} /opt/sage/config/missing aclocal-1.16" S["VERSION"]="9.4.beta3" S["PACKAGE"]="sage" S["CYGPATH_W"]="echo" S["am__isrc"]="" S["INSTALL_DATA"]="${INSTALL} -m 644" S["INSTALL_SCRIPT"]="${INSTALL}" S["INSTALL_PROGRAM"]="${INSTALL}" S["target_alias"]="" S["host_alias"]="x86_64-conda-linux-gnu" S["build_alias"]="x86_64-conda-linux-gnu" S["LIBS"]="-lzn_poly -lsymmetrica -lsuitesparseconfig -lumfpack -lcholmod -lrw -lmpfi -lmpc -lm4rie -llrcalc -lnauty -lhomfly -liml -lglpk -lecm -lpari -L/home"\ "/vincent/miniconda3/envs/sage-build/lib -lcurl -lcliquer -lcddgmp -lbz2 -larb -lflint -lmpfr -lgmp -lm -lntl -lppl -lgmpxx -lgmp" S["ECHO_T"]="" S["ECHO_N"]="-n" S["ECHO_C"]="" S["DEFS"]="-DPACKAGE_NAME=\\\"Sage\\\" -DPACKAGE_TARNAME=\\\"sage\\\" -DPACKAGE_VERSION=\\\"9.4.beta3\\\" -DPACKAGE_STRING=\\\"Sage\\ 9.4.beta3\\\" -DPACKAGE_BUGREPORT=\\\"sage-d"\ "evel@googlegroups.com\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"sage\\\" -DVERSION=\\\"9.4.beta3\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHA"\ "VE_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_CX"\ "X11=1 -DHAVE_GMP_H=1 -DABSOLUTE_GMP_H=\\\"///home/vincent/miniconda3/envs/sage-build/include/gmp.h\\\" -DHAVE_NTL_ZZ_H=1 -DABSOLUTE_NTL_ZZ_H=\\\"///home/v"\ "incent/miniconda3/envs/sage-build/include/NTL/ZZ.h\\\" -DHAVE_LIBARB=1 -DHAVE_BOOST=/\\*\\*/ -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_ASYNCHDNS=1 -DLIBCURL_FE"\ "ATURE_GSS_API=1 -DLIBCURL_FEATURE_HSTS=1 -DLIBCURL_FEATURE_HTTP2=1 -DLIBCURL_FEATURE_HTTPS_PROXY=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_KERBER"\ "OS=1 -DLIBCURL_FEATURE_LARGEFILE=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_FEATURE_NTLM_WB=1 -DLIBCURL_FEATURE_SPNEGO=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL"\ "_FEATURE_TLS_SRP=1 -DLIBCURL_FEATURE_UNIXSOCKETS=1 -DLIBCURL_FEATURE_ALT_SVC=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL"\ "_FILE=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_GOPHER=1 -DLIBCURL_PROTOCOL_GOPHERS=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBC"\ "URL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_IMAP=1 -DLIBCURL_PROTOCOL_IMAPS=1 -DLIBCURL_PROTOCOL_MQTT=1 -DLIBCURL_PROTOCOL_POP3=1 -DLIBCURL_PROTOCOL_POP"\ "3S=1 -DLIBCURL_PROTOCOL_RTSP=1 -DLIBCURL_PROTOCOL_SCP=1 -DLIBCURL_PROTOCOL_SFTP=1 -DLIBCURL_PROTOCOL_SMB=1 -DLIBCURL_PROTOCOL_SMBS=1 -DLIBCURL_PROTO"\ "COL_SMTP=1 -DLIBCURL_PROTOCOL_SMTPS=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_TFTP=1 -DHAVE_ECM_H=1 -DABSOLUTE_ECM_H=\\\"///home/vincent/minico"\ "nda3/envs/sage-build/include/ecm.h\\\" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LRCALC_SCHUBLIB_H=1 -DHAVE_SUITESPARSE_CONFIG_H=1 -DHAVE_AMD_H=1 -DHAVE_ZM"\ "Q=/\\*\\*/" S["mandir"]="${datarootdir}/man" S["localedir"]="${datarootdir}/locale" S["libdir"]="${exec_prefix}/lib" S["psdir"]="${docdir}" S["pdfdir"]="${docdir}" S["dvidir"]="${docdir}" S["htmldir"]="${docdir}" S["infodir"]="${datarootdir}/info" S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" S["oldincludedir"]="/usr/include" S["includedir"]="${prefix}/include" S["localstatedir"]="${prefix}/var" S["sharedstatedir"]="${prefix}/com" S["sysconfdir"]="${prefix}/etc" S["datadir"]="${datarootdir}" S["datarootdir"]="${prefix}/share" S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," S["prefix"]="/opt/sage/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="" S["PACKAGE_BUGREPORT"]="sage-devel@googlegroups.com" S["PACKAGE_STRING"]="Sage 9.4.beta3" S["PACKAGE_VERSION"]="9.4.beta3" S["PACKAGE_TARNAME"]="sage" S["PACKAGE_NAME"]="Sage" S["PATH_SEPARATOR"]=":" S["SHELL"]="/bin/sh" S["am__quote"]="" _ACAWK cat >>"$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} ac_datarootdir_hack=' s&@datadir@&${datarootdir}&g s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g s&@infodir@&${datarootdir}/info&g s&@localedir@&${datarootdir}/locale&g s&@mandir@&${datarootdir}/man&g s&\${datarootdir}&${prefix}/share&g' ;; esac ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// } :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE=\"gmake\" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; "broken-gcc":C) # Re-run the check just in case, such as when re-running # config.status SAGE_BROKEN_GCC=no if test -n "$SAGE_LOCAL" -a -f "$SAGE_LOCAL/bin/gcc"; then if test -x "$SAGE_LOCAL/bin/g++"; then echo '#include ' >conftest.cpp echo 'auto inf = 1.0 / std::complex();' >>conftest.cpp # #31097: Do not try to source sage-env-config here - it is generated by configure # and is not needed to set up the compiler variables. if ! bash -c "source '$SAGE_SRC/bin/sage-env' && g++ -O3 -c -o conftest.o conftest.cpp"; then SAGE_BROKEN_GCC=yes fi rm -f conftest.* fi fi if test x$SAGE_BROKEN_GCC = xyes; then touch build/make/.clean-broken-gcc fi ;; "mkdirs":C) for d in "$SAGE_LOGS" "$SAGE_LOCAL" \ "$SAGE_LOCAL/bin" "$SAGE_LOCAL/etc" \ "$SAGE_LOCAL/include" "$SAGE_LOCAL/lib" \ "$SAGE_LOCAL/lib/pkgconfig" \ "$SAGE_SHARE" "$SAGE_INST"; do { $as_echo "$as_me:${as_lineno-$LINENO}: creating directory $d" >&5 $as_echo "$as_me: creating directory $d" >&6;} mkdir -p "$d" || as_fn_error $? "could not create $d" "$LINENO" 5 done if test -d "$SAGE_LOCAL/lib64"; then if test ! -L "$SAGE_LOCAL/lib64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: $SAGE_LOCAL/lib64 is not a symlink, see Trac #19782" >&5 $as_echo "$as_me: $SAGE_LOCAL/lib64 is not a symlink, see Trac #19782" >&6;} as_fn_error $? "Cannot perform incremental update, run \"make distclean && make\"" "$LINENO" 5 fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating symbolic link lib64 -> lib" >&5 $as_echo "$as_me: creating symbolic link lib64 -> lib" >&6;} ln -s lib "$SAGE_LOCAL/lib64" fi ;; esac done # for ac_tag as_fn_exit 0