Accepting request 213737 from devel:libraries:c_c++

(forwarded request 213736 from matz2)

OBS-URL: https://build.opensuse.org/request/show/213737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-01-16 14:37:39 +00:00
committed by Git OBS Bridge
parent 79fff2e63f
commit 01557377c2
3 changed files with 119 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package hdf5
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,7 @@ Patch2: hdf5-1.8.11-abort_unknown_host_config.patch
Patch4: hdf5-1.8.10-tests-arm.patch
%endif
Patch5: hdf5-configure-long-double.patch
Patch6: hdf5-ldouble-ppc64le.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
%if 0%{?suse_version} > 1140
@@ -288,6 +289,7 @@ test "%{hdf5_libver}" = "${LT_VERS_INTERFACE}" || exit 1
%patch4 -p0 -b .tests-arm
%endif
%patch5 -p1
%patch6 -p1
echo "prepare parallel builds: %_mpi"
for build_dir in build %_mpi; do