From 53670c150109dbd4b349a2cf7091de8c98a6139b Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Aug 2004 21:06:49 +0000 Subject: [PATCH] Add umfpack include path. git-svn-id: https://svn.dealii.org/trunk@9571 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index d673c78406..ae8977cbd8 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -149,20 +149,22 @@ endif # environment variable, since the compiler will evaluate the value of # that anyway at compile time -include-path-base = $D/base/include -include-path-lac = $D/lac/include -include-path-deal2 = $D/deal.II/include -include-path-contrib-hsl = $D/contrib/hsl/include -include-path-contrib-boost = $D/contrib/boost/include -include-path-tecplot = $(TECIO_INCLUDE) -include-path-petsc = $(DEAL_II_PETSC_DIR)/include -include-path-petsc-bmake = $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH) -include-path-metis = $(DEAL_II_METIS_DIR)/Lib +include-path-base = $D/base/include +include-path-lac = $D/lac/include +include-path-deal2 = $D/deal.II/include +include-path-contrib-hsl = $D/contrib/hsl/include +include-path-contrib-umfpack = $D/contrib/umfpack/UMFPACK/Include +include-path-contrib-boost = $D/contrib/boost/include +include-path-tecplot = $(TECIO_INCLUDE) +include-path-petsc = $(DEAL_II_PETSC_DIR)/include +include-path-petsc-bmake = $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH) +include-path-metis = $(DEAL_II_METIS_DIR)/Lib INCLUDE = $(addprefix -I, $(include-path-base) \ $(include-path-lac) \ $(include-path-deal2)\ $(include-path-contrib-hsl)\ + $(include-path-contrib-umfpack)\ $(include-path-contrib-boost)\ $(include-path-tecplot)) -- 2.39.5