Skip to content
Snippets Groups Projects
Commit 294da43a authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Polish 'em up.

parent dfbd1846
Branches
Tags
No related merge requests found
2003-070-02
2003-11-29
ALBERTA 1.2 -- not yet released
New features: mixed methods
Renamed from ALBERT to ALBERTA (copyright issues)
New features:
- mixed methods
- GRAPE interface
Configuration
- configure options are more consistent
- it is possible to build only selected libraries
- default CFLAGS are now -O3 (gcc) or -O (non-gcc), can be
overridden by environment variables or on the command line
- it is possible to specify an alternate blas-library
Removed:
- distributed BLAS library
......@@ -111,6 +111,10 @@ gltools -- OpenGL toolkit
gltools provides a more flexible graphical output than would
be otherwise available with ALBERTA.
NOTE: you need at least gltools-2-4. Version 2-3 will _not_
work. configure does not check for right version, it's up to
you.
GRAPE -- Graphics Programming Environment
If GRAPE is present the four programs alberta_grape22,
......
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT([alberta], [1.2-pre3], [dani@mathematik.uni-freiburg.de])
AC_INIT([alberta], [1.2-pre4], [dani@mathematik.uni-freiburg.de])
AC_CONFIG_SRCDIR([ALBERTA/src/Common/alberta.h])
AM_MAINTAINER_MODE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment