|
From: <li...@us...> - 2017-06-26 14:57:58
|
Revision: 276
http://sourceforge.net/p/bugs-r/code/276
Author: ligges
Date: 2017-06-26 14:57:56 +0000 (Mon, 26 Jun 2017)
Log Message:
-----------
adapt for new toolchain (we have to compile with 32-bit compiler / linker)
Modified Paths:
--------------
trunk/BRugs/DESCRIPTION
trunk/BRugs/NEWS
trunk/BRugs/src/Makefile.win
Modified: trunk/BRugs/DESCRIPTION
===================================================================
--- trunk/BRugs/DESCRIPTION 2017-06-26 13:59:22 UTC (rev 275)
+++ trunk/BRugs/DESCRIPTION 2017-06-26 14:57:56 UTC (rev 276)
@@ -5,7 +5,7 @@
Author: OpenBUGS was developed by Andrew Thomas, Dave Lunn, David Spiegelhalter and Nicky Best. R interface developed by Uwe Ligges, Sibylle Sturtz, Andrew Gelman, Gregor Gorjanc and Chris Jackson. Linux port and most recent developments by Chris Jackson.
Description: Fully-interactive R interface to the 'OpenBUGS' software for Bayesian analysis using MCMC sampling. Runs natively and stably in 32-bit R under Windows. Versions running on Linux and on 64-bit R under Windows are in "beta" status and less efficient.
Maintainer: Uwe Ligges <li...@st...>
-Depends: R (>= 2.11.0)
+Depends: R (>= 3.3.0)
Imports: utils, coda, grDevices, graphics, stats
SystemRequirements: OpenBUGS (>= 3.2.2), hence Windows or Linux
License: GPL-2
Modified: trunk/BRugs/NEWS
===================================================================
--- trunk/BRugs/NEWS 2017-06-26 13:59:22 UTC (rev 275)
+++ trunk/BRugs/NEWS 2017-06-26 14:57:56 UTC (rev 276)
@@ -1,6 +1,10 @@
Changes to BRugs:
=====================
+Version 0.9.0 (26 Jun 2017)
+-------------
+fixes for new Windows toolchain
+
Version 0.8.6 (16 Dec 2015)
-------------
adapt tests for changes in file.copy() results
Modified: trunk/BRugs/src/Makefile.win
===================================================================
--- trunk/BRugs/src/Makefile.win 2017-06-26 13:59:22 UTC (rev 275)
+++ trunk/BRugs/src/Makefile.win 2017-06-26 14:57:56 UTC (rev 276)
@@ -1,3 +1,4 @@
+include $(R_HOME)/etc/i386/Makeconf
BUGS_PATH = `"${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e "source('../R/windows/findOpenBUGS.R');cat(findOpenBUGS()[['dir']])"`
BUGS_LIBS = "$(BUGS_PATH)/libOpenBUGS.dll"
BUGS_LDFLAGS = -m32 -Wl,-rpath="$(BUGS_PATH)"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|