* [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.21.1-emacs-version.patch maxima-5.21.1-clozurecl-1.5.patch
@ 2010-04-24 21:23 Andrey Grozin (grozin)
0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2010-04-24 21:23 UTC (permalink / raw
To: gentoo-commits
grozin 10/04/24 21:23:45
Added: maxima-5.21.1-emacs-version.patch
maxima-5.21.1-clozurecl-1.5.patch
Log:
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.1 sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch?rev=1.1&content-type=text/plain
Index: maxima-5.21.1-emacs-version.patch
===================================================================
http://bugs.gentoo.org/307349
--- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el
+++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el
@@ -2109,6 +2109,7 @@
;;; The next functions are from comint.el in cvs emacs
(if (and
(not maxima-running-xemacs)
+ (<= emacs-major-version 21)
(or
(< emacs-major-version 21)
(< emacs-minor-version 3)))
1.1 sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch?rev=1.1&content-type=text/plain
Index: maxima-5.21.1-clozurecl-1.5.patch
===================================================================
diff -r -U2 maxima-5.20.1.orig/configure maxima-5.20.1/configure
--- maxima-5.20.1.orig/configure 2009-12-14 04:20:43.000000000 +0100
+++ maxima-5.20.1/configure 2010-04-24 21:59:24.000000000 +0200
@@ -2559,5 +2559,5 @@
fi
-openmcl_default_name=openmcl
+openmcl_default_name=ccl
# Check whether --enable-openmcl or --disable-openmcl was given.
if test "${enable_openmcl+set}" = set; then
diff -r -U2 maxima-5.20.1.orig/src/maxima-build.lisp maxima-5.20.1/src/maxima-build.lisp
--- maxima-5.20.1.orig/src/maxima-build.lisp 2008-12-30 02:32:33.000000000 +0100
+++ maxima-5.20.1/src/maxima-build.lisp 2010-04-24 21:54:19.000000000 +0200
@@ -36,5 +36,5 @@
#+allegro (excl:dumplisp :name "binary-acl/maxima.dxl")
#+lispworks (hcl:save-image "binary-lispworks/maxima" :restart-function 'cl-user::run)
- #+ccl (ccl:save-application "binary-openmcl/maxima" :toplevel-function 'cl-user::run))
-
-
+ #+ccl (ccl:save-application "binary-openmcl/maxima" :toplevel-function
+ (lambda () (let* ((*read-default-float-format* 'double-float))
+ (cl-user::run))))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-24 21:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 21:23 [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.21.1-emacs-version.patch maxima-5.21.1-clozurecl-1.5.patch Andrey Grozin (grozin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox