Skip to content

Commit 9961139

Browse files
author
Matthias Koeppe
committed
build/pkgs/valgrind: Reduce to dummy package
1 parent 4b8b2eb commit 9961139

File tree

6 files changed

+2
-53
lines changed

6 files changed

+2
-53
lines changed

build/pkgs/valgrind/SPKG.rst

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ valgrind: Memory error detector, call graph generator, runtime profiler
44
Description
55
-----------
66

7-
This is an optional spkg. It supports Linux on x86, x86-64, ppc, ppc64
8-
and ARM as well as Darwin (Mac OS X 10.5 and 10.6) on x86 and x86-64.
9-
107
Valgrind is an instrumentation framework for building dynamic analysis
118
tools. There are Valgrind tools that can automatically detect many
129
memory management and threading bugs, and profile your programs in
@@ -18,10 +15,7 @@ branch-prediction profiler, a call-graph generating cache and
1815
branch-prediction profiler, and a heap profiler. It also includes three
1916
experimental tools: a heap/stack/global array overrun detector, a second
2017
heap profiler that examines how heap blocks are used, and a SimPoint
21-
basic block vector generator. It runs on the following platforms:
22-
X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, PPC64/Linux,
23-
S390X/Linux, ARM/Android (2.3.x), X86/Darwin and AMD64/Darwin (Mac OS X
24-
10.6 and 10.7).
18+
basic block vector generator.
2519

2620
License
2721
-------
@@ -35,20 +29,3 @@ Upstream Contact
3529

3630
- http://www.valgrind.org/
3731
- valgrind-user, valgrind-devel mailing lists
38-
39-
Dependencies
40-
------------
41-
42-
- None
43-
44-
45-
Special Build Instructions
46-
--------------------------
47-
48-
- To build on OS X, you need to use Apple's compiler. FSF GCC is
49-
unsupported.
50-
51-
Patches
52-
~~~~~~~
53-
54-
- None.

build/pkgs/valgrind/checksums.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/pkgs/valgrind/dependencies

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/pkgs/valgrind/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/valgrind/spkg-install.in

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/pkgs/valgrind/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

0 commit comments

Comments
 (0)