Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/95f3d41798c528c1ac4ec1df0c445e91eb90181c >--------------------------------------------------------------- commit 95f3d41798c528c1ac4ec1df0c445e91eb90181c Author: David Terei <[email protected]> Date: Mon Jan 16 11:20:37 2012 -0800 Fix Laplace benchmark. >--------------------------------------------------------------- fibon/Repa/Laplace/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fibon/Repa/Laplace/Makefile b/fibon/Repa/Laplace/Makefile index ebacb9f..ce8df29 100644 --- a/fibon/Repa/Laplace/Makefile +++ b/fibon/Repa/Laplace/Makefile @@ -71,7 +71,7 @@ SRCS = ../_RepaLib/bmp/Codec/BMP/Base.hs \ SolverGet.hs \ SolverStencil.hs \ Main.hs -PROG_ARGS += 1000 pls-400x400.bmp laplace.bmp +PROG_ARGS += get 1000 pls-400x400.bmp laplace.bmp HC_OPTS += -threaded -i. -i../_RepaLib/repa -i../_RepaLib/repa-algorithms -i../_RepaLib/repa-io -i../_RepaLib/bmp -i../_RepaLib/repa-bytestring -i../_RepaLib/quickcheck -isrc/Laplace/src -package base -package binary -package bytestring -package dph-base -package dph-prim-par -package dph-prim-seq -package extensible-exceptions -package ghc -package mtl -package old-time -package random CLEAN_FILES += laplace.bmp include $(TOP)/mk/target.mk _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
