openmpi: remove long_desc.
This commit is contained in:
parent
811f46315e
commit
7431a6ab8e
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'openmpi'
|
||||
pkgname=openmpi
|
||||
version=1.4.1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libgomp-devel"
|
||||
makedepends="zlib-devel libgomp-devel"
|
||||
conf_files="
|
||||
/etc/openmpi-default-hostfile
|
||||
|
@ -14,19 +15,14 @@ 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}"
|
||||
depends="libstdc++-devel zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue