automatic version update by autodist [release 3.1.1-1mamba;Mon Aug 20 2018]

This commit is contained in:
Automatic Build System 2024-01-06 08:14:39 +01:00
parent 7d68b5bb78
commit e0b629e3d6

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: openmpi Name: openmpi
Version: 1.8.8 Version: 3.1.1
Release: 1mamba Release: 1mamba
Summary: A High Performance Message Passing Library Summary: A High Performance Message Passing Library
Group: System/Tools Group: System/Tools
@ -80,116 +80,105 @@ sed -i "s|armv5\*linux|arm*linux|" configure || exit 1
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
# not installed as of 1.4.3 but symlink otfdecompress pointing to it it is ## not installed as of 1.4.3 but symlink otfdecompress pointing to it it is
install -D -m0755 ./ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress %{buildroot}%{_bindir}/otfcompress #install -D -m0755 ./ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress %{buildroot}%{_bindir}/otfcompress
# %{_bindir}/otfinfo: conflicts with texlive # %{_bindir}/otfinfo: conflicts with texlive
mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi #mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/aggregate_profile.pl
%{_bindir}/profile2mat.pl
%{_bindir}/mpiexec %{_bindir}/mpiexec
%{_bindir}/mpirun %{_bindir}/mpirun
%{_bindir}/ompi-clean
%{_bindir}/ompi-ps
%{_bindir}/ompi-server
%{_bindir}/ompi-top
%{_bindir}/ompi_info %{_bindir}/ompi_info
%{_bindir}/opari %{_bindir}/ompi-*
#%{_bindir}/opari
%{_bindir}/orte-clean %{_bindir}/orte-clean
%{_bindir}/orte-dvm
%{_bindir}/orte-info %{_bindir}/orte-info
%{_bindir}/orte-ps %{_bindir}/orte-ps
%{_bindir}/orte-server %{_bindir}/orte-server
#%{_bindir}/orte-submit
%{_bindir}/orte-top %{_bindir}/orte-top
%{_bindir}/orted %{_bindir}/orted
%{_bindir}/orterun %{_bindir}/orterun
%{_bindir}/oshmem_info %{_bindir}/oshmem_info
%{_bindir}/oshrun %{_bindir}/oshrun
%{_bindir}/otfaux #%{_bindir}/otfaux
%{_bindir}/otfcompress #%{_bindir}/otfcompress
%{_bindir}/otfconfig #%{_bindir}/otfconfig
%{_bindir}/otfdecompress #%{_bindir}/otfdecompress
%{_bindir}/otfinfompi #%{_bindir}/otfinfompi
%{_bindir}/otfmerge #%{_bindir}/otfmerge
%{_bindir}/otfmerge-mpi #%{_bindir}/otfmerge-mpi
%{_bindir}/otfprint #%{_bindir}/otfprint
%{_bindir}/otfprofile #%{_bindir}/otfprofile
%{_bindir}/otfprofile-mpi #%{_bindir}/otfprofile-mpi
%{_bindir}/otfshrink #%{_bindir}/otfshrink
%{_bindir}/prun
%{_bindir}/shmemrun %{_bindir}/shmemrun
%{_mandir}/man1/mpiexec.1* %{_mandir}/man1/mpiexec.1*
%{_mandir}/man1/mpirun.1* %{_mandir}/man1/mpirun.1*
%{_mandir}/man1/ompi-clean.1* %{_mandir}/man1/ompi-*.1*
%{_mandir}/man1/ompi_info.1* %{_mandir}/man1/ompi_info.1*
%{_mandir}/man1/ompi-ps.1* %{_mandir}/man1/opal_wrapper.1*
%{_mandir}/man1/ompi-server.1* %{_mandir}/man1/orte-*.1*
%{_mandir}/man1/orte-clean.1*
%{_mandir}/man1/orted.1* %{_mandir}/man1/orted.1*
%{_mandir}/man1/orte-ps.1*
%{_mandir}/man1/ompi-top.1*
%{_mandir}/man1/orte-top.1*
%{_mandir}/man1/orterun.1* %{_mandir}/man1/orterun.1*
%{_mandir}/man7/ompi_crcp.7* %{_mandir}/man7/ompi_crcp.7*
%{_mandir}/man7/opal_crs.7* %{_mandir}/man7/opal_crs.7*
%{_mandir}/man7/orte_filem.7* %{_mandir}/man7/orte_filem.7*
%{_mandir}/man7/orte_hosts.7* %{_mandir}/man7/orte_hosts.7*
%{_mandir}/man7/orte_snapc.7* %{_mandir}/man7/orte_snapc.7*
%{_mandir}/man1/prun.1*
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/mpiCC %{_bindir}/mpiCC
%{_bindir}/mpiCC-vt
%{_bindir}/mpic++ %{_bindir}/mpic++
%{_bindir}/mpic++-vt
%{_bindir}/mpicc %{_bindir}/mpicc
%{_bindir}/mpicc-vt
%{_bindir}/mpicxx %{_bindir}/mpicxx
%{_bindir}/mpicxx-vt
%{_bindir}/mpif77 %{_bindir}/mpif77
%{_bindir}/mpif77-vt
%{_bindir}/mpif90 %{_bindir}/mpif90
%{_bindir}/mpif90-vt
%{_bindir}/mpifort %{_bindir}/mpifort
%{_bindir}/mpifort-vt
%{_bindir}/opal_wrapper %{_bindir}/opal_wrapper
%{_bindir}/ortecc %{_bindir}/ortecc
%{_bindir}/oshcc %{_bindir}/oshcc
%{_bindir}/oshCC
%{_bindir}/oshc++
%{_bindir}/oshcxx
%{_bindir}/shmemCC
%{_bindir}/shmemc++
%{_bindir}/shmemcxx
%{_bindir}/oshfort %{_bindir}/oshfort
%{_bindir}/shmemcc %{_bindir}/shmemcc
%{_bindir}/shmemfort %{_bindir}/shmemfort
%{_bindir}/vtCC %{_mandir}/man1/mpiCC.1*
%{_bindir}/vtc++
%{_bindir}/vtcc
%{_bindir}/vtcxx
%{_bindir}/vtf77
%{_bindir}/vtf90
%{_bindir}/vtfilter
%{_bindir}/vtfilter-mpi
%{_bindir}/vtfiltergen
%{_bindir}/vtfiltergen-mpi
%{_bindir}/vtfort
%{_bindir}/vtjava
%{_bindir}/vtrun
%{_bindir}/vtsetup
%{_bindir}/vtsetup.jar
%{_bindir}/vtunify
%{_bindir}/vtunify-mpi
%{_bindir}/vtwrapper
%{_mandir}/man1/mpic++.1* %{_mandir}/man1/mpic++.1*
%{_mandir}/man1/mpicc.1* %{_mandir}/man1/mpicc.1*
%{_mandir}/man1/mpiCC.1*
%{_mandir}/man1/mpicxx.1* %{_mandir}/man1/mpicxx.1*
%{_mandir}/man1/mpif77.1* %{_mandir}/man1/mpif77.1*
%{_mandir}/man1/mpif90.1* %{_mandir}/man1/mpif90.1*
%{_mandir}/man1/mpifort.1.gz %{_mandir}/man1/mpifort.1*
%{_mandir}/man1/opal_wrapper.1* %{_mandir}/man1/oshCC.1*
%{_mandir}/man1/orte-info.1* %{_mandir}/man1/oshc++.1*
%{_mandir}/man1/orte-server.1* %{_mandir}/man1/oshcc.1*
%{_mandir}/man1/oshcxx.1*
%{_mandir}/man1/oshfort.1*
%{_mandir}/man1/oshmem_info.1* %{_mandir}/man1/oshmem_info.1*
%{_mandir}/man1/oshrun.1*
%{_mandir}/man1/shmemCC.1*
%{_mandir}/man1/shmemc++.1*
%{_mandir}/man1/shmemcc.1*
%{_mandir}/man1/shmemcxx.1*
%{_mandir}/man1/shmemfort.1*
%{_mandir}/man1/shmemrun.1*
%{_mandir}/man7/orte_sstore.7* %{_mandir}/man7/orte_sstore.7*
%files -n libmpi %files -n libmpi
@ -197,26 +186,20 @@ mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%config %{_sysconfdir}/openmpi-default-hostfile %config %{_sysconfdir}/openmpi-default-hostfile
%config %{_sysconfdir}/openmpi-mca-params.conf %config %{_sysconfdir}/openmpi-mca-params.conf
%config %{_sysconfdir}/openmpi-totalview.tcl %config %{_sysconfdir}/openmpi-totalview.tcl
%config %{_sysconfdir}/vt-java-default-filter.spec %config %{_sysconfdir}/pmix-mca-params.conf
%config %{_sysconfdir}/vtsetup-config.dtd #%config %{_sysconfdir}/vt-java-default-filter.spec
%config %{_sysconfdir}/vtsetup-config.xml #%config %{_sysconfdir}/vtsetup-config.dtd
%{_libdir}/mpi.mod #%config %{_sysconfdir}/vtsetup-config.xml
%{_libdir}/mpi_ext.mod %{_libdir}/mpi*.mod
%{_libdir}/mpi_f08.mod
%{_libdir}/mpi_f08_ext.mod
%{_libdir}/mpi_f08_interfaces.mod
%{_libdir}/mpi_f08_interfaces_callbacks.mod
#%{_libdir}/mpi_f08_sizeof.mod
%{_libdir}/mpi_f08_types.mod
%{_libdir}/pmpi_f08_interfaces.mod %{_libdir}/pmpi_f08_interfaces.mod
%{_libdir}/libompitrace.so.* %{_libdir}/libompitrace.so.*
%{_libdir}/libotfaux.so.* #%{_libdir}/libotfaux.so.*
%{_libdir}/libvt-hyb.so.* #%{_libdir}/libvt-hyb.so.*
%{_libdir}/libvt-java.so.* #%{_libdir}/libvt-java.so.*
%{_libdir}/libvt-mpi-unify.so.* #%{_libdir}/libvt-mpi-unify.so.*
%{_libdir}/libvt-mpi.so.* #%{_libdir}/libvt-mpi.so.*
%{_libdir}/libvt-mt.so.* #%{_libdir}/libvt-mt.so.*
%{_libdir}/libvt.so.* #%{_libdir}/libvt.so.*
%{_libdir}/libmca*.so.* %{_libdir}/libmca*.so.*
%{_libdir}/libmpi*.so.* %{_libdir}/libmpi*.so.*
%{_libdir}/libopen*.so.* %{_libdir}/libopen*.so.*
@ -225,6 +208,9 @@ mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%{_libdir}/openmpi/mca_*.so %{_libdir}/openmpi/mca_*.so
%{_libdir}/openmpi/libompi_*.la %{_libdir}/openmpi/libompi_*.la
%{_libdir}/openmpi/libompi_*.so %{_libdir}/openmpi/libompi_*.so
%dir %{_libdir}/pmix
%{_libdir}/pmix/mca_*.so
%{_libdir}/pmix/mca_*.la
%dir %{_datadir}/openmpi %dir %{_datadir}/openmpi
%{_datadir}/openmpi/* %{_datadir}/openmpi/*
@ -234,11 +220,14 @@ mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%{_includedir}/shmem.fh %{_includedir}/shmem.fh
%dir %{_includedir}/openmpi %dir %{_includedir}/openmpi
%{_includedir}/openmpi/* %{_includedir}/openmpi/*
%dir %{_includedir}/vampirtrace %dir %{_includedir}/openshmem
%{_includedir}/vampirtrace/*.inc %dir %{_includedir}/openshmem/oshmem
%{_includedir}/vampirtrace/*.h %{_includedir}/openshmem/*
%dir %{_includedir}/vampirtrace/open-trace-format #%dir %{_includedir}/vampirtrace
%dir %{_includedir}/vampirtrace/open-trace-format/*.h #%{_includedir}/vampirtrace/*.inc
#%{_includedir}/vampirtrace/*.h
#%dir %{_includedir}/vampirtrace/open-trace-format
#%dir %{_includedir}/vampirtrace/open-trace-format/*.h
%dir %{_includedir}/mpp %dir %{_includedir}/mpp
%{_includedir}/mpp/shmem.fh %{_includedir}/mpp/shmem.fh
%{_includedir}/mpp/shmem.h %{_includedir}/mpp/shmem.h
@ -246,35 +235,37 @@ mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%{_libdir}/libmca*.so %{_libdir}/libmca*.so
%{_libdir}/libmpi*.la %{_libdir}/libmpi*.la
%{_libdir}/libmpi*.so %{_libdir}/libmpi*.so
%{_libdir}/ompi_monitoring_prof.la
%{_libdir}/ompi_monitoring_prof.so
%{_libdir}/libopen*.la %{_libdir}/libopen*.la
%{_libdir}/libopen*.so %{_libdir}/libopen*.so
%{_libdir}/libopen-trace-format.a #%{_libdir}/libopen-trace-format.a
%{_libdir}/liboshmem.la %{_libdir}/liboshmem.la
%{_libdir}/liboshmem.so %{_libdir}/liboshmem.so
%{_libdir}/libvt.a #%{_libdir}/libvt.a
%{_libdir}/libompitrace.la %{_libdir}/libompitrace.la
%{_libdir}/libompitrace.so %{_libdir}/libompitrace.so
%{_libdir}/libotfaux.a #%{_libdir}/libotfaux.a
%{_libdir}/libotfaux.la #%{_libdir}/libotfaux.la
%{_libdir}/libotfaux.so #%{_libdir}/libotfaux.so
%{_libdir}/libvt-hyb.a #%{_libdir}/libvt-hyb.a
%{_libdir}/libvt-hyb.la #%{_libdir}/libvt-hyb.la
%{_libdir}/libvt-hyb.so #%{_libdir}/libvt-hyb.so
%{_libdir}/libvt-java.la #%{_libdir}/libvt-java.la
%{_libdir}/libvt-java.so #%{_libdir}/libvt-java.so
%{_libdir}/libvt-mpi-unify.a #%{_libdir}/libvt-mpi-unify.a
%{_libdir}/libvt-mpi-unify.la #%{_libdir}/libvt-mpi-unify.la
%{_libdir}/libvt-mpi-unify.so #%{_libdir}/libvt-mpi-unify.so
%{_libdir}/libvt-mpi.a #%{_libdir}/libvt-mpi.a
%{_libdir}/libvt-mpi.la #%{_libdir}/libvt-mpi.la
%{_libdir}/libvt-mpi.so #%{_libdir}/libvt-mpi.so
%{_libdir}/libvt-mt.a #%{_libdir}/libvt-mt.a
%{_libdir}/libvt-mt.la #%{_libdir}/libvt-mt.la
%{_libdir}/libvt-mt.so #%{_libdir}/libvt-mt.so
%{_libdir}/libvt-pomp.a #%{_libdir}/libvt-pomp.a
%{_libdir}/libvt-pomp.la #%{_libdir}/libvt-pomp.la
%{_libdir}/libvt.la #%{_libdir}/libvt.la
%{_libdir}/libvt.so #%{_libdir}/libvt.so
%{_libdir}/pkgconfig/ompi-c.pc %{_libdir}/pkgconfig/ompi-c.pc
%{_libdir}/pkgconfig/ompi-cxx.pc %{_libdir}/pkgconfig/ompi-cxx.pc
%{_libdir}/pkgconfig/ompi-f77.pc %{_libdir}/pkgconfig/ompi-f77.pc
@ -282,11 +273,43 @@ mv %{buildroot}%{_bindir}/otfinfo %{buildroot}%{_bindir}/otfinfompi
%{_libdir}/pkgconfig/ompi-fort.pc %{_libdir}/pkgconfig/ompi-fort.pc
%{_libdir}/pkgconfig/ompi.pc %{_libdir}/pkgconfig/ompi.pc
%{_libdir}/pkgconfig/orte.pc %{_libdir}/pkgconfig/orte.pc
%{_mandir}/man3/OpenMPI*.3* %{_mandir}/man3/*.3*
%{_mandir}/man3/MPI*.3* #%doc NEWS README
%doc NEWS README
%changelog %changelog
* Mon Aug 20 2018 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic version update by autodist
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
- automatic version update by autodist
* Mon Apr 16 2018 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
- automatic version update by autodist
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 1.10.7-1mamba
- automatic update by autodist
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 1.10.6-1mamba
- automatic version update by autodist
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 1.10.5-1mamba
- automatic version update by autodist
* Tue Sep 06 2016 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
- automatic version update by autodist
* Thu Jun 23 2016 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
- automatic version update by autodist
* Sun Jan 24 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
- automatic version update by autodist
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
- automatic version update by autodist
* Sun Sep 13 2015 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Fri Aug 07 2015 Automatic Build System <autodist@mambasoft.it> 1.8.8-1mamba * Fri Aug 07 2015 Automatic Build System <autodist@mambasoft.it> 1.8.8-1mamba
- automatic version update by autodist - automatic version update by autodist