update to 4.1.5 [release 4.1.5-1mamba;Mon Sep 04 2023]
This commit is contained in:
parent
f9d1482d10
commit
7e37edcae3
39
openmpi.spec
39
openmpi.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: openmpi
|
||||
Version: 4.1.1
|
||||
Version: 4.1.5
|
||||
Release: 1mamba
|
||||
Summary: A High Performance Message Passing Library
|
||||
Group: System/Tools
|
||||
@ -22,7 +22,6 @@ BuildRequires: libnl-devel
|
||||
%ifnarch arm aarch64
|
||||
BuildRequires: libquadmath-devel
|
||||
%endif
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: javapackages
|
||||
@ -62,12 +61,15 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%ifarch arm
|
||||
sed -i "s|armv5\*linux|arm*linux|" configure || exit 1
|
||||
%endif
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--datarootdir=%{_datadir}/openmpi \
|
||||
--datadir=%{_datadir}/openmpi
|
||||
@ -204,13 +206,11 @@ sed -i "s|armv5\*linux|arm*linux|" configure || exit 1
|
||||
%{_libdir}/libmpi*.so.*
|
||||
%{_libdir}/libopen*.so.*
|
||||
#%{_libdir}/liboshmem.so.*
|
||||
%{_libdir}/openmpi/mca_*.la
|
||||
#%{_libdir}/libopen-orted-mpir.so
|
||||
%{_libdir}/openmpi/mca_*.so
|
||||
%{_libdir}/openmpi/libompi_*.la
|
||||
%{_libdir}/openmpi/libompi_*.so
|
||||
%dir %{_libdir}/pmix
|
||||
%{_libdir}/pmix/mca_*.so
|
||||
%{_libdir}/pmix/mca_*.la
|
||||
|
||||
%files -n libmpi-devel
|
||||
%defattr(-,root,root)
|
||||
@ -229,40 +229,27 @@ sed -i "s|armv5\*linux|arm*linux|" configure || exit 1
|
||||
#%dir %{_includedir}/mpp
|
||||
#%{_includedir}/mpp/shmem.fh
|
||||
#%{_includedir}/mpp/shmem.h
|
||||
%{_libdir}/libmca*.la
|
||||
%{_libdir}/libmca*.so
|
||||
%{_libdir}/libmpi*.la
|
||||
%{_libdir}/libmpi*.so
|
||||
%{_libdir}/ompi_monitoring_prof.la
|
||||
%{_libdir}/ompi_monitoring_prof.so
|
||||
%{_libdir}/libopen*.la
|
||||
%{_libdir}/libopen*.so
|
||||
%{_libdir}/libopen-pal.so
|
||||
%{_libdir}/libopen-rte.so
|
||||
#%{_libdir}/libopen-trace-format.a
|
||||
#%{_libdir}/liboshmem.la
|
||||
#%{_libdir}/liboshmem.so
|
||||
#%{_libdir}/libvt.a
|
||||
%{_libdir}/libompitrace.la
|
||||
%{_libdir}/libompitrace.so
|
||||
#%{_libdir}/libotfaux.a
|
||||
#%{_libdir}/libotfaux.la
|
||||
#%{_libdir}/libotfaux.so
|
||||
#%{_libdir}/libvt-hyb.a
|
||||
#%{_libdir}/libvt-hyb.la
|
||||
#%{_libdir}/libvt-hyb.so
|
||||
#%{_libdir}/libvt-java.la
|
||||
#%{_libdir}/libvt-java.so
|
||||
#%{_libdir}/libvt-mpi-unify.a
|
||||
#%{_libdir}/libvt-mpi-unify.la
|
||||
#%{_libdir}/libvt-mpi-unify.so
|
||||
#%{_libdir}/libvt-mpi.a
|
||||
#%{_libdir}/libvt-mpi.la
|
||||
#%{_libdir}/libvt-mpi.so
|
||||
#%{_libdir}/libvt-mt.a
|
||||
#%{_libdir}/libvt-mt.la
|
||||
#%{_libdir}/libvt-mt.so
|
||||
#%{_libdir}/libvt-pomp.a
|
||||
#%{_libdir}/libvt-pomp.la
|
||||
#%{_libdir}/libvt.la
|
||||
#%{_libdir}/libvt.so
|
||||
%{_libdir}/pkgconfig/ompi-c.pc
|
||||
%{_libdir}/pkgconfig/ompi-cxx.pc
|
||||
@ -276,6 +263,18 @@ sed -i "s|armv5\*linux|arm*linux|" configure || exit 1
|
||||
#%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Mon Sep 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.5-1mamba
|
||||
- update to 4.1.5
|
||||
|
||||
* Sat May 28 2022 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 25 2021 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user