On Ter, 2009-04-14 at 17:03 -0600, Robert Dodier wrote:
> OK, thanks for the explanation.
> I will tag 5.18.1 in CVS and generate tar.gz & rpms for the new
> version
> (probably in a few days) and you can build the Windows installer.
In that case, I would like to apply the following patch to the 5.18
release branch, if nobody objects today. The patch fixes the failure to
build Maxima with Clozure CL.
Regards,
Jaime
Index: Makefile.am
===================================================================
RCS file: /cvsroot/maxima/maxima/src/Makefile.am,v
retrieving revision 1.85
diff -u -r1.85 Makefile.am
--- Makefile.am 31 Mar 2009 19:40:58 -0000 1.85
+++ Makefile.am 13 Apr 2009 19:16:01 -0000
@@ -261,7 +261,6 @@
rm -rf binary-openmcl
openmcl-depends.mk: maxima.system
test -d binary-openmcl || mkdir binary-openmcl
- $(EXECUTEOPENMCL) '(progn $(LOADDEFSYSTEM) $(LOADMAKEDEPENDS) (funcall
(intern "CREATE-DEPENDENCY-FILE" :mk) "binary-openmcl/maxima.image"
"openmcl-depends.mk"))'
include openmcl-depends.mk
endif