aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-09-04 16:20:58 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-09-04 16:20:58 +0000
commit4a53b36e7c2c5ec0c949c588d3f13017310bfef3 (patch)
tree7d9f533564f09dd6ffb002946a523494d96716ac
parent0cca26b9ae5de652f5e8c9469f6b90e3fb4c0323 (diff)
PUGH* thorns don't inherit from implementation "Driver" anymore but
require thorn PUGH to be compiled in and activated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@74 1c20744c-e24a-42ec-9533-f5004cb800e5
-rw-r--r--configuration.ccl4
-rw-r--r--interface.ccl3
2 files changed, 5 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..9bd51d3
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,4 @@
+# Configuration definitions for thorn PUGHInterp
+# $Header$
+
+Requires Thorns: PUGH
diff --git a/interface.ccl b/interface.ccl
index 0e61cb5..8c50ef4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn PUGHInterp
# $Header$
-implements: Interp
-inherits: Driver
+Implements: Interp