#8645: maxima package fails to install ECL library
------------------------+---------------------------------------------------
Reporter: burcin | Owner: tbd
Type: defect | Status: new
Priority: minor | Milestone: sage-4.4
Component: packages | Keywords: maxima, ecl
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by nbruin):
This should solve the problem:
{{{
mkdir ./lisp-cache
}}}
then in lisp:
{{{
(require 'asdf)
(setf asdf::*user-cache* (truename "./lisp-cache"))
(load "maxima-build.lisp")
(asdf:make-build :maxima :type :fasl :move-here ".")
}}}
* this directory is guaranteed to be on the same file system
* the cache is not accidentally on a slower (/home) file system
* the cache gets wiped when spkg/build/maxima-5.20.1 does.
* no interference with a possible cache that the user privately might
have in ecl
So, what needs to be done is:
* upgrade to ecl 10.4.1
* patch Maxima to build with ecl 10.4.1
* patch maxima's spkg-install with the above changes so that maxima.fasb
gets built in the right place.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8645#comment:4>
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.