1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-26 17:03:20 +00:00

Fix build of ctensr and eigen for Macsyma.

Resolves #1125.  This reverts the compilation of TRANSS and uses the
FASL file from MC.  I'll have to figure out what is wrong with the
source/compilation in another ticket.
This commit is contained in:
Eric Swenson
2018-08-02 20:00:50 -07:00
parent de346f7a45
commit 7206346167
2 changed files with 6 additions and 1 deletions

View File

@@ -89,7 +89,10 @@ proc build_macsyma_portion {} {
respond_load "(load \"libmax;maxmac\")"
respond_load "(progn (print (todo)) (print (todoi)) \"=Build=\")"
expect "=Build="
respond "\r" "(mapcan #'(lambda (x) (doit x)) (append todo todoi))"
respond "\r" "(mapcan "
type "#'(lambda (x) (cond ((not (memq x\r"
type "'(TRANSS)\r"
type ")) (doit x)))) (append todo todoi))"
set timeout 1000
expect {
";BKPT" {

View File

@@ -547,6 +547,8 @@ respond "*" ":link manual;manual demo,demo;manual demo\r"
respond "*" "macsym\013"
respond "(C1)" "compile_lisp_file(translate_file(\"sharem\\;packg >\")\[2\]);"
respond "(C2)" "compile_lisp_file(translate_file(\"tensor\\;ctensr funcs\")\[2\]);"
respond "Type ALL;" "all;"
respond "Type ALL;" "all;"
respond "(C3)" "quit();"
### build eigen for macsyma