freebsd-ports/benchmarks/fhourstones/files/patch-fhourstones
Martin Wilke fb483d9c58 This integer benchmark solves positions in the game of connect-4,
as played on a vertical 7x6 board.  This takes about 10 minutes
on contemporary PCs.

WWW:	http://homepages.cwi.nl/~tromp/c4/fhour.html

PR:		ports/105778
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-11-23 11:56:19 +00:00

7 lines
191 B
Text

--- /dev/null Thu Nov 23 08:52:26 2006
+++ fhourstones Thu Nov 23 08:45:21 2006
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec %%PREFIX%%/lib/fhourstones/SearchGame < %%PREFIX%%/lib/fhourstones/inputs
+