[go: up one dir, main page]

Menu

Tree [r2602] / releases / 1.2.4 / src / aldor /
 History

HTTPS access


File Date Author Commit
 aldor 2014-03-19 hemmecke [r1692] bugfix: comma --> semicolon
 Makefile.in 2014-08-03 hemmecke [r1789] use ${MKDIR_P} instead of 'mkdir -p'
 Makefile2.in 2014-08-03 hemmecke [r1789] use ${MKDIR_P} instead of 'mkdir -p'
 Makefile3.in 2014-08-03 hemmecke [r1789] use ${MKDIR_P} instead of 'mkdir -p'
 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 2013-11-16 hemmecke [r1667] remove trailing whitespace, trailing empty line...
 libaxiom.tex 2013-11-16 hemmecke [r1667] remove trailing whitespace, trailing empty line...

Read Me

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