Compare commits

...

6 Commits

Author SHA1 Message Date
David Abdurachmanov 2f448ce8f4
Merge remote-tracking branch 'up/main' into main-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-03 15:23:31 +02:00
Cristian Le a9297c32c6 Added CMAKE_PREFIX_PATH to the module file
... to unsure that CMake projects find the available MPI enabled
packages, libraries, executables, etc.

The motivation is that CMake projects will search first in the
CMAKE_PREFIX_PATH, both for cmake specific files like <Package>Config.cmake as
well as libraries and header files in general. Adding this variable is crucial
to making sure that the MPI versions take precedence over the serial versions.
2024-02-12 14:47:17 +01:00
Zbigniew Jędrzejewski-Szmek 66f0030ea8 Drop dependency on ftbfs infinipath-psm 2024-01-29 14:43:42 +01:00
Fedora Release Engineering de301eb66b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 08:12:06 +00:00
Fedora Release Engineering b5e91d9014 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 08:45:25 +00:00
Zbigniew Jędrzejewski-Szmek 36b1aa0853 Convert license tag to SPDX 2023-11-21 16:31:23 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -42,3 +42,4 @@ index 3d6b4fa623..b8283274ee 100644
+prepend-path LD_LIBRARY_PATH @libdir@
+prepend-path MANPATH :@mandir@
+prepend-path PKG_CONFIG_PATH @LIBDIR@/lib/pkgconfig
+prepend-path CMAKE_PREFIX_PATH @LIBDIR@

View File

@ -2,7 +2,7 @@ Summary: A high-performance implementation of MPI
Name: mpich
Version: 4.1.2
Release: %autorelease -e 0.riscv64
License: MIT
License: mpich2
URL: https://www.mpich.org/
Source0: https://www.mpich.org/static/downloads/%{version}/%{name}-%{version}.tar.gz
@ -29,7 +29,6 @@ BuildRequires: gcc-gfortran
BuildRequires: hwloc-devel >= 2.0
%if ! (0%{?rhel} >= 10)
%ifarch x86_64
BuildRequires: infinipath-psm-devel
# BuildRequires: json-c-devel
BuildRequires: libpsm2-devel
%endif