mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/valgrind to 3.11.0-2
This commit is contained in:
parent
980a2f8c34
commit
09edad2f8a
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
|||
# - hold for toolchain update, only build for v7/v8
|
||||
|
||||
buildarch=12
|
||||
#noautobuild=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=valgrind
|
||||
pkgver=3.11.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A tool to help find memory-management problems in programs'
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL)
|
||||
url='http://valgrind.org/'
|
||||
depends=('glibc>=2.22' 'glibc<2.23' 'perl')
|
||||
depends=('glibc>=2.23' 'glibc<2.24' 'perl')
|
||||
makedepends=(gdb openmpi)
|
||||
optdepends=('openmpi: MPI support')
|
||||
# valgrind does not like stack protector flags
|
||||
|
|
Loading…
Reference in a new issue