maxima:KoenGu_SanerClispBuild

Last commit made on 2018-10-30
Get this branch:
git clone -b KoenGu_SanerClispBuild https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
KoenGu_SanerClispBuild
Repository:
lp:maxima

Recent commits

c92cd6d... by PeterPall

Un-weirdify the clisp build

Taken from the cygwin patches from Achim Gratz:

* (CLISP_MAXIMA_MEM, CLISP_MAXIMA_EXE, $(CLISP_MAXIMA_MEM,
  $(CLISP_MAXIMA_EXE)): Separate creation of memory image and dumped
  executable since the dump may not work everywhere, add corresponding
  targets.
  (clisplib_DATA, clisplib_SCRIPTS, clisp-depends.mk): Adapt to former
  change.

eab33ff... by PeterPall

Wolfgang's clisp chokes on commands from stdin

Let's try to feed clisp with commands from the command-line
instead. The rationale behind this: gcl crashed, too, when
it got its input from stdin.

b245055... by Wolfgang Dautermann <email address hidden>

Nightly test: update SBCL

a195982... by PeterPall

Out-of-Tree build: Detect the combination of ECL and Out-of-Tree build

As this combination will result in an hard-to-debug error and as the
documentation is already long enough it's better to make the configure
script tell the user about the error and its source.

f597e30... by PeterPall

Documented the reason why ECL won't compile out-of-tree

Daniel KochmaƄski and Robert Dodier found the reason:
 - When compiling with ECL only elements that are compiled end up
   in the final image and
 - files taken from the build tree need to declared as private-file
   which means that they are loaded but not compiled.

c6b3bd2... by PeterPall

Build system/html docu: Move creating and deleting of the tmp dir into the script

Creating and deleting the temp dir from the makefile and then
using it from a script the makefile calls obfuscates what we
do a bit.

42954bc... by PeterPall

Documentation build script: Let the system decide which path the tools are in.

5e175f0... by PeterPall

Added another auto-generated file to .gitignore.

tests/test.sh.in now is auto-generated by the build tools.

b9bc9a2... by PeterPall

Out-of-Tree build: make ./xmaxima-local work in the build tree.

90626a2... by PeterPall

Make maxima compatible with newer versions of autoconf

Autoconf no longer supports adding .info files to
DISTCLEANFILES. There is a backwards-compatibility option
that re-enables that but that in turn breaks support for some
non-gnu make commands => removed the offending .info file from
DISTCLEANFILES.