shithub: mc

Download patch

ref: 21cc794eb05fbb9e0acb7eeeecdd417dba2e924e
parent: 369c06e41546d82b820ca7013385482ebe1a017d
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Oct 8 19:15:26 EDT 2015

Don't install the benchmark programs

--- a/bench/bld.sub
+++ b/bench/bld.sub
@@ -1,31 +1,31 @@
-bin intsort =
+bin intsort {noinst} =
 	intsort.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
 ;;
-bin copious-allocs =
+bin copious-allocs {noinst} =
 	copious-allocs.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
 ;;
-bin sha1-compute =
+bin sha1-compute {noinst} =
 	sha1-compute.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
 	lib @/lib/cryptohash:cryptohash
 ;;
-bin bigfactorial =
+bin bigfactorial {noinst} =
 	bigfactorial.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
 ;;
-bin mandelbrot =
+bin mandelbrot {noinst} =
 	mandelbrot.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
 	lib @/lib/bio:bio
 ;;
-bin regex-match =
+bin regex-match {noinst} =
 	regex-match.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
@@ -32,7 +32,7 @@
 	lib @/lib/regex:regex
 ;;
 
-bin many-memcpy =
+bin many-memcpy {noinst} =
 	many-memcpy.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys
@@ -39,7 +39,7 @@
 ;;
 
 # benchmark runner
-bin runbench =
+bin runbench {noinst} =
 	runbench.myr
 	lib @/lib/std:std
 	lib @/lib/sys:sys