From c3b60f7ac87b35191108bf02fb4ad404fd32c3b5 Mon Sep 17 00:00:00 2001
From: "lennart.kramer" <lennart.kramer@stud.uni-goettingen.de>
Date: Wed, 24 May 2023 20:50:17 +0200
Subject: [PATCH] load lsqaures before libraries

---
 assets/optimize.mac.template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/optimize.mac.template b/assets/optimize.mac.template
index 3ae6821..7681e6d 100644
--- a/assets/optimize.mac.template
+++ b/assets/optimize.mac.template
@@ -6,6 +6,8 @@
    it before we load stack so that the plot function of COMA (which is probably not needed in any case)
    is overwritten by Stack's plot function */
 load(coma);
+/* same with lsquares and fboundp */
+load(lsquares);
 load("${ASSETS}/maximalocal.mac");
 load("${ASSETS}/maxima-fork.lisp");
 load("${LIB}/stackmaxima.mac");
@@ -13,6 +15,5 @@ load(stats);
 load(distrib);
 load(descriptive);
 load(simplex);
-load(lsquares);
 :lisp (sb-ext:save-lisp-and-die "maxima-optimised" :toplevel #'run :executable t)
 
-- 
GitLab