From: Ralf Hartmann Date: Thu, 15 Sep 2005 15:52:00 +0000 (+0000) Subject: Relink PETSc libraries only if necessary. X-Git-Tag: v8.0.0~13139 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf7a19aea9207a71c4e0562c9a0ae1ac290c79d;p=dealii.git Relink PETSc libraries only if necessary. git-svn-id: https://svn.dealii.org/trunk@11458 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 883e6fa446..5468cd301e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -35,6 +35,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + Fixed: The PETSc libraries have been relinked each time + make was call. Now, the PETSc libraries will only be + relinked if necessary. +
    + (RH 2005/09/15) +

    +