Accepting request 281002 from devel:libraries:c_c++
- Tag baselibs.conf as source. - fix typos in ChangeLog OBS-URL: https://build.opensuse.org/request/show/281002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=21
This commit is contained in:
parent
cfb9770742
commit
2ac96b7b4d
@ -1,18 +1,18 @@
|
|||||||
libhdf5-8
|
libhdf5-9
|
||||||
hdf5-devel
|
hdf5-devel
|
||||||
requires -<targettype>
|
requires -<targettype>
|
||||||
requires "libhdf5-8-<targettype> = <version>"
|
requires "libhdf5-9-<targettype> = <version>"
|
||||||
requires "libhdf5_hl8-<targettype> = <version>"
|
requires "libhdf5_hl9-<targettype> = <version>"
|
||||||
libhdf5-8-openmpi
|
libhdf5-9-openmpi
|
||||||
hdf5-openmpi-devel
|
hdf5-openmpi-devel
|
||||||
requires -openmpi-<targettype>
|
requires -openmpi-<targettype>
|
||||||
requires "libhdf5-8-openmpi-<targettype> = <version>"
|
requires "libhdf5-9-openmpi-<targettype> = <version>"
|
||||||
requires "libhdf5_hl8-openmpi-<targettype> = <version>"
|
requires "libhdf5_hl9-openmpi-<targettype> = <version>"
|
||||||
libhdf5-8-mvapich2
|
libhdf5-9-mvapich2
|
||||||
libhdf5_hl8
|
libhdf5_hl9
|
||||||
libhdf5_hl8-mvapich2
|
libhdf5_hl9-mvapich2
|
||||||
libhdf5_hl8-openmpi
|
libhdf5_hl9-openmpi
|
||||||
hdf5-mvapich2-devel
|
hdf5-mvapich2-devel
|
||||||
requires -openmpi-<targettype>
|
requires -openmpi-<targettype>
|
||||||
requires "libhdf5-8-mvapich2-<targettype> = <version>"
|
requires "libhdf5-9-mvapich2-<targettype> = <version>"
|
||||||
requires "libhdf5_hl8-mvapich2-<targettype> = <version>"
|
requires "libhdf5_hl9-mvapich2-<targettype> = <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef
|
|
||||||
size 9496378
|
|
3
hdf5-1.8.14.tar.bz2
Normal file
3
hdf5-1.8.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab
|
||||||
|
size 9503743
|
20
hdf5.changes
20
hdf5.changes
@ -1,7 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 11:07:12 CET 2015 - pth@suse.de
|
||||||
|
|
||||||
|
- Tag baselibs.conf as source.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 9 12:45:39 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- fix typos in ChangeLog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 10:52:32 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 1.8.14:
|
||||||
|
* bugfix release, see RELEASE.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 23 11:57:36 UTC 2014 - pgajdos@suse.com
|
Mon Jun 23 11:57:36 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
- updated to 1.8.3:
|
- updated to 1.8.13:
|
||||||
- Added an H5free_memory API call. This should be used to free memory
|
- 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
|
that has been allocated by HDF5 API calls. H5Tget_member_name and
|
||||||
H5Pget_class_name are two examples. The main motivation for this call
|
H5Pget_class_name are two examples. The main motivation for this call
|
||||||
@ -39,7 +55,7 @@ Sun Jan 5 03:59:20 UTC 2014 - matz@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 14:27:16 UTC 2013 - pgajdos@suse.com
|
Tue Nov 26 14:27:16 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
- update to 1.8.2:
|
- update to 1.8.12:
|
||||||
- Added a configuration option to change the default plugin path.
|
- Added a configuration option to change the default plugin path.
|
||||||
The configure option is --with-default-plugindir=location.
|
The configure option is --with-default-plugindir=location.
|
||||||
The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
|
The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hdf5
|
# spec file for package hdf5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define hdf5_libver 8
|
%define hdf5_libver 9
|
||||||
%define libname libhdf5
|
%define libname libhdf5
|
||||||
|
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
@ -29,13 +29,14 @@
|
|||||||
%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
|
%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
|
||||||
|
|
||||||
Name: hdf5
|
Name: hdf5
|
||||||
Version: 1.8.13
|
Version: 1.8.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A general purpose library and file format for storing scientific data
|
Summary: A general purpose library and file format for storing scientific data
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: http://www.hdfgroup.org/HDF5/
|
Url: http://www.hdfgroup.org/HDF5/
|
||||||
Source0: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
|
Source0: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Patch0: hdf5-LD_LIBRARY_PATH.patch
|
Patch0: hdf5-LD_LIBRARY_PATH.patch
|
||||||
Patch1: hdf5-non_void_return.patch
|
Patch1: hdf5-non_void_return.patch
|
||||||
# not really needed but we want to get noticed if hdf5 doesn' t know our host
|
# not really needed but we want to get noticed if hdf5 doesn' t know our host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user