mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
ece690cdb6
commit
a2f52de36d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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@"
|
||||
|
@ -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@"
|
||||
|
@ -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
|
||||
|
@ -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@"
|
||||
|
@ -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@"
|
||||
|
Loading…
Reference in New Issue
Block a user