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
|
EXIT_FAILURE=1
|
||||||
|
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../}"
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
H5TOOL="h5c++" # The tool name
|
H5TOOL="h5c++" # The tool name
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
# #
|
# #
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
|
||||||
if (echo "Run c examples" && \
|
echo "Run c examples"
|
||||||
(cd c; sh ./run-c-ex.sh) && \
|
if ((cd c; sh ./run-c-ex.sh) && \
|
||||||
(if test -d fortran; then
|
(if test -d fortran; then
|
||||||
echo "Run fortran examples"
|
echo "Run fortran examples"
|
||||||
cd fortran; sh ./run-fortran-ex.sh
|
cd fortran; sh ./run-fortran-ex.sh
|
||||||
|
@ -32,8 +32,8 @@ EXIT_SUCCESS=0
|
|||||||
EXIT_FAILURE=1
|
EXIT_FAILURE=1
|
||||||
|
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../}"
|
||||||
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
|
@ -33,8 +33,8 @@ EXIT_SUCCESS=0
|
|||||||
EXIT_FAILURE=1
|
EXIT_FAILURE=1
|
||||||
|
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../}"
|
||||||
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
EXIT_SUCCESS=0
|
EXIT_SUCCESS=0
|
||||||
EXIT_FAILURE=1
|
EXIT_FAILURE=1
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../../}"
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
H5TOOL="h5c++" # The tool name
|
H5TOOL="h5c++" # The tool name
|
||||||
|
@ -32,8 +32,8 @@ EXIT_SUCCESS=0
|
|||||||
EXIT_FAILURE=1
|
EXIT_FAILURE=1
|
||||||
|
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../../}"
|
||||||
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
|
@ -33,8 +33,8 @@ EXIT_SUCCESS=0
|
|||||||
EXIT_FAILURE=1
|
EXIT_FAILURE=1
|
||||||
|
|
||||||
# Where the tool is installed.
|
# Where the tool is installed.
|
||||||
# Note: no '/' after DESTDIR. Explanation in commence.am
|
# default is relative path to installed location of the tools
|
||||||
prefix="${prefix:-${DESTDIR}@prefix@}"
|
prefix="${prefix:-../../../../}"
|
||||||
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
PARALLEL=@PARALLEL@ # Am I in parallel mode?
|
||||||
AR="@AR@"
|
AR="@AR@"
|
||||||
RANLIB="@RANLIB@"
|
RANLIB="@RANLIB@"
|
||||||
|
Loading…
Reference in New Issue
Block a user