Skip to content

Commit

Permalink
Add main.py, with management of jupyter pid files, and adjust paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Feb 2, 2022
1 parent 872f0bc commit 8321483
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 2 deletions.
1 change: 1 addition & 0 deletions Sage_framework/build_big_sage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CONFIG_OPTIONS="--with-system-python3=no \
--enable-tdlib \
--enable-tides"
if [ "$1" != "noconfig" ]; then
make configure
./configure $CONFIG_OPTIONS > /tmp/configure.out
fi
make build
Expand Down
4 changes: 2 additions & 2 deletions Sage_framework/files/sage-env-config
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export SAGE_ENV_CONFIG_SOURCED=1

# SAGE_LOCAL is the installation prefix and can be customized by using
# ./configure --prefix
export SAGE_LOCAL="/var/tmp/sage-__VERSION__-current/local"
export SAGE_LOCAL="/var/tmp/sage-9.5-current/local"

# SAGE_ROOT is the location of the Sage source/build tree.
export SAGE_ROOT="/var/tmp/sage-__VERSION__-current/local"
export SAGE_ROOT="/var/tmp/sage-9.5-current"

#######################################
# Compilers set at configuration time.
Expand Down
Loading

0 comments on commit 8321483

Please sign in to comment.