Ignore:
Timestamp:
Feb 13, 2007, 6:01:05 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/snova/trunk/obuild/setup.csh

    r184 r185  
    172172endif
    173173set obuild_bhep_path=`"${obuild_find_exe}" bhep 'v1r4p2'`
     174if ( "${obuild_find_exe}" == "" ) then
     175  echo "Variable obuild_find_exe not defined."
     176  exit
     177endif
     178set obuild_HDF5_path=`"${obuild_find_exe}" HDF5 'v1r*'`
    174179
    175180# Execute setup of used packages :
    176181source "${obuild_bhep_path}/obuild/setup.csh"
     182
     183source "${obuild_HDF5_path}/obuild/setup.csh"
    177184
    178185# Set environment variables of this package :
Note: See TracChangeset for help on using the changeset viewer.