From 3ad20aca467658b288a6caf6bce6bf181725831a Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 10 Mar 2004 14:25:58 +0000 Subject: Do not check for PUGH, because this is handled by the configuration.ccl file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@107 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/make.configuration.defn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/make.configuration.defn b/src/make.configuration.defn index 1027aa1..4de51ec 100644 --- a/src/make.configuration.defn +++ b/src/make.configuration.defn @@ -5,8 +5,3 @@ ifeq ($(strip $(HDF5_LIBS)),) $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !") endif - -# make sure that IOHDF5Util was configured with PUGH -ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),) - $(error "IOHDF5Util requires PUGH. Please add CactusPUGH/PUGH or remove IOHDF5Util from Thornlist !") -endif -- cgit v1.2.3