aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-03-27 16:04:44 +0000
committergoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-03-27 16:04:44 +0000
commit339f9f191e5c3cc6d79a0ffd65c818107c71c57a (patch)
treeb803f5ea207a47db5f8c924afff8d0772b201ce4
parente896c3a9ce38df093bb8367e3066d4bcd4ea7541 (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/CactusExternal/FlexIO/trunk@57 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--configuration.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..9f53177
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,8 @@
+# Configuration definitions for thorn FlexIO
+# $Header$
+
+PROVIDES FlexIO
+{
+ SCRIPT
+ LANG
+}