aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-03-27 16:04:45 +0000
committergoodale <goodale@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-03-27 16:04:45 +0000
commit1907d34fac1612207477f3551164d7db7539eb0d (patch)
tree13519ec2e6321af13f1ada98cfebbe6027d0865e
parent3ad20aca467658b288a6caf6bce6bf181725831a (diff)
Updated configuration.ccl files. In Beta14 some of these will
disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@108 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--configuration.ccl8
1 files changed, 7 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 080e6c1..5644426 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,4 +1,10 @@
# Configuration definitions for thorn IOHDF5Util
# $Header$
-Requires Thorns: PUGH IOUtil
+PROVIDES IOHDF5Util
+{
+ SCRIPT
+ LANG
+}
+
+REQUIRES PUGH IOUtil