[go: up one dir, main page]

Menu

Tree [r2634] / releases / 1.2.2 / src / aldor /
 History

HTTPS access


File Date Author Commit
 aldor 2013-09-27 whebisch [r1656] Update Aldor interface for free Aldor.
 Makefile.in 2013-09-27 whebisch [r1656] Update Aldor interface for free Aldor.
 Makefile2.in 2011-03-29 whebisch [r1027] Change 'axiom' to 'fricas'.
 Makefile3.in 2013-09-27 whebisch [r1656] Update Aldor interface for free Aldor.
 README 2013-09-27 whebisch [r1656] Update Aldor interface for free Aldor.
 boolean0.as 2008-09-04 mantepse [r354] merge Ralf's wonderful new Aldor interface
 cliques.as 2009-03-17 hemmecke [r547] parallelize build in src/aldor directory
 gendepap.lsp 2009-10-21 whebisch [r701] Fix Aldor breakage.
 initlist.as 2012-01-06 hemmecke [r1268] enable Matrix over SemiRng+AbelianMonoid
 libaxiom.tex 2009-10-09 hemmecke [r677] - Refactor generation of runtime lib for aldor-...

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/hemmecke/fricas-svn.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