SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libhdf5_hl8-openmpi-1.8.11-3.5.1.i586.rpm :
Wed Dec 4 13:00:00 2013 valerio.marianiAATTgmail.com
- Enable threadsafe and unsupported configure options

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


 
ICM