Add a note about the new memory limit
This commit is contained in:
parent
578c3f5862
commit
ffeffe52d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272657
2 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||
|
|
7
math/maxima/pkg-message
Normal file
7
math/maxima/pkg-message
Normal file
|
@ -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.
|
Loading…
Reference in a new issue