From 121cace71e3b0cc360ca1a0844aa64cfa8d1db65 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 20 Dec 2004 10:59:15 +0000 Subject: IOSDF now requires the capability SDF which must be provided by another thorn (eg. CactusExternal/SDF). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOSDF/trunk@6 3af55ef0-e5e4-43b4-b020-ca5761ff09b2 --- ConfigureWithSDF.pl | 30 ------------------------------ README | 2 +- configuration.ccl | 6 ------ doc/documentation.tex | 9 ++++----- 4 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 ConfigureWithSDF.pl diff --git a/ConfigureWithSDF.pl b/ConfigureWithSDF.pl deleted file mode 100644 index 0c65c5d..0000000 --- a/ConfigureWithSDF.pl +++ /dev/null @@ -1,30 +0,0 @@ -#! /usr/bin/perl -w -#/*@@ -# @file ConfigureWithSDF.pl -# @date Sat 12 Jube 2004 -# @author Thomas Radke -# @desc -# Configures IOSDF with external SDF installation -# @enddesc -# @version $Header$ -#@@*/ - -# SDF_DIR must be given be the user -my $bbhutil_dir = $ENV{'SDF_DIR'}; -if (! $bbhutil_dir) -{ - print "BEGIN ERROR\n"; - print "IOSDF requires an external SDF installation. Please specify " . - "SDF_DIR to point to this installation or remove thorn IOSDF " . - "from your ThornList !\n"; - print "END ERROR\n"; - exit (-1); -} - -print <}. +Thorn {\tt IOSDF} requires the capability {\tt SDF} which is provided eg. +by thorn {\tt CactusExternal/SDF}. You will need to include this thorn +in your ThornList. Since {\tt IOSDF} uses parameters from {\tt IOUtil} it also needs this I/O helper thorn be compiled into Cactus and activated at runtime in the -- cgit v1.2.3