From: hartmann Date: Thu, 15 Sep 2005 15:52:00 +0000 (+0000) Subject: Relink PETSc libraries only if necessary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1832dfc2439d8b6db1141b19e360d184149f8513;p=dealii-svn.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) +

    +