summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-01-16 16:08:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-01-16 16:08:38 (GMT)
commit629b73701650dd86976a9d561f3e4dcce9795f49 (patch)
treeeca23645f2d98af5c3d2c9c119685b7f47cf0245 /bin/cmakehdf5
parent35c2e47c60f4a98a3b5639a739c77f04744b8154 (diff)
downloadhdf5-629b73701650dd86976a9d561f3e4dcce9795f49.zip
hdf5-629b73701650dd86976a9d561f3e4dcce9795f49.tar.gz
hdf5-629b73701650dd86976a9d561f3e4dcce9795f49.tar.bz2
[svn-r23167] Removed the working in Jam only statement since it works for all THG unix
platforms except Linew (SunOS).
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf510
1 files changed, 0 insertions, 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
#==========