aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-11-21 23:18:03 +0000
committerschnetter <schnetter@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-11-21 23:18:03 +0000
commit57728aa4a31603a561cc3fdf5b510565d96a8d3b (patch)
tree696d353374f3b31d44cedab4d4cd1486532999fb /configuration.ccl
parent2e0f6cfd36cb8ec59d6731195525408375925a74 (diff)
Rename petsc.sh to PETSc.sh
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/PETSc/trunk@20 fc86f234-e40e-4302-a95b-5e02f8c343c9
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl14
1 files changed, 6 insertions, 8 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 6b19078..7a4c303 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,7 +1,12 @@
# Configuration definitions for thorn PETSc
# $Header$
-# NO_SOURCE
+PROVIDES PETSc
+{
+ SCRIPT PETSc.sh
+ LANG sh
+ OPTIONS PETSC_DIR PETSC_ARCH PETSC_ARCH_LIBS
+}
REQUIRES LAPACK
@@ -9,10 +14,3 @@ REQUIRES LAPACK
# 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
-}