We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3dce9 commit c695921Copy full SHA for c695921
pkgs/sage-conf/sage_conf.py.in
@@ -44,7 +44,9 @@ THREEJS_DIR = SAGE_LOCAL + "/share/threejs-sage"
44
OPENMP_CFLAGS = "@OPENMP_CFLAGS@"
45
OPENMP_CXXFLAGS = "@OPENMP_CXXFLAGS@"
46
47
-SAGE_SPKG_WHEELS = "@prefix@/var/lib/sage/wheels"
+# Installation location of wheels. This is determined at configuration time
48
+# and does not depend on the installation location of sage-conf.
49
+SAGE_SPKG_WHEELS = "@SAGE_VENV@".replace('${SAGE_LOCAL}', SAGE_LOCAL) + "/var/lib/sage/wheels"
50
51
# Entry point 'sage-config'. It does not depend on any packages.
52
0 commit comments