]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Link with METIS whenever necessary.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Aug 2007 12:33:32 +0000 (12:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Aug 2007 12:33:32 +0000 (12:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@15023 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/Makefile

index 540bd2b045090fabb063ef0c549a2f975a76dc01..c548e3bf82d74ba771a3f7cd126f92d27712589a 100644 (file)
@@ -66,6 +66,12 @@ ifneq ($(GXX-VERSION),compaq_cxx)
     deplibs.o += $(lib-contrib-petsc.o)
   endif
 
+  # and METIS
+  ifeq ($(USE_CONTRIB_METIS),yes)
+    deplibs.g += $(lib-contrib-metis)
+    deplibs.o += $(lib-contrib-metis)
+  endif
+
   # for cygwin and darwin, also llapack and such are necessary
   # we better link all libraries mentioned in $(LIBS)
   ifneq ($(findstring cygwin,$(TARGET))$(findstring darwin,$(TARGET)),)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.