Changelog for
libhdf5-10-1.8.20-1.5.x86_64.rpm :
Wed Apr 11 14:00:00 2018 adrianAATTsuse.de
- update to version 1.8.20
https://support.hdfgroup.org/HDF5/doc1.8/
Wed Feb 7 13:00:00 2018 adrianAATTsuse.de
- branch 1.8 version as hdf5-1_8 package to allow parallel build
- needed for med-tools (and therefore for FreeCAD), because 1.10
has incompatible data exchange format
Mon May 23 14:00:00 2016 toddrme2178AATTgmail.com
- update to 1.8.17, changes documented here:
https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17-RELEASE.txt
Fri Apr 15 14:00:00 2016 normandAATTlinux.vnet.ibm.com
- add hdf5-mpi.patch same as fedora commit id
78ddcff82b10fd80eafb7b2dc5e4ce2bb9ecbe3c
should avoid transient hung of t_pflush1 test
Fri Mar 18 13:00:00 2016 toddrme2178AATTgmail.com
- Split libraries into C, C++, and Fortran versions to comply with
openSUSE library packaging policies.
Fixes BNC#971602
- Make Fortran builds required.
- Manually set so numbers. The autodetected ones weren\'t matching
the real ones.
Mon Mar 7 13:00:00 2016 olafAATTaepfle.de
- Remove timestamps from binaries
hdf5-buildcompare.patch
Thu Jan 28 13:00:00 2016 sweet_f_aAATTgmx.de
- update to 1.8.16, changes documented here:
https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.16/src/hdf5-1.8.16-RELEASE.txt
- rebase hdf5-ldouble-ppc64le.patch
- remove hdf5-cpp-compilation-errors.patch
- prepare independent so versions and add TODO
Fri Aug 21 14:00:00 2015 toddrme2178AATTgmail.com
- Currently the regular, openmpi, and mpivachi2 versions of the
library packages all provide the exact same libraries. So any
package built against the -devel package will end up with an
\"unresolvable\" build error because there are multiple versions
of the library it can use. To avoid this, I have added generic
provides for the library package so packages can depend on the
version they really need, avoiding these build issues.
Thu Aug 13 14:00:00 2015 badshah400AATTgmail.com
- Add hdf5-cpp-compilation-errors.patch: Reverts a change from
v1.8.15 to H5api_adpt.h that caused compilation errors for C++
HDF5 applications; patch taken from upstream svn.
Mon Jul 27 14:00:00 2015 toddrme2178AATTgmail.com
- Update subpackage groups
- Make subpackage summaries and descriptions more consistent
- Provide rpm macros for version identification
- Spec file cleanups
Mon Jul 27 14:00:00 2015 toddrme2178AATTgmail.com
- Use explicit library requirements to avoid ambiguities.
Without this, packages that depend on hdf5 won\'t know which
library to use.
Thu Jul 23 14:00:00 2015 toddrme2178AATTgmail.com
- Fix baselibs.conf
Wed Jul 22 14:00:00 2015 toddrme2178AATTgmail.com
- update to 1.8.15
* New Features
+ Library
- Added Memory Allocation Functions that Use the Library\'s Allocator
- H5Pset_istore_k and H5Pset_sym_k added validation of \"ik\" to not
exceed the max v1 btree entries (2 bytes) to these two routines.
- Added Functions to Control the Value of H5PL_no_plugin_g without
Using an Environment Variable
+ Parallel Library
- Attached an attribute destroy callback to MPI_COMM_SELF that
shuts down the HDF5 library when MPI_COMM_SELF is destroyed,
in other words, on MPI_Finalize. This should fix several issues
that users see when they forget to close HDF5 objects before
+ Fortran API
- Added Global Variables. These new global variables are equivalent to
the C definitions without the \'_F\':
o H5G_UDLINK_F
o H5G_SAME_LOC_F
o H5O_TYPE_UNKNOWN_F
o H5O_TYPE_GROUP_F
o H5O_TYPE_DATASET_F
o H5O_NAMED_DATATYPE_F
o H5O_TYPE_NTYPES_F
+ C++ API
- New Wrappers for C Functions H5P[s/g]et_libver_bounds
- New Wrappers to Get the Object Header\'s Version
- New DataType Constructor
+ Support for New Platforms, Languages, and Compilers
- Support for Linux 3.10.0-123.20.1.el7 added (LK - 2015/04/01)
* Bug Fixes since HDF5-1.8.14
+ Library
- Addition of Error Tracing Functionality to Several C API Calls
- H5Rdereference Now Checks for HADDR_UNDEF or Uninitialized References
- Fixed Bugs in H5Sextent_copy
+ Parallel Library
- Fixed a Potential Memory Error
- Parallel Test Problem Fixed
- MPE Support
+ Tools
- h5repack crashed on enumerated 8-bit type.
- h52gif crashed non-8bit images.
- perform/benchpar.c retired.
- Source perform/ directory moved to tools/perform.
+ Fortran API
- Fortran Fails with --enable-fortran2003 and Intel 15.x Compilers
- h5tenum_insert_f Does Not Work with Default 8 Byte Integers
(xlf compiler)
- Some Fortran APIs Never Returned the Error State
- Fixed h5pget_class_f
+ C++ API
- Combined Two H5File::getObjCount Overloaded Methods
The following two methods
o ssize_t getObjCount(unsigned types) const;
o ssize_t getObjCount() const;
were combined into one:
o ssize_t getObjCount(unsigned types = H5F_OBJ_ALL) const;
- Many Warnings Were Removed
- Functionality Deprecation
The following two constructors of classes AbstractDs, IdComponent,
H5Location, and H5Object are no longer appropriate after the data member
\"id\" had been moved from IdComponent to the sub-classes in previous
releases.
o
(const hid_t h5_id);
o (const & original);
The copy constructors were no-op and removed in 1.8.15. The other
constructors will be removed from 1.10 release, and then from 1.8.17
if their removal does not cause any problems.
+ High-Level APIs:
- Suppress Warnings from Flex/Bison-generated Code
- Changed hdf5_hl.h to Include the HDF5 Main Library \"hdf5.h\"
- H5PTcreate_fl Does Not Convert to Memory Datatype
- Fix for H5LT Attribute Functions
+ Fortran High-Level APIs:
- Internal Library Fix for Missing Argument Declaration
- Build in thread-safe mode to allow parallel reads
* These are only unsupported to avoid confusing casual users.
The fotran and C++ libraries don\'t support thread-safe mode,
while the C library does. So you have to explicitly allow
building the thread-safe C library and the non-thread-safe C++
and fortran libraries in order to make sure only people who
have done their research do so. Since users are going to be
accessing this through other programs, this doesn\'t matter.
- Build fortran 2003 libraries
- Rebase hdf5-non_void_return.patch
- Remove irrelevant hdf5-configure-long-double.patch
Mon May 11 14:00:00 2015 dmuellerAATTsuse.com
- update hdf5-non_void_return.patch for GCC 5.x
Tue Jan 13 13:00:00 2015 pthAATTsuse.de
- Tag baselibs.conf as source.
Fri Jan 9 13:00:00 2015 sweet_f_aAATTgmx.de
- fix typos in ChangeLog
Wed Nov 19 13:00:00 2014 pgajdosAATTsuse.com
- updated to 1.8.14:
* bugfix release, see RELEASE.txt
Mon Jun 23 14:00:00 2014 pgajdosAATTsuse.com
- updated to 1.8.13:
- Added an H5free_memory API call. This should be used to free memory
that has been allocated by HDF5 API calls. H5Tget_member_name and
H5Pget_class_name are two examples. The main motivation for this call
is Windows, where it is common for application code and the HDF5 Library
to be using different C run-time libraries (CRT). Using the new call
ensures that the same CRT handles both the allocation and free. This
new function can also be useful in any case where the library uses a
different memory manager than the application, such as when a debug
memory manager is in use or when the HDF5 Library is wrapped for use
in a managed language like Python or Java. Fixes HDFFV-7710, 8519,
and 8851. (DER - 2014/04/11)
- The Core VFD (aka Memory VFD) can now be configured to track dirty
regions in the file and only write out the changed regions on
flush/close. Additionally, a \"page aggregation\" size can be set that
will aggregate small writes into larger writes. For example, setting
a 1 MiB page aggregation size will logically partition the the
in-memory file into 1 MiB pages that will be written out in their
entirety if even a single byte is dirtied. The feature is controlled
via the new H5Pset/get_core_write_tracking() API call. A new
\"core_paged\" target has been added to the check-vfd target in
test/Makefile.am that exercises the feature over all HDF5 VFD-aware
tests. (DER - 2014/04/12)
- see http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.13-RELEASE.txt
for more
- modified patches:
* hdf5-LD_LIBRARY_PATH.patch
Sun Jan 5 13:00:00 2014 matzAATTsuse.de
- Detect IBM long double specialness on ppc64le and don\'t segfault
int the testsuite when checking that type.
Added patches:
* hdf5-ldouble-ppc64le.patch
Tue Nov 26 13:00:00 2013 pgajdosAATTsuse.com
- update to 1.8.12:
- Added a configuration option to change the default plugin path.
The configure option is --with-default-plugindir=location.
The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
HDFFV-8513. (ADB 2013/09/04)
- Renamed FFLAGS to FCFLAGS in configure. (ADB 2013/08/13)
- CMake can now package a compressed examples file, the default for
Windows binaries from HDF Group. (ADB - 2013/07/22)
- h5repack: Added the ability to use plugin filters to read and write
files. The option uses the filter number. HDFFV-8345
(ADB - 2013/09/04).
- h5dump: Added the option -N --any_path, which searches the file for
paths that match the search path. HDFFV-7989 (ADB - 2013/08/12).
- h5dump: Added the optional arg 0 to -A, which excludes attributes
from display. HDFFV-8134 (ADB - 2013/08/01).
- Added tutorial examples to C++/examples. They can be installed by
\"make install-examples\" and, in the installed directory, they can be
executed by running the script file run-c++-ex.sh. (BMR - 2013/09/28)
- A new class, H5::H5Location, is added to represent the location concept
in the C library. It is a base class to H5::H5File and H5::H5Ojbect,
whose member functions are moved into H5::H5Location. H5::H5File can
now inherent those functions. As a result, an H5::H5File object can have
an attribute. (BMR - 2013/09/27)
- Added wrappers for H5Rget_obj_type2 to retrieve the type of the object
that an object reference points to. (BMR - 2013/09/27)
H5O_type_t H5Location::getRefObjType(void
*ref, H5R_type_t ref_type)
- Added wrappers for H5Aexist to check whether an attribute exists given
a name. (BMR - 2013/09/27)
bool H5::H5Location::attrExists(const char
* name)
bool H5::H5Location::attrExists(const H5std_string& name)
- Added a number of overloaded functions for convenience. (BMR - 2013/09/27)
- bugfixes
- see http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
for more
Tue Sep 24 14:00:00 2013 schwabAATTsuse.de
- hdf5-configure-long-double.patch: fix configure check for unsigned long
long to long double conversion to not fail spuriously for 128bit long
double
- Increase testsuite timeout for qemu user space build
Fri Sep 13 14:00:00 2013 pgajdosAATTsuse.com
- build with -O0 also for gcc 4.8
Fri Jun 14 14:00:00 2013 sweet_f_aAATTgmx.de
- increase hdf5_libver to 8
Wed Jun 12 14:00:00 2013 sweet_f_aAATTgmx.de
- use host config \"linux-gnu\" for arm (linux-gnueabi) to get useful
H5_CFLAGS too
- add hdf5-1.8.11-abort_unknown_host_config.patch, to get noticed
if hdf5 doesn\' t know our host
- minimize hdf5-non_void_return.patch, false positives doesn\'t make
problems anymore since now we have always -Wmissing-noreturn
- make verbose
- gcc 4.6.x needs -O0 on some systems
Tue Jun 11 14:00:00 2013 sweet_f_aAATTgmx.de
- Update to 1.8.11, changes documented here:
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
- remove hdf5-fix_printf.patch, fixed by upstream
- use default CFLAGS (-O2) again if possible
Fri Apr 12 14:00:00 2013 sweet_f_aAATTgmx.de
- Update to 1.8.10-patch1:
* official important bug fixes for 1.8.10
* see RELEASE.txt \"Bug Fixes since HDF5-1.8.10\"
Sun Nov 18 13:00:00 2012 sweet_f_aAATTgmx.de
- Update to 1.8.10, changes documented here:
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
- remove hdf5-ph5diff.patch (fixed by upstream)
- add hdf5-fix_printf.patch
Fri Nov 16 13:00:00 2012 sweet_f_aAATTgmx.de
- cosmetics, enable parallel build for suse only
- fix build for old findutils
Mon Nov 5 13:00:00 2012 cooloAATTsuse.com
- fixing baselibs.conf
Wed Sep 26 14:00:00 2012 sweet_f_aAATTgmx.de
- make sure to install the examples from non-parallel build
Mon Sep 24 14:00:00 2012 sweet_f_aAATTgmx.de
- don\'t use deprecated macro makeinstall
- enable test suite for parallel builds
- always build out of tree instead of copying sources
Fri Sep 7 14:00:00 2012 scorotAATTfree.fr
- parallel versions for openmpi and mvapich2
- add baselibs.conf
Wed Jun 20 14:00:00 2012 sweet_f_aAATTgmx.de
- minor rpm portability build fixes
- remove unused source file h5comp
- enable all tests on ppc again (remove hdf5-1.8.8-tstlite.patch)
- build fixes for arm
* avoid some false positives \"no-return-in-nonvoid-function\"
* disable some tests on arm only (hdf5-1.8.9-tests-arm.patch)
Mon May 28 14:00:00 2012 ocefpafAATTgmail.com
- Update to 1.8.9
* Changes documented here:
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Mon Mar 12 13:00:00 2012 sweet_f_aAATTgmx.de
- install libhdf5.settings (bnc#751747)
- move executables h5cc and h5c++ to the devel package
Sun Feb 19 13:00:00 2012 ocefpafAATTgmail.com
- Removed \"Fixup headers and scripts for multiarch\".
Wed Nov 30 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
- Accurate rpmgroup selection for shared library packages
Tue Nov 29 13:00:00 2011 ocefpafAATTgmail.com
- un-commented --with-pthread and --with-ssl.
Mon Nov 28 13:00:00 2011 ocefpafAATTgmail.com
- Update to 1.8.8
* Add patch to avoid setting LD_LIBRARY_PATH
* Add patch hdf5-non_void_return.patch
* Fixed non_void_return (thanks to Boris Manojlovic).
* Drop tstlite patch
* drop ppc64 longdouble patch, not required anymore
* Catch up with some Fedora modifications
- Add rpm macro %%{_hdf5_version} for convenience
* No Fortran modules for opensuse < 11.4 (Do not pass make check)
New Features
============
Configuration
- ------------
- Added the --enable-fortran2003 flag to enable Fortran2003 support
in the HDF5 Fortran library. The flag should be used along with the
- -enable-fortran flag and takes affect only when the Fortran compiler
is Fortran2003 compliant. (EIP - 2011/11/14)
- Added checks for clock_gettime and mach/mach_time.h to both configure and
CMake. This will support the move from gettimeofday to clock_gettime\'s
monotonic timer in the profiling code in a future release.
(DER - 2011/10/12)
Library
- ------
- The Windows VFD code has been removed with the exception of the functions
which set it (H5Pset_fapl_windows, for example). Setting the Windows
VFD now really sets the SEC2 VFD. The WINDOWS_MAX_BUF and
WINDOWS_USE_STDIO configuration options and #defines have also been
removed. NOTE: Since the Windows VFD was a clone of the SEC2 VFD, this
change should be transparent to users.
(DER - 2011/10/12 - HDFFV-7740, HDFFV-7744)
- H5Tcreate now supports the string type (fixed-length and variable-
length). (SLU - 2011/05/20)
Parallel Library
- ---------------
- Added new H5Pget_mpio_actual_chunk_opt_mode and
H5Pget_mpio_actual_io_mode API routines for querying whether/how
a collective I/O operation completed. (QAK - 2011/10/12)
Tools
- ----
- None
High-Level APIs
- --------------
- Added the following Fortran wrappers for the Dimension Scale APIs:
h5dsset_scale_f
h5dsattach_scale_f
h5dsdetach_scale_f
h5dsis_attached_f
h5dsis_scale_f
h5dsset_label_f
h5dsget_label_f
h5dsget_scale_name_f
h5dsget_num_scales_f
(EIP for SB - 2011/10/13 - HDFFV-3797)
Fortran API
- ----------
- The HDF5 Fortran library was enhanced to support the Fortran 2003 standard.
The following features are available when the HDF5 library is configured
using the --enable-fortran and --enable-fortran2003 configure flags AND
if the Fortran compiler is Fortran 2003 compliant:
- Subroutines overloaded with the C_PTR derived type:
h5pget_f
h5pget_fill_value_f
h5pinsert_f
h5pregister_f
h5pset_f
h5pset_fill_value_f
h5rcreate_f
h5rderefrence_f
h5rget_name_f
h5rget_obj_type_f
- Subroutines overloaded with the C_PTR derived type
and simplified signatures:
h5aread_f
h5awrite_f
h5dread_f
h5dwrite_f
- New subroutines
h5dvlen_reclaim_f
h5literate_by_name_f
h5literate_f
h5ovisit_f
h5tconvert_f
h5pset_nbit_f
h5pset_scaleoffset_f
- Subroutines with additional optional parameters:
h5pcreate_class_f
(EIP - 2011/10/14)
C++ API
- ------
- None
Thu Jun 2 14:00:00 2011 ocefpafAATTyahoo.com.br
- uncomment make check
Tue May 24 14:00:00 2011 pgajdosAATTnovell.com
- updated to 1.8.7
Fri Apr 29 14:00:00 2011 pthAATTsuse.de
- undrop package.
- Do type-punning using unions to be able to compile without
- fno-strict-aliasing.
- Don\'t use macros in patch names.
- Use _cv_ in variables to be cached by configure.
Thu May 7 14:00:00 2009 pgajdosAATTsuse.cz
- fixed build with new gcc, see [bnc#501751]
Mon Mar 2 13:00:00 2009 crrodriguezAATTsuse.de
- save 9MB removing static libraries