From 91db2386355946636dba9dbdd45d233efe4a7b26 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 5 Sep 2003 18:14:47 +0000 Subject: [PATCH] Link detached_ma27 with special libs. git-svn-id: https://svn.dealii.org/trunk@7960 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 2 +- deal.II/doc/news/c-4-0.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 2c08e9cc20..993ba83d45 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -51,7 +51,7 @@ $(LIBDIR)/libhsl.so: $(forward-declarations) $(o-files) $(LIBDIR)/bin/detached_ma27$(EXEEXT): source/detached_ma27.cc include/hsl/hsl.h \ $(lib-contrib-hsl) @echo =====hsl=========================$(MT)== Making $(@F) - @$(CXX) $(CXXFLAGS.g) $< -o $@ $(lib-contrib-hsl) $(lib-base.o) $(F77LIBS) -lpthread + @$(CXX) $(CXXFLAGS.g) $< -o $@ $(lib-contrib-hsl) $(lib-base.o) $(F77LIBS) -lpthread $(LIBS) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 9bd55268ae..2d47f8a7ff 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,6 +48,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. When building with both sparse direct solver MA27 and the + TECPLOT libraries, the detached_ma27 would not + link properly. This is now fixed. +
    + (WB 2003/09/05) +

    +
  2. The script that builds the dependency lists for Makefiles has been rewritten in C++, since the previous perl script became just too slow after the addition of parts of -- 2.39.5