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

PROVIDES PETSc
{
  SCRIPT PETSc.sh
  LANG sh
  OPTIONS PETSC_DIR PETSC_ARCH PETSC_ARCH_LIBS
}

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)