From 294da43a3b0341af27502d2ee4aa50d3495b1299 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 28 Nov 2003 23:09:50 +0000 Subject: [PATCH] Polish 'em up. --- NEWS | 18 ++++++++++++++++-- README | 4 ++++ configure.ac | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 69db5a9..9984a4d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ -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 diff --git a/README b/README index c325932..3ca6694 100644 --- a/README +++ b/README @@ -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, diff --git a/configure.ac b/configure.ac index cb841ec..6aa5321 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # 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 -- GitLab