aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index b44abf3..b1d145c 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -3,11 +3,10 @@
# add the recombiner and the IEEEIO converter to the Cactus utitlity tools
ALL_UTILS += hdf5_recombiner hdf5_merge hdf5_extract hdf5_double_to_single
-ifeq ($(findstring CactusExternal/FlexIO,$(THORNS)),CactusExternal/FlexIO)
-ALL_UTILS += hdf5_convert_from_ieeeio
-FLEXIO_INC_DIRS = $(CCTK_HOME)$(DIRSEP)arrangements/CactusExternal/FlexIO/src
+ifneq ($(strip $(HAVE_FLEXIO)), )
+ ALL_UTILS += hdf5_convert_from_ieeeio
endif
-ifeq ($(findstring CactusIO/IOSDF,$(THORNS)),CactusIO/IOSDF)
-ALL_UTILS += hdf5_convert_from_sdf
+ifneq ($(strip $(HAVE_SDF)), )
+ ALL_UTILS += hdf5_convert_from_sdf
endif