Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37906081
en ru br
ALT Linux repositórios
S:2.0.1-alt9
5.0: 1.3.3-alt0.M50.1
4.1: 1.4-alt0.M41.1
4.0: 1.2.3-alt2

Group :: Desenvolvimento/Outros
RPM: openmpi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: openmpi
Version: 1.3.3
Release: alt0.M50.1

%define mpi_prefix %_libexecdir/%name
%define mpi_sysconfdir %_sysconfdir/%name

Summary: A powerful implementaion of MPI
Summary(ru_RU.UTF8): Открытая реализация MPI
License: BSD
Group: Development/Other
Url: http://www.open-mpi.org/

Packager: Denis Pynkin <dans at altlinux.ru>
Source:  %name-%version.tar
Source1: MPI_Status_c2f.3

#Patch: %name-%version-%release.patch


BuildPreReq: mpi-selector
Requires(post,preun): mpi-selector

BuildPreReq: libibverbs-devel-static >= 1.1.2
BuildPreReq: libdapl-devel-static
Requires: libibverbs >= 1.1.2 libdapl >= 1.2.12

BuildPreReq: /proc flex gcc-c++ gcc-fortran libstdc++-devel-static
BuildPreReq: libibverbs-devel libdapl-devel
BuildPreReq: valgrind-devel libiberty-devel


%package devel
Summary: Development part of %name
Group: Development/Other

Requires: %name = %version-%release
Requires: gcc-c++ gcc-fortran
Requires: libibverbs-devel libibumad-devel libdapl-devel

%package devel-static
Summary: Static development part of %name
Group: Development/Other

Requires: %name-devel = %version-%release
Requires: gcc-c++ gcc-fortran
Requires: libibverbs-devel-static libibumad-devel-static libdapl-devel-static

%package devel-vt
Summary: Development part of %name. VampirTrace related stuff.
Group: Development/Other

Requires: %name-devel = %version-%release
Requires: gcc-c++ gcc-fortran
Requires: libibverbs-devel libibumad-devel

%description
Open MPI is a project combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available. A completely new
MPI-2 compliant implementation, Open MPI offers advantages for
system and software vendors, application developers and computer
science researchers.

This part is attended for computing nodes.
#description -l ru_RU.KOI8-R

%description devel
Package for development with Open MPI

%description devel-static
Package for development with Open MPI (static version)

%description devel-vt
Package for development with Open MPI and VampirTrace

%prep
%setup -q
%__cp -f %SOURCE1 ompi/mpi/man/man3/
#patch -p1

%build
CFLAGS+=" -D_FORTIFY_SOURCE=2"
LDFLAGS+="-Wl,-R%mpi_prefix/lib/%name:%mpi_prefix/lib"
echo="/bin/echo"
export CFLAGS LDFLAGS echo

#autoreconf


function buildIt() {
./configure \
--$1 \
--with-udapl \
--enable-mpi-f77 \
--enable-mpi-f90 \
--prefix=%mpi_prefix \
--enable-orterun-prefix-by-default \
--sysconfdir=%mpi_sysconfdir \
--bindir=%mpi_prefix/bin \
--libdir=%mpi_prefix/lib \
--datadir=%mpi_prefix/data \
--includedir=%mpi_prefix/include \
--mandir=%mpi_prefix/man \
--docdir=%_docdir/%name-%version \
--with-gnu-ld \
--with-wrapper-ldflags="-Wl,--no-as-needed,-Rpath=%mpi_prefix/lib"

%make_build
}

buildIt enable-static
%make_install DESTDIR=$PWD/_static install
make clean
buildIt disable-static

%install
echo="/bin/echo"
export echo

%make_install DESTDIR=%buildroot install

