FriCAS Code
Brought to you by:
whebisch
| File | Date | Author | Commit |
|---|---|---|---|
| aldor | 2016-08-21 | hemmecke | [r2074] generalize Matrix in Aldor interface |
| Makefile.in | 2016-08-21 | hemmecke | [r2075] add dependencies for files coming from Aldor so... |
| Makefile2.in | 2016-07-03 | whebisch | [r2029] Fix build problems due to .fricas.input |
| Makefile3.in | 2016-07-03 | whebisch | [r2029] Fix build problems due to .fricas.input |
| README | 2014-10-15 | hemmecke | [r1813] fix location of git mirror of svn repository |
| boolean0.as | 2008-09-04 | mantepse | [r354] merge Ralf's wonderful new Aldor interface |
| cliques.as | 2013-11-16 | hemmecke | [r1667] remove trailing whitespace, trailing empty line... |
| gendepap.lsp | 2013-11-16 | hemmecke | [r1667] remove trailing whitespace, trailing empty line... |
| initlist.as | 2016-08-21 | hemmecke | [r2074] generalize Matrix in Aldor interface |
| libaxiom.tex | 2013-11-16 | hemmecke | [r1667] remove trailing whitespace, trailing empty line... |
This directory contains material to allow FriCAS to be extended via code written in the programming language Aldor. The original programs and Makefiles in this directory are due to Peter Broadbery. Without his initial work and his help I would not have been able to come so far. See http://axiom-wiki.newsynthesis.org/AldorForAxiom and especially http://lists.gnu.org/archive/html/axiom-developer/2008-01/msg00033.html. ------------------------------------------------------------------- Compilation currently is supposed to work as follows: git clone https://github.com/fricas/fricas.git mkdir fricas-build cd fricas-build ../fricas/configure --enable-aldor --prefix=/path/to/installation/dir make make install After that you should be able to call FriCAS and say )co somefile.as and use the content of that file in your FriCAS session. The interface to Aldor will only be built if 'configure' can find an aldor executable and certain aldor files. We require a newer version of aldor, more precisely one that allows `aldor --print-confvar datadir`. Ralf Hemmecke 27-Jul-2013