#11359: ECL does not fully recover from relocation
----------------------+-----------------------------------------------------
Reporter: nbruin | Owner: GeorgSWeber
Type: defect | Status: new
Priority: minor | Milestone: sage-4.7.1
Component: build | Keywords: ecl relocation
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
----------------------+-----------------------------------------------------
Comment(by nbruin):
== Avoiding patching ECL in a future release ==
The development version of ECL has two configuration options that will
allow avoiding patching ECL in the future. We'll be able to make a file
{{{/path/to/sage.lsp}}}:
{{{
(in-package "SI")
(defun customized-boot ()
(defparameter *ecl-include-directory* ...)
(si::top-level t))
}}}
and then add the following options to ECL's configure:
{{{
--with-extra-files="/path/to/sage.lsp"
--with-init-form='(si::customized-boot)'
}}}
This option is not available in 11.1.1 yet.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11359#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.