diff options
Diffstat (limited to 'cad/tochnog/files/patch-makefile')
-rw-r--r-- | cad/tochnog/files/patch-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tochnog/files/patch-makefile b/cad/tochnog/files/patch-makefile index 421f11264e38..1fc76d36e2c7 100644 --- a/cad/tochnog/files/patch-makefile +++ b/cad/tochnog/files/patch-makefile @@ -31,7 +31,7 @@ # 3. For SuperLU_MT be sure to compile a multi threaded version # of Tochnog (sparc_parallel, alpha_parallel, linux, etc. +SUPERLU=%%LOCALBASE%% -+SUPERLU_LIB=$(SUPERLU)/lib/lib%%SUPERLU%%.a %%BLAS_LIBS%% ++SUPERLU_LIB=$(SUPERLU)/lib/lib%%SUPERLU%%.so %%BLAS_LIBS%% +SUPERLU_INCLUDE=-I$(SUPERLU)/include/%%SUPERLU%% # *********** PetSc library ******************* |