The ASE requires that you first install the following:
I will soon have the install script running again after improvements. However, until then you can install ASE by hand using the following:
import sys
sys.path.insert(0,'/top/sidl/BuildSystem')
To install the ASE save bootstrap.sh and run it in a shell (Cygwin bash for Windows) with the command:
python bootstrap.shFor unattended installation use
python bootstrap.sh -batchIf you have any problems please send mail to petsc-maint@mcs.anl.gov and include all output
Projects you can do to develop SIDL and the ASE
The SIDL runtime interface definitions (in SIDL, of course)
The SIDL compiler interface definitions (in SIDL, of course)
The ANL SIDL compiler classes (in SIDL, of course)
Getting started with the ANL SIDL Environment
Developing Applications with the ANL SIDL Environment
Getting started with the ANL Matlab SIDL Compiler
Getting started with the ANL Mathematica SIDL Compiler
Getting started with the ANL Fortran90 SIDL Compiler
The ASE source code is maintained using the BitKeeper revision control system and hosted at sidl.bkbits.net
The source for this page is at bk://sidl.bkbits.net/BuildSystem/docs/website/index.html. The source for bootstrap.sh is located at bk://sidl.bkbits.net/BuildSystem/install/bootstrap.py. These files are updated on the website using the following command in the bk://sidl.bkbits.net/BuildSystem/ repository:
make.py updateWebsite