Ignore:
Timestamp:
Feb 15, 2007, 11:45:43 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/bhep/trunk/obuild/setup.sh

    r131 r249  
    119119fi
    120120unset obuild_platform_result
     121if [ "${obuild_platform_exe}" = "" ] ; then
     122  echo "Variable obuild_platform_exe not defined."
     123  return
     124fi
     125obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     126if [ ${obuild_platform_result} = yes ] ; then
     127HDF5_home="/usr/local/HDF5/1.6.5"
     128fi
     129unset obuild_platform_result
     130if [ "${obuild_platform_exe}" = "" ] ; then
     131  echo "Variable obuild_platform_exe not defined."
     132  return
     133fi
     134obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     135if [ ${obuild_platform_result} = yes ] ; then
     136zlib_home="/usr"
     137fi
     138unset obuild_platform_result
    121139# Set environment variables of this package :
    122140
Note: See TracChangeset for help on using the changeset viewer.