summaryrefslogtreecommitdiff
path: root/math/jags/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-27 15:18:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-27 15:18:45 +0000
commitab9154efa788aeee6fca013f4b2e4d3b7dc92569 (patch)
tree265996119ee176ebeb10ddea1cec1b991026c608 /math/jags/files
parentChase MASTERSITE. (diff)
Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis of
graphical models via Gibbs sampling, not wholy unlike classic BUGS. PR: ports/66648 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
Notes
Notes: svn path=/head/; revision=110135
Diffstat (limited to 'math/jags/files')
-rw-r--r--math/jags/files/patch-src-terminal-parser.yy10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/jags/files/patch-src-terminal-parser.yy b/math/jags/files/patch-src-terminal-parser.yy
new file mode 100644
index 000000000000..f448825ef643
--- /dev/null
+++ b/math/jags/files/patch-src-terminal-parser.yy
@@ -0,0 +1,10 @@
+--- src/terminal/parser.yy.orig Tue Mar 30 09:43:35 2004
++++ src/terminal/parser.yy Thu May 27 16:59:09 2004
+@@ -3,6 +3,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <map>
++#include <time.h>
+ #define MATHLIB_STANDALONE
+ #include <Rmath.h>
+ #include <JAGSVersion.h>