/usr/share/sagemath/bin/sage-env-config is in sagemath-common 8.1-7ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # -*- shell-script -*-
###########################################################################
#
# Set some environment variables for Sage.
# This file is generated from sage-env-config.in by configure.
#
# NOTES:
# - You must *source* this script instead of executing.
# - Use "return" instead of "exit" to signal a failure. Since this
# file is sourced, an "exit" here will actually exit src/bin/sage,
# which is probably not intended.
# - All environment variables set here should be *exported*, otherwise
# they won't be available in child programs.
#
##########################################################################
# SAGE_LOCAL is the installation prefix and can be customized by using
# ./configure --prefix
export SAGE_LOCAL="/build/sagemath-TWncVU/sagemath-8.1/debian/build/usr"
#######################################
# Compilers set at configuration time
#######################################
export CONFIGURED_CC="gcc"
export CONFIGURED_CXX="g++"
export CONFIGURED_FC="gfortran"
export CONFIGURED_OBJC="@OBJ@"
export CONFIGURED_OBJCXX="g++"
|