From a24df38789ee53875290040fffcab51ca37300c9 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Jan 2003 16:53:18 +0000 Subject: [PATCH] Note that deal.II now also works on AIX. git-svn-id: https://svn.dealii.org/trunk@6961 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 16 ++++++++++++++++ deal.II/doc/news/news.html | 8 ++++++++ 2 files changed, 24 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 0cfef36178..1eb4e2f62d 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -33,6 +33,22 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + Changed: The main Makefile has been changed to sequentialize building + the base, lac, and deal.II subibraries. We changed this, since on some + systems (notably AIX), the latter libraries need to be linked against + the former ones, when creating shared libraries. +
    + (WB 2003/01/24) +

    + +
  2. + New: Changes have been made to support compiling and using + deal.II on AIX 5 systems. +
    + (WB 2003/01/24) +

    +
  3. Removed: Thread support now relies solely on the use of POSIX functions. The use of the diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 168fa8fd35..54e9e38dd0 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -47,6 +47,14 @@

    +
    + 2003/01/24: deal.II runs on AIX 5.1 +
    +
    + Using gcc3.2, deal.II can now also be compiled on AIX systems + with the PowerPC chip. +
    +
    2002/12/18: deal.II runs on Mac OS X 10.2
    -- 2.39.5