aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
blob: 6b190784ee08c31186c43d52042912acc0b7c981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration definitions for thorn PETSc
# $Header$

# NO_SOURCE

REQUIRES LAPACK

# TO DO:
# PETSc also depends on MPI and X
# (unless PETSc has been configured in a special way,
#  which is probably typically not the case)

PROVIDES PETSC
{
  SCRIPT petsc.sh
  LANG sh
  OPTIONS PETSC_DIR PETSC_ARCH PETSC_ARCH_LIBS
}