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/sh/broadcast_install

    r184 r185  
    102102  exit
    103103fi
     104if [ "${obuild_find_exe}" = "" ] ; then
     105  echo "Variable obuild_find_exe not defined."
     106  exit
     107fi
     108obuild_HDF5_path=`"${obuild_find_exe}" HDF5 'v1r*'`
     109if [ "${obuild_HDF5_path}" = "" ] ; then
     110  echo "Can't find HDF5 package."
     111  exit
     112fi
    104113
    105114# install setup scripts of used packages :
     
    111120./sh/broadcast_install ${obuild_args}
    112121
     122if [ ! -e "${obuild_HDF5_path}/obuild/sh/broadcast_install" ] ; then
     123  echo "broadcast_install script not found for package HDF5."
     124  exit
     125fi
     126cd "${obuild_HDF5_path}/obuild"
     127./sh/broadcast_install ${obuild_args}
     128
Note: See TracChangeset for help on using the changeset viewer.