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.csh

    r131 r249  
    132132endif
    133133unset obuild_platform_result
     134if ( "${obuild_platform_exe}" == "" ) then
     135  echo "Variable obuild_platform_exe not defined."
     136  exit
     137endif
     138set obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} UNIX`
     139if ( ${obuild_platform_result} == yes ) then
     140set HDF5_home="/usr/local/HDF5/1.6.5"
     141endif
     142unset obuild_platform_result
     143if ( "${obuild_platform_exe}" == "" ) then
     144  echo "Variable obuild_platform_exe not defined."
     145  exit
     146endif
     147set obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} UNIX`
     148if ( ${obuild_platform_result} == yes ) then
     149set zlib_home="/usr"
     150endif
     151unset obuild_platform_result
    134152# Set environment variables of this package :
    135153
Note: See TracChangeset for help on using the changeset viewer.