From 77d10203c5f9199ec2f559d71683d475e72c3c8a Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 4 Sep 2003 16:20:56 +0000 Subject: PUGHIO* thorns now require the thorns they depend upon (PUGH, IOHDF5Util, FlexIO) to be compiled in and activated. No need to inherit from them anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@174 4825ed28-b72c-4eae-9704-e50c059e567d --- 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..059e4d3 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,4 @@ +# Configuration definitions for thorn IOHDF5 +# $Header$ + +Requires Thorns: IOHDF5Util diff --git a/interface.ccl b/interface.ccl index de9a162..9211a27 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,5 +1,4 @@ # Interface definition for thorn IOHDF5 # $Header$ -implements: IOHDF5 -inherits: IOHDF5Util +Implements: IOHDF5 -- cgit v1.2.3