diff options
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/sage/README b/academic/sage/README index 95e4799699ca4..e0c4bc33c1b39 100644 --- a/academic/sage/README +++ b/academic/sage/README @@ -14,3 +14,14 @@ redefine $TMP and/or $OUTPUT. See README.BUILDOPTS for additional (important) information about build options and such. + +NOTE: +Future SAGE (7.3+) requires some changes in Slackware's core packages: +- readline must be linked to ncurses + Get readline's SlackBuild script, change this line + make $NUMJOBS static shared || make static shared || exit 1 + into + make $NUMJOBS static shared SHLIB_LIBS=-lncurses || make static + shared SHLIB_LIBS=-lncurses || exit 1 + and rebuilt readline. +- Python rebuilt against UCS-4 (enabled by default in next Slackware) |