comparison src/mingw-hdf5-1.patch @ 3922:5159c01c3c26

hdf5: update to v1.8.14 * src/hdf5.mk: update version, checksum * src/mingw-hdf5-1.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Wed, 29 Apr 2015 06:42:15 -0400
parents 6ac813175f6f
children 98bcc037fad7
comparison
equal deleted inserted replaced
3921:030d655597fa 3922:5159c01c3c26
2026 +/* sigbus_handler called: 5 times */ 2026 +/* sigbus_handler called: 5 times */
2027 +/* sigsegv_handler called: 5 times */ 2027 +/* sigsegv_handler called: 5 times */
2028 diff -rNu a/src/Makefile.am b/src/Makefile.am 2028 diff -rNu a/src/Makefile.am b/src/Makefile.am
2029 --- a/src/Makefile.am 2012-10-11 13:30:56.000000000 -0400 2029 --- a/src/Makefile.am 2012-10-11 13:30:56.000000000 -0400
2030 +++ b/src/Makefile.am 2014-09-01 11:57:11.711319644 -0400 2030 +++ b/src/Makefile.am 2014-09-01 11:57:11.711319644 -0400
2031 @@ -22,18 +22,11 @@ 2031 @@ -22,17 +22,12 @@
2032 include $(top_srcdir)/config/lt_vers.am 2032 include $(top_srcdir)/config/lt_vers.am
2033 2033
2034 2034
2035 -# How to build H5detect for number format detection. 2035 -# How to build H5detect for number format detection.
2036 -# Use -g to force no optimization since many compilers (e.g., Intel) takes 2036 -# Use -g to force no optimization since many compilers (e.g., Intel) takes
2037 -# a long time to compile it with any optimization on. H5detect is used 2037 -# a long time to compile it with any optimization on. H5detect is used
2038 -# to generate H5Tinit.c once. So, optimization is not critical. 2038 -# to generate H5Tinit.c once. So, optimization is not critical.
2039 -noinst_PROGRAMS = H5detect H5make_libsettings 2039 -noinst_PROGRAMS = H5detect H5make_libsettings
2040 -H5detect_CFLAGS = -g $(AM_CFLAGS) 2040
2041 -
2042 # Our main target, the HDF5 library 2041 # Our main target, the HDF5 library
2043 lib_LTLIBRARIES=libhdf5.la 2042 lib_LTLIBRARIES=libhdf5.la
2044 2043
2045 # Add libtool numbers to the HDF5 library (from config/lt_vers.am) 2044 # Add libtool numbers to the HDF5 library (from config/lt_vers.am)
2046 -libhdf5_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS) 2045 -libhdf5_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)