Merge pull request #578 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '6f579e48cacc02afa6f3e9108baf2f23a265e1da':
Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
Put back link targets for dynamically loaded libraries in Makefile.ams
that avoid linking with libhdf5 dependencies. Some configurations
failed unnecessarily to find and link with lz and lsz when these targets
were removed.
Merge pull request #577 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit 'f570b269f87537ce2bb419ed3434dcb33e9eae0d':
Update URL for obtaining source inINSTALL file.
Disable building of libdynlib* dynamically loaded plugin test libraries on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
Disable building of libdynlib* dynamically loaded plugin test libraries
on CYGWIN.
Added known problem entry to RELEASE.txt.
Set version for 1.8.19 release.
Barbara updated contents of README.txt file.
Merge pull request #576 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '16e0eb3c5238d358e0db3d6b3d83ac14b5550e92':
Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added
flag '-rpath /nowhere' to stop them being installed while keeping them
from linking with libhdf5, etc.
Incremented version to 1.8.19-pre1 and ran bin/release to create tar
and zip files for testing.
Merge pull request #569 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '53d919ccb2e15df4b34dd38e26eca4174cb74fe1':
Add RELEASE.txt entry for H5Dget_chunk_size.
Merge pull request #566 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_19 to hdf5_1_8_19
* commit '52ebbcb063193e14aaf2ac83bdac517b6a41386a':
Remove test entries
Updated notes for test fixes and added bug fix for h5diff help text.
Merge pull request #568 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '236ba7f8e052e0a6aa526ac7608b9e1d96e6ef84':
Ran bin/reconfigure after so number change.
Update hl lib .so numbers: new function was added. Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051.
Merge pull request #565 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit 'e2177f49411e45026332fd36a4e2ce9d7b24c1b7':
Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1.
Make script name consistent across product versions
Merge pull request #159 in HDFFV/hdf5 from hdf5_1_8_18 to 1.8/master
* commit '6974764348a88590d1901f316f956893dfa223d8': (28 commits)
Version string at top of README.txt and release_docs/RELEASE.txt updated by bin/release.
Update URLs in RELEASE.txt.
Set version and commit release script changes for 1.8.18 release.
Update HDF5 document URLs in RELEASE.txt.
Description: Replaced an incorrect work-around note with info about future feature to fix the problem.
Change defaul...
Merge pull request #640 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '5cc911f3ba2c5d12c3305b348610f9ba80c85db2':
HDFFV-10188 Force non-native type description
HDFFV-10188 merge fix and tests from develop
Merge pull request #631 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8
* commit 'cc5aa808e36748908f6ce0e3a55658b7f4093efe':
generated reconfigure files for configure changes
generated reconfigure files for configure changes
Merge pull request #628 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit 'df099c726400d67b8be071d59108f3fc11a4d23d':
HDFFV-10256 correct len of string copy to the len of esc string Merge from develop
Merge pull request #618 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8
* commit 'c7465bdfb8ebd857dbdd36a6e9e89236241add7e':
changed comments, (HDFFV-10037)
merged NAG changes from develop, (HDFFV-10037)
merged NAG changes from develop, (HDFFV-10037)
Removed extra Fortran flags, (HDFFV-10037)
Rearranged where the substitution occurs.
added chmod 755 for h5fc
libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs...
Merge pull request #615 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '61cbf3b334905c14c2031dac96a54587954142e1':
Parallel needs copy of file in PAR folder
Add comparison file to list
Add comparison file to list
Insure program execution order
Add test for plugin initialize check
HDFFV-10246 Fix vl string compare
Rearranged where the substitution occurs.
libtool does not pass the correct argument linking (-WL,-WL,,) for the
NAG Fortran compiler on Linux (other OSs have not been tested).
Therefore, detect if we are using the NAG Fortran compiler, and replace
the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
libtool does not pass the correct argument linking (-WL,-WL,,) for the
NAG Fortran compiler on Linux (other OSs have not been tested).
Therefore, detect if we are using the NAG Fortran compiler, and replace
the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.