[commit: nofib] master: spectral: temporarily disable secretary (47f132d)
git at git.haskell.org
git at git.haskell.org
Wed Mar 15 21:50:10 UTC 2017
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/47f132de28851f9e03b1a4afdd34069c8760c77f/nofib
>---------------------------------------------------------------
commit 47f132de28851f9e03b1a4afdd34069c8760c77f
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date: Wed Mar 15 17:47:15 2017 -0400
spectral: temporarily disable secretary
Summary:
Unfortunately `secretary` requires `random` package to compile and
this broke perf.haskell.org. Let's disable the benchmark for now until
we have a good story for dealing with benchmarks that require
packages.
Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
Test Plan: build & run
Reviewers: bgamari, nomeata
Reviewed By: nomeata
Differential Revision: https://phabricator.haskell.org/D3347
>---------------------------------------------------------------
47f132de28851f9e03b1a4afdd34069c8760c77f
spectral/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/spectral/Makefile b/spectral/Makefile
index fbcfc5e..0922691 100644
--- a/spectral/Makefile
+++ b/spectral/Makefile
@@ -1,11 +1,12 @@
TOP = ..
include $(TOP)/mk/boilerplate.mk
+# TODO(michalt): Re-enable `secretary` (requires `random`)
SUBDIRS = ansi atom awards banner boyer boyer2 calendar cichelli circsim \
clausify constraints cryptarithm1 cryptarithm2 cse eliza expert \
fft2 fibheaps fish gcd hartel integer knights lambda last-piece lcss life \
mandel mandel2 mate minimax multiplier para power pretty primetest \
- puzzle rewrite scc secretary simple sorting sphere treejoin
+ puzzle rewrite scc simple sorting sphere treejoin
OTHER_SUBDIRS = lambda last-piece
More information about the ghc-commits
mailing list