diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-05-23 22:02:08 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-05-23 22:02:08 (GMT) |
commit | 77099ba3bca48c2b7fcfe85aae62ec13b94a66eb (patch) | |
tree | e58b22e2c75171d591cd845faec085afefb3f526 /hl | |
parent | 509316b5fe467ab1e64ec9cd7a3ee75159f91e3a (diff) | |
download | hdf5-hdf5-1_10_0-patch1.zip hdf5-hdf5-1_10_0-patch1.tar.gz hdf5-hdf5-1_10_0-patch1.tar.bz2 |
[svn-r29954] */run*-ex.sh.in:hdf5-1_10_0-patch1
Scripts to compile and run installed needed relative paths to the installed bin directory instead of the ablsolute path from $prefix (on the build machines).
Committing changes to version strings generated by running bin/release for HDF5 1.10.0-patch1.
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/examples/run-hlc++-ex.sh.in | 2 | ||||
-rw-r--r-- | hl/c++/src/Makefile.in | 6 | ||||
-rw-r--r-- | hl/examples/run-hlc-ex.sh.in | 2 | ||||
-rw-r--r-- | hl/fortran/examples/run-hlfortran-ex.sh.in | 2 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 6 | ||||
-rw-r--r-- | hl/src/Makefile.in | 6 |
6 files changed, 12 insertions, 12 deletions
diff --git a/hl/c++/examples/run-hlc++-ex.sh.in b/hl/c++/examples/run-hlc++-ex.sh.in index 5aa1032..c3f9ce3 100644 --- a/hl/c++/examples/run-hlc++-ex.sh.in +++ b/hl/c++/examples/run-hlc++-ex.sh.in @@ -33,7 +33,7 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 # Where the tool is installed. # default is relative path to installed location of the tools -prefix="${prefix:-@prefix@}" +prefix="${prefix:-../../../..}" AR="@AR@" RANLIB="@RANLIB@" H5TOOL="h5c++" # The tool name diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 90694e2..e5d733a 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -736,13 +736,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 100 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 LT_CXX_VERS_INTERFACE = 100 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 100 -LT_F_VERS_REVISION = 0 +LT_F_VERS_REVISION = 1 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 100 LT_HL_VERS_REVISION = 0 @@ -757,7 +757,7 @@ LT_JAVA_VERS_INTERFACE = 100 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 100 -LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_REVISION = 1 LT_TOOLS_VERS_AGE = 0 # This is our main target diff --git a/hl/examples/run-hlc-ex.sh.in b/hl/examples/run-hlc-ex.sh.in index d897a02..1848273 100644 --- a/hl/examples/run-hlc-ex.sh.in +++ b/hl/examples/run-hlc-ex.sh.in @@ -33,7 +33,7 @@ EXIT_FAILURE=1 # Where the tool is installed. # default is relative path to installed location of the tools -prefix="${prefix:-@prefix@}" +prefix="${prefix:-../../../..}" PARALLEL=@PARALLEL@ # Am I in parallel mode? AR="@AR@" RANLIB="@RANLIB@" diff --git a/hl/fortran/examples/run-hlfortran-ex.sh.in b/hl/fortran/examples/run-hlfortran-ex.sh.in index 12f9fec..d17b10b 100644 --- a/hl/fortran/examples/run-hlfortran-ex.sh.in +++ b/hl/fortran/examples/run-hlfortran-ex.sh.in @@ -34,7 +34,7 @@ EXIT_FAILURE=1 # Where the tool is installed. # default is relative path to installed location of the tools -prefix="${prefix:-@prefix@}" +prefix="${prefix:-../../../..}" PARALLEL=@PARALLEL@ # Am I in parallel mode? AR="@AR@" RANLIB="@RANLIB@" diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index f1f9555..6294ae8 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -764,13 +764,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 100 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 LT_CXX_VERS_INTERFACE = 100 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 100 -LT_F_VERS_REVISION = 0 +LT_F_VERS_REVISION = 1 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 100 LT_HL_VERS_REVISION = 0 @@ -785,7 +785,7 @@ LT_JAVA_VERS_INTERFACE = 100 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 100 -LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_REVISION = 1 LT_TOOLS_VERS_AGE = 0 # Our main target, the high-level fortran library diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index c5d4642..0907d3f 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -735,13 +735,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 100 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 LT_CXX_VERS_INTERFACE = 100 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 100 -LT_F_VERS_REVISION = 0 +LT_F_VERS_REVISION = 1 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 100 LT_HL_VERS_REVISION = 0 @@ -756,7 +756,7 @@ LT_JAVA_VERS_INTERFACE = 100 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 100 -LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_REVISION = 1 LT_TOOLS_VERS_AGE = 0 # This library is our main target. |