Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1378 | slepc | 1 | # |
| 2 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
||
| 3 | # SLEPc - Scalable Library for Eigenvalue Problem Computations |
||
| 4 | # Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain |
||
| 5 | # |
||
| 6 | # This file is part of SLEPc. See the README file for conditions of use |
||
| 7 | # and additional information. |
||
| 8 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
||
| 9 | # |
||
| 6 | dsic.upv.es!jroman | 10 | |
| 11 | ALL: lib |
||
| 12 | |||
| 13 | #requirespackage 'SLEPC_HAVE_ARPACK' |
||
| 14 | |||
| 15 | CFLAGS = |
||
| 16 | FFLAGS = |
||
| 17 | SOURCEC = arpack.c |
||
| 18 | SOURCEF = |
||
| 19 | SOURCEH = arpackp.h |
||
| 20 | OBJSC = arpack.o |
||
| 21 | LIBBASE = libslepc |
||
| 22 | DIRS = |
||
| 23 | MANSEC = EPS |
||
| 24 | LOCDIR = src/eps/impls/arpack/ |
||
| 25 | |||
| 26 | include ${SLEPC_DIR}/bmake/slepc_common |
||
| 27 | |||
| 28 |