From 4a53b36e7c2c5ec0c949c588d3f13017310bfef3 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 4 Sep 2003 16:20:58 +0000 Subject: 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 --- configuration.ccl | 4 ++++ interface.ccl | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 configuration.ccl 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 -- cgit v1.2.3