From 629b73701650dd86976a9d561f3e4dcce9795f49 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 16 Jan 2013 11:08:38 -0500 Subject: [svn-r23167] Removed the working in Jam only statement since it works for all THG unix platforms except Linew (SunOS). --- bin/cmakehdf5 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bin/cmakehdf5 b/bin/cmakehdf5 index 622788f..4627828 100755 --- a/bin/cmakehdf5 +++ b/bin/cmakehdf5 @@ -25,16 +25,6 @@ trap "rm -f $cminfile $cfgfile" 0 # First generate the two needed input files, the $cimnfile and $cfgfile. # Then use ctest to use the two input files. -# This works only in Jam for now. -# Exit if not running in Jam. -if [ `hostname` != jam ]; then - echo This is known to work in Jam for now. - echo It may fail in other machines. - echo Support for more platforms is coming. - echo -fi - - #========== # create the configure file #========== -- cgit v0.12