[go: up one dir, main page]

Menu

Tree [r2635] / releases / 1.0.8 / src / aldor /
 History

HTTPS access


File Date Author Commit
 Makefile.in 2009-10-09 hemmecke [r677] - Refactor generation of runtime lib for aldor-...
 Makefile2.in 2009-10-20 whebisch [r694] Remove useless trace commands.
 Makefile3.in 2009-10-09 hemmecke [r677] - Refactor generation of runtime lib for aldor-...
 README 2008-09-04 mantepse [r354] merge Ralf's wonderful new Aldor interface
 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 [r702] Merge last minute changes from trunk.
 initlist.as 2008-09-04 mantepse [r354] merge Ralf's wonderful new Aldor interface
 libaxiom.tex 2009-10-09 hemmecke [r677] - Refactor generation of runtime lib for aldor-...

Read Me

This directory contains material to allow programs written in Aldor
to be run inside FriCAS.

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:

  mkdir fricas
  cd fricas
  FRICASSVN=https://fricas.svn.sourceforge.net/svnroot/fricas
  svn co $FRICASSVN/branches/aldor-interface fricas-src
  mkdir fricas-build
  cd fricas-build
  ../fricas-src/configure
  # Write
  # ../fricas-src/configure --prefix=/some/where/else
  # if you want to install somewhere else but not in /usr/local
  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. The environment variable
ALDORROOT must be set.

Possible issues:
----------------
Since there are currently 7 non-free .as files used during the built
the build might break. The reason is that the first time 'make' is
invoked, it will try to extract the missing files from a remote Aldor
SVN repository. Once the files are on the local computer, no Internet
connection is needed. 'make' tries to get these file via SVN, but they
can also be extracted manually over http.

Ralf Hemmecke
03-Aug-2008