30 lines
1 KiB
Text
30 lines
1 KiB
Text
|
# Template file for 'openmpi'
|
||
|
pkgname=openmpi
|
||
|
version=1.4.1
|
||
|
distfiles="http://www.open-mpi.org/software/ompi/v1.4/downloads/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="A High Performance Message Passing Library"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=d4d71d7c670d710d2d283ea60af50d6c315318a4c35ec576bedfd0f3b7b8c218
|
||
|
long_desc="
|
||
|
The Open MPI Project is an open source MPI-2 implementation that is developed
|
||
|
and maintained by a consortium of academic, research, and industry partners.
|
||
|
Open MPI is therefore able to combine the expertise, technologies, and
|
||
|
resources from all across the High Performance Computing community in order
|
||
|
to build the best MPI library available."
|
||
|
|
||
|
subpackages="$pkgname-devel"
|
||
|
|
||
|
conf_files="
|
||
|
/etc/openmpi-default-hostfile
|
||
|
/etc/openmpi-mca-params.conf
|
||
|
/etc/openmpi-totalview.tcl"
|
||
|
|
||
|
Add_dependency run libgcc
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run libstdc++
|
||
|
Add_dependency run zlib
|
||
|
Add_dependency run libgomp
|
||
|
Add_dependency build libstdc++-devel
|
||
|
Add_dependency build zlib-devel
|