FriCAS Code
Brought to you by:
whebisch
| File | Date | Author | Commit |
|---|---|---|---|
| aldor | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| Makefile.in | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| Makefile2.in | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| Makefile3.in | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| README | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| aldor.mk | 2018-12-24 | hemmecke | [r2530] Share more code between makefiles |
| boolean0.as | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| cliques.as | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| gendepap.lsp | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| initlist.as | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
| libfricas.tex | 2019-11-18 | hemmecke | [r2602] rename axiom to fricas in code and documentation |
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://fricas-wiki.math.uni.wroc.pl/AldorForFriCAS 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