From 3628e3ba73bf2a8677482d1e0fca6cc9d06cb4f1 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 25 Jan 2002 11:33:21 +0000 Subject: Adding extra library needed on origin for compilation with PETSc 2.1.1 git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@65 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/make.configuration.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.configuration.defn b/src/make.configuration.defn index a12684a..98ec5bf 100644 --- a/src/make.configuration.defn +++ b/src/make.configuration.defn @@ -46,7 +46,7 @@ PLATFORM_LIBS = ### PETSC on the Origin ifeq ($(PETSC_ARCH),IRIX64) - PLATFORM_LIBS = blas complib.sgimath + PLATFORM_LIBS = fpe blas complib.sgimath endif ### PETSC on linux -- cgit v1.2.3