From 96d3f3e2c35f50c9c7f232f0941c4a3b8718bbfc Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Wed, 13 May 2009 11:39:45 +0000 Subject: [PATCH] Added boost include path to demo makefile --- demo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/Makefile b/demo/Makefile index d798e0b1..77659d1c 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -6,7 +6,7 @@ SHELL = /bin/sh USE_PARALLEL_AMDIS = 0 # 1 if AMDiS was compiled with parallel support, 0 otherwise USE_OPENMP = 0 # 1 if AMDiS was compiled with OpenMP support, 0 otherwise -USE_UMFPACK = 0 # 1 if AMDiS was compiled with UMFPACK library, 0 otherwise +USE_UMFPACK = 1 # 1 if AMDiS was compiled with UMFPACK library, 0 otherwise USE_MKL = 0 # 1 if AMDiS was compiled with Intel MKL library, 0 otherwise USE_BOOST = 0 # 1 if AMDiS was compiled with Boost support, 0 otherwise USE_SERVER = # mars, deimos or themisto. If no special server blank @@ -39,7 +39,7 @@ PARMETIS_DIR = $(AMDIS_DIR)/lib/ParMetis-3.1 # ===== includes pathes ====================================================== # ============================================================================ -AMDIS_INCLUDE = -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/mtl4 +AMDIS_INCLUDE = -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/boost_1_34_1 -I$(AMDIS_DIR)/lib/mtl4 SMI_INCLUDE = -I$(SMI_DIR)/smi MPCCI_INCLUDE = -I$(MPCCI_DIR)/include PARMETIS_INCLUDE = -I$(PARMETIS_DIR) -- GitLab