Dear all,

We use ECL to build Maxima with ASDF for Sage, and it seems something
changed between the 12.7.1 and 12.12.1 releases.
The command line we use is:
ecl \
    -eval '(require `asdf)' \
    -eval '(setf asdf::*user-cache* (truename "./lisp-cache"))' \
    -eval '(load "maxima-build.lisp")' \
    -eval '(asdf:make-build :maxima :type :fasl :move-here ".")' \
    -eval '(quit)'

We then copy the produced fasb file to ECL library directory and
change the extension to fas.
Before it produced a file called maxima.fasb, now we get
maxima-system.fasb and from what I do offers the same functionality.

Could you please explain to me what changed because I'm really lost in
all of this?
(I see there is a maxima-system.lisp file, but also a maxima.asd file,
what are these for?)
And I guess what is more important, do we build maxima the right way?

Best,

--
Jean-Pierre Flori

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to