summaryrefslogtreecommitdiff
path: root/math/maxima/files/build.lisp
blob: 060378aeb169713f9e42b30001b09e188b32048f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
;; -*- Mode: Lisp -*-
(declaim (optimize (speed 3)
                   (compilation-speed 0)
                   (safety 0)
                   (debug 0)))
(load "sysdef.lisp")
(load "compile-cmulisp.lisp")
(make::make :maxima :compile t)
(setq maxima::*maxima-directory* (namestring (truename "../")))
(load "init_max1")
(save-lisp "maxima_core")