Merge remote-tracking branch 'up/main' into main-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
commit
25ab346503
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/mpich-4.1.1.tar.gz
|
/mpich-4.1.1.tar.gz
|
||||||
/mpich-4.1.2.tar.gz
|
/mpich-4.1.2.tar.gz
|
||||||
/mpich-4.2.1.tar.gz
|
/mpich-4.2.1.tar.gz
|
||||||
|
/mpich-4.2.2.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 4.2.1
|
Version: 4.2.2
|
||||||
Release: %autorelease -e 0.riscv64
|
Release: %autorelease -e 0.riscv64
|
||||||
License: mpich2
|
License: mpich2
|
||||||
URL: https://www.mpich.org/
|
URL: https://www.mpich.org/
|
||||||
@ -217,6 +217,9 @@ mkdir -p %{buildroot}%{_libdir}/%{name}/include
|
|||||||
|
|
||||||
find %{buildroot} -type f -name "*.la" -delete
|
find %{buildroot} -type f -name "*.la" -delete
|
||||||
|
|
||||||
|
rm %{buildroot}%{_libdir}/%{name}/bin/parkill
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check VERBOSE=1 \
|
make check VERBOSE=1 \
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
@ -244,7 +247,6 @@ make check VERBOSE=1 \
|
|||||||
%{_libdir}/%{name}/bin/mpiexec*
|
%{_libdir}/%{name}/bin/mpiexec*
|
||||||
%{_libdir}/%{name}/bin/mpirun
|
%{_libdir}/%{name}/bin/mpirun
|
||||||
%{_libdir}/%{name}/bin/mpivars
|
%{_libdir}/%{name}/bin/mpivars
|
||||||
%{_libdir}/%{name}/bin/parkill
|
|
||||||
%dir %{_mandir}/%{name}-%{_arch}
|
%dir %{_mandir}/%{name}-%{_arch}
|
||||||
%doc %{_mandir}/%{name}-%{_arch}/man1/
|
%doc %{_mandir}/%{name}-%{_arch}/man1/
|
||||||
%{_datadir}/modulefiles/mpi/
|
%{_datadir}/modulefiles/mpi/
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mpich-4.2.1.tar.gz) = 822e1c22a3ca927c6a2fb1c74ff68140a91ed19fd533c26c1eb7e6c2737bca4735e41dd77add45ba583fadc389dec029af5b174729aaef7447a21b89d78513c6
|
SHA512 (mpich-4.2.2.tar.gz) = 706b1f008a4da3bc44b9c8191e20031983eed7d82aadeac8cf4b2c7ffbe5c5ec88c047f7a826e3a0a7e076799e03cceec908853eec89f651de50301af619e757
|
||||||
|
Loading…
Reference in New Issue
Block a user