cp -f _static%_libexecdir/%name/lib/*.a %buildroot%_libexecdir/%name/lib/
cp -f _static%_libexecdir/%name/lib/%name/*.a \
%buildroot%_libexecdir/%name/lib/%name/
ln -s ompi-restart %buildroot%_libexecdir/%name/bin/orte-restart
ln -s ompi-checkpoint %buildroot%_libexecdir/%name/bin/orte-checkpoint

%find_lang %name

echo -e "btl = tcp,self\n" >> %buildroot%mpi_sysconfdir/openmpi-mca-params.conf

cat>%buildroot/%mpi_prefix/bin/mpivars.sh<<EOF
if ! echo \$PATH | grep -q %mpi_prefix/bin ; then
   PATH=%mpi_prefix/bin:\$PATH
   export PATH
fi

if ! echo \$LD_LIBRARY_PATH | grep -q %mpi_prefix/lib ; then
   LD_LIBRARY_PATH=%mpi_prefix/lib:\$LD_LIBRARY_PATH
   export LD_LIBRARY_PATH
fi

if ! echo \$MANPATH | grep -q %mpi_prefix/man ; then
   MANPATH=%mpi_prefix/man:\$MANPATH
   export MANPATH
fi
EOF

cat >%buildroot%mpi_prefix/bin/mpivars.csh <<EOF
if (\$?path) then
   if ( "\${path}" !~ *%mpi_prefix/bin* ) then
set path = ( %mpi_prefix/bin \$path )
   endif
else
   set path = ( %mpi_prefix/bin )
endif

if (\$?LD_LIBRARY_PATH) then
   if ( "\$LD_LIBRARY_PATH" !~ *%mpi_prefix/lib* ) then
setenv LD_LIBRARY_PATH %mpi_prefix/lib:\$LD_LIBRARY_PATH
   endif
else
   setenv LD_LIBRARY_PATH %mpi_prefix/lib:
endif

if (\$?MANPATH) then
   if ( "\$MANPATH" !~ *%mpi_prefix/man* ) then
setenv MANPATH %mpi_prefix/man:\$MANPATH
   endif
else
   setenv MANPATH %mpi_prefix/man:
endif
EOF

%post
%post_mpi_selector %name %mpi_prefix/bin

%preun
%preun_mpi_selector %name

%files -f %name.lang
%doc AUTHORS LICENSE NEWS README VERSION

%dir %mpi_prefix

%dir %mpi_prefix/bin

%mpi_prefix/bin/mpivars.*
%mpi_prefix/bin/mpirun
%mpi_prefix/bin/ompi_info
%mpi_prefix/bin/opal_wrapper
%mpi_prefix/bin/orted
%mpi_prefix/bin/orterun
%mpi_prefix/bin/mpiexec
%mpi_prefix/bin/ompi-clean
%mpi_prefix/bin/ompi-ps
%mpi_prefix/bin/ompi-server
%mpi_prefix/bin/ompi-checkpoint
%mpi_prefix/bin/ompi-iof
%mpi_prefix/bin/ompi-restart
%mpi_prefix/bin/opari
%mpi_prefix/bin/orte-clean
%mpi_prefix/bin/orte-iof
%mpi_prefix/bin/orte-ps
%mpi_prefix/bin/orte-checkpoint
%mpi_prefix/bin/orte-restart

%dir %mpi_prefix/lib
%dir %mpi_prefix/lib/%name

%mpi_prefix/lib/%name/*.so
%mpi_prefix/lib/libmpi.so.*
%mpi_prefix/lib/libopen-rte.so.*
%mpi_prefix/lib/libopen-pal.so.*
%mpi_prefix/lib/libmca_common_sm.so.*
%mpi_prefix/lib/libopenmpi_malloc.so.*

%mpi_prefix/lib/libmpi_cxx.so.0*
%mpi_prefix/lib/libmpi_f77.so.0*
%mpi_prefix/lib/libmpi_f90.so.0*


%dir %mpi_sysconfdir
%config(noreplace) %mpi_sysconfdir/*

%dir %mpi_prefix/man
%mpi_prefix/man/man1
%mpi_prefix/man/man7
%mpi_prefix/data

%files devel
%mpi_prefix/bin/mpic++
%mpi_prefix/bin/mpicc
%mpi_prefix/bin/mpiCC
%mpi_prefix/bin/mpicxx
%mpi_prefix/bin/mpif77
%mpi_prefix/bin/mpif90
%mpi_prefix/bin/otf*

%mpi_prefix/include/*
%mpi_prefix/man/man3
%mpi_prefix/lib/libmpi_cxx.so
%mpi_prefix/lib/libmpi_f77.so
%mpi_prefix/lib/libmpi_f90.so
%mpi_prefix/lib/libmpi.so
%mpi_prefix/lib/libopen-rte.so
%mpi_prefix/lib/libopen-pal.so
%mpi_prefix/lib/libmca_common_sm.so
%mpi_prefix/lib/libopenmpi_malloc.so
%mpi_prefix/lib/mpi.mod

#mpi_prefix/lib/%name/*.so

%mpi_prefix/lib/*.la
%mpi_prefix/lib/%name/*.la
#mpi_prefix/lib/libotf.a

%files devel-static
%mpi_prefix/lib/*.a
%exclude %mpi_prefix/lib/libvt*.a
%mpi_prefix/lib/%name/*.a

%files devel-vt
%mpi_prefix/bin/mpic++-vt
%mpi_prefix/bin/mpicc-vt
%mpi_prefix/bin/mpiCC-vt
%mpi_prefix/bin/mpicxx-vt
%mpi_prefix/bin/mpif77-vt
%mpi_prefix/bin/mpif90-vt
%mpi_prefix/bin/vt*
%mpi_prefix/lib/libvt*


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009