SHA256
1
0
forked from pool/mvapich2

- Disable 32b builds of hpc flavours.

- Remove obsolete dependency to sysfsutils

OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=101
This commit is contained in:
Nicolas Morey 2024-06-25 14:27:33 +00:00 committed by Git OBS Bridge
parent c893a4763e
commit 39f8d62e74
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 25 13:22:53 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Disable 32b builds of hpc flavours.
- Remove obsolete dependency to sysfsutils
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 22 11:49:03 UTC 2024 - pgajdos@suse.com Thu Feb 22 11:49:03 UTC 2024 - pgajdos@suse.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package mvapich2 # spec file
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -186,6 +186,7 @@ ExclusiveArch: do_not_build
%global hpc_mvapich2_pack_version %{hpc_mvapich2_dep_version} %global hpc_mvapich2_pack_version %{hpc_mvapich2_dep_version}
%{bcond_without pmix} %{bcond_without pmix}
%{bcond_without hwloc} %{bcond_without hwloc}
ExcludeArch: i586 %arm s390
%endif %endif
# Disable hpc builds for SLE12 # Disable hpc builds for SLE12
@ -239,7 +240,6 @@ BuildRequires: libnuma-devel
%endif %endif
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: sysfsutils
%if %{without hpc} %if %{without hpc}
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gcc-fortran BuildRequires: gcc-fortran