diff options
-rw-r--r-- | math/maxima/Makefile | 5 | ||||
-rw-r--r-- | math/maxima/pkg-message | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index bd9336887c48..d7888b5a8f31 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -99,6 +99,11 @@ post-patch: ${WRKSRC}/src/maxima.in .endif +post-install: + @${ECHO_MSG} "" + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} "" + test check: build (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \ ${MAKE_ARGS} check) diff --git a/math/maxima/pkg-message b/math/maxima/pkg-message new file mode 100644 index 000000000000..0c12e3ea65cd --- /dev/null +++ b/math/maxima/pkg-message @@ -0,0 +1,7 @@ +When built with sbcl, maxima imposes a default memory +limit of 512MB on i386. A limit can be imposed on other +architectures, or changed on i386, by defining +DYNAMIC_SPACE_SIZE appropriately in the build environment. +The limit can be overridden at runtime, via the +-X/--lisp-options option, or by defining the environment +variable MAXIMA_LISP_OPTIONS. |