diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-01-16 16:08:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-01-16 16:08:38 (GMT) |
commit | 629b73701650dd86976a9d561f3e4dcce9795f49 (patch) | |
tree | eca23645f2d98af5c3d2c9c119685b7f47cf0245 /bin/cmakehdf5 | |
parent | 35c2e47c60f4a98a3b5639a739c77f04744b8154 (diff) | |
download | hdf5-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-x | bin/cmakehdf5 | 10 |
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 #========== |