From: Wolfgang D. <da...@us...> - 2016-06-02 18:05:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Maxima CAS". The branch, master has been updated via 7b877bfb2ff95884ba79822d5d54868d241f580c (commit) via 8f235a2d8e0ffacdf693b5a6cd3648e1ed40c033 (commit) from b0522c100e3a0171c27669a71f8a4cdbc5c1b70d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b877bfb2ff95884ba79822d5d54868d241f580c Author: Wolfgang Dautermann <da...@us...> Date: Thu Jun 2 20:03:10 2016 +0200 Quote Clisp maxima image in maxima.bat (more work, so that Maxima might be installed in a user defined directory) diff --git a/src/maxima.bat.in b/src/maxima.bat.in index 9cf925d..5316f43 100755 --- a/src/maxima.bat.in +++ b/src/maxima.bat.in @@ -124,7 +124,7 @@ goto end :clisp_autotools set path=%maxima_imagesdir%\binary-clisp;%maxima_prefix%\clisp-2.49\base;%path% -lisp.exe %lisp_options% -q -M %maxima_image_base%.mem "" -- %* +lisp.exe %lisp_options% -q -M "%maxima_image_base%.mem" "" -- %* goto end :clisp_exec commit 8f235a2d8e0ffacdf693b5a6cd3648e1ed40c033 Author: Wolfgang Dautermann <da...@us...> Date: Thu Jun 2 19:59:18 2016 +0200 Crosscompiling: update SBCL diff --git a/crosscompile-windows/CMakeLists.txt b/crosscompile-windows/CMakeLists.txt index 670dd31..abfbdf5 100644 --- a/crosscompile-windows/CMakeLists.txt +++ b/crosscompile-windows/CMakeLists.txt @@ -49,7 +49,7 @@ set(GNUPLOTVERSION 5.0.3) set(TCLVERSION 8.6.5) set(TKVERSION 8.6.5) set(VTKVERSION 6.3.0) -set(SBCLVERSION 1.3.5) +set(SBCLVERSION 1.3.6) # MD5 checksums for the current program versions. @@ -90,7 +90,7 @@ set(VTK_URL "http://www.vtk.org/files/release/6.3/VTK-${VTKVERSION}.tar.gz # set(SBCL_MD5 "f8cd3044c74beb84bba4aa9df5bb804e") # else() set(SBCL_INSTALLER "sbcl-${SBCLVERSION}-x86-windows-binary.msi") - set(SBCL_MD5 "cef80ad220f520c30423f3e47c90c933") + set(SBCL_MD5 "f541d53f3a4dee0635981e4c1cd68fa2") # endif() set(SBCL_URL "http://prdownloads.sourceforge.net/sbcl/${SBCL_INSTALLER}") ----------------------------------------------------------------------- Summary of changes: crosscompile-windows/CMakeLists.txt | 4 ++-- src/maxima.bat.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Maxima CAS |