Update to v4.1 #1

Merged
NMorey merged 1 commits from NMorey/mvapich4:main into main 2025-10-28 12:46:01 +01:00
5 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
<multibuild>
<package>ofi</package>
<package>ofi-testsuite</package>
<package>ucx</package>
<package>ucx-testsuite</package>
</multibuild>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c532f7bdd5cca71f78c12e0885c492f6e276e283711806c84d0b0f80bb3e3b74
size 36813611

BIN
mvapich-4.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -7,4 +7,4 @@ Fri Aug 1 11:34:18 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
-------------------------------------------------------------------
Fri Jul 11 13:39:24 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Initial version 4.0
- Initial version 4.1

View File

@@ -65,7 +65,7 @@ Name: %{package_name}
Summary: OSU MVAPICH4 MPI package
License: BSD-3-Clause
Group: Development/Libraries/Parallel
Version: 4.0
Version: 4.1
Release: 0
Source0: http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich-%{version}%{?rc_ver}.tar.gz
Source1: mpivars.sh
@@ -171,8 +171,8 @@ cp /usr/share/automake*/config.* .
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
# GCC10 needs an extra flag to allow badly passed parameters
%if 0%{?suse_version} > 1500
export FFLAGS="-fallow-argument-mismatch $FFLAGS"
%if 0%{?gcc_version} >= 10
export FFLAGS="$FFLAGS -fallow-argument-mismatch $FFLAGS"
%endif
./autogen.sh --without-ucx --without-ofi --without-json