valgrind: needs openmpi, bumprev.
This commit is contained in:
parent
7fc776b2de
commit
06bde9684b
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
|
revision=1
|
||||||
distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2"
|
distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-tls"
|
configure_args="--enable-tls"
|
||||||
|
@ -16,6 +17,8 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc ">=2.12<2.13"
|
Add_dependency run glibc ">=2.12<2.13"
|
||||||
|
Add_dependency run openmpi
|
||||||
Add_dependency full perl ">=0"
|
Add_dependency full perl ">=0"
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
|
Add_dependency build openmpi-devel
|
||||||
|
|
Loading…
Reference in a new issue