Accepting request 535431 from science:HPC

- Enable the openmpi build since the HPC build for openmpi
  is now available in Factory.

OBS-URL: https://build.opensuse.org/request/show/535431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpiP?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-20 12:47:44 +00:00 committed by Git OBS Bridge
commit 4f0cb56dc7
3 changed files with 21 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<multibuild> <multibuild>
<!-- <package>gnu-openmpi-hpc</package> --> <package>gnu-openmpi-hpc</package>
<package>gnu-mvapich2-hpc</package> <package>gnu-mvapich2-hpc</package>
</multibuild> </multibuild>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 20 07:51:00 UTC 2017 - eich@suse.com
- Enable the openmpi build since the HPC build for openmpi
is now available in Factory.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 13 11:20:18 UTC 2017 - jengelh@inai.de Fri Oct 13 11:20:18 UTC 2017 - jengelh@inai.de

View File

@ -41,21 +41,21 @@ ExclusiveArch: do_not_build
%{?hpc_init:%{hpc_init -c %compiler_family -m %mpi_family %{?c_f_ver:-v %{c_f_ver}} %{?mpi_ver:-V %{mpi_ver}} %{?ext:-e %{ext}}}} %{?hpc_init:%{hpc_init -c %compiler_family -m %mpi_family %{?c_f_ver:-v %{c_f_ver}} %{?mpi_ver:-V %{mpi_ver}} %{?ext:-e %{ext}}}}
Name: %{?hpc_package_name:%{hpc_package_name %_vers}}%{!?hpc_package_name:%pname} Name: %{?hpc_package_name:%{hpc_package_name %_vers}}%{!?hpc_package_name:%pname}
Summary: A profiling library for MPI applications Summary: A profiling library for MPI applications
Version: %vers License: BSD-3-Clause
Release: 0 Group: Development/Tools/Debuggers
License: BSD-3-Clause Version: %vers
Group: Development/Tools/Debuggers Release: 0
URL: http://mpip.sourceforge.net/ Url: http://mpip.sourceforge.net/
Source0: http://sourceforge.net/projects/mpip/files/mpiP/mpiP-3.4.1/mpiP-%{version}.tar.gz Source0: http://sourceforge.net/projects/mpip/files/mpiP/mpiP-3.4.1/mpiP-%{version}.tar.gz
Patch1: mpip.unwinder.patch Patch1: mpip.unwinder.patch
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
BuildRequires: %{mpi_family}%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel BuildRequires: %{mpi_family}%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel
BuildRequires: lua-lmod BuildRequires: lua-lmod
BuildRequires: suse-hpc
BuildRequires: python BuildRequires: python
BuildRequires: suse-hpc
%hpc_requires %hpc_requires
%description %description
@ -70,15 +70,15 @@ file.
%{hpc_master_package -L} %{hpc_master_package -L}
%package devel-static %package devel-static
Summary: Static version of profiling library for MPI applications Summary: Static version of profiling library for MPI applications
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
%description devel-static %description devel-static
mpiP is a profiling library for MPI applications. mpiP is a profiling library for MPI applications.
%package doc %package doc
Summary: Documentation for the mpiP profiling library Summary: Documentation for the mpiP profiling library
Group: Documentation/Other Group: Documentation/Other
%description doc %description doc
mpiP is a profiling library for MPI applications. mpiP is a profiling library for MPI applications.