void-packages/srcpkgs/openmpi/template

33 lines
1.1 KiB
Plaintext

# Template file for 'openmpi'
pkgname=openmpi
version=1.4.1
revision=4
build_style=gnu-configure
makedepends="zlib-devel libgomp-devel"
conf_files="
/etc/openmpi-default-hostfile
/etc/openmpi-mca-params.conf
/etc/openmpi-totalview.tcl"
short_desc="A High Performance Message Passing Library"
homepage="http://www.open-mpi.org/"
license="Custom"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.open-mpi.org/software/ompi/v1.4/downloads/$pkgname-$version.tar.bz2"
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."
openmpi-devel_package() {
depends="libstdc++-devel zlib-devel openmpi>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/share/man/man3
}
}