[svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The

default prefix in the scripts will use the compile scripts in the installed bin
 directory.
This commit is contained in:
Larry Knox 2011-05-04 11:43:16 -05:00
parent ece690cdb6
commit a2f52de36d
7 changed files with 14 additions and 14 deletions

View File

@ -33,8 +33,8 @@ EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../}"
AR="@AR@"
RANLIB="@RANLIB@"
H5TOOL="h5c++" # The tool name

View File

@ -24,8 +24,8 @@
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
if (echo "Run c examples" && \
(cd c; sh ./run-c-ex.sh) && \
echo "Run c examples"
if ((cd c; sh ./run-c-ex.sh) && \
(if test -d fortran; then
echo "Run fortran examples"
cd fortran; sh ./run-fortran-ex.sh

View File

@ -32,8 +32,8 @@ EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"

View File

@ -33,8 +33,8 @@ EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"

View File

@ -32,8 +32,8 @@
EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../../}"
AR="@AR@"
RANLIB="@RANLIB@"
H5TOOL="h5c++" # The tool name

View File

@ -32,8 +32,8 @@ EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../../}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"

View File

@ -33,8 +33,8 @@ EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
# Note: no '/' after DESTDIR. Explanation in commence.am
prefix="${prefix:-${DESTDIR}@prefix@}"
# default is relative path to installed location of the tools
prefix="${prefix:-../../../../}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"