aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
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
-}