See: https://github.com/sagemath/sage/pull/37123 Also apply a few minor fixes. Closes: #48317 [via git-merge-pr]
5 lines
136 B
Python
5 lines
136 B
Python
# configuration for sage on void linux
|
|
SAGE_SHARE = "/usr/share/sagemath"
|
|
GAP_SHARE_DIR = "/usr/share/gap"
|
|
JMOL_DIR = "/usr/share/jmol"
|