aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-07-15 09:36:10 +0000
committertradke <tradke@1d96b42b-98df-4a6a-9d84-1b24288d4588>2003-07-15 09:36:10 +0000
commitd271664e9a6c58194766114b3bee6137aea109d8 (patch)
treefa3544372bb47004a1381a22c89a6ec565ddb568
parentf8cc7caea90c35db9f351dd11ece8c174965aae3 (diff)
Fixed liblist for PETSC_ARCH=linux_intel.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@74 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/make.configuration.defn3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 255abfc..1d56939 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -58,8 +58,7 @@ endif
### PETSC on linux_intel
ifeq ($(PETSC_ARCH),linux_intel)
- PLATFORM_LIBS = mkl32_lapack mkl32_def g2c
-# (note: g2c seems to be needed for the mkl32 libraries, not clear why.)
+ PLATFORM_LIBS = mkl_lapack mkl_def guide
endif
### Otherwise