From: Wolfgang Bangerth Date: Wed, 30 Jun 2010 11:48:38 +0000 (+0000) Subject: Bradley Froehle's fix for BOOST vs RPATH. X-Git-Tag: v8.0.0~5889 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3dcb3d710918914d4d96b4aef9beaec0bcd218;p=dealii.git Bradley Froehle's fix for BOOST vs RPATH. git-svn-id: https://svn.dealii.org/trunk@21408 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0e700e21a2..25736ff7ee 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -38,7 +38,13 @@ inconvenience this causes.

General

    -
  1. None so far. +
  2. +

    Fixed: Configuring with an external BOOST version did not work when + using shared libraries since the test ran in the wrong order with respect + to another configure test. This is now fixed. +
    + (Bradley Froehle 2010/06/29) +