aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-23 11:17:27 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-23 11:17:27 +0200
commit548b67e5d54e78150cfc6474ad129af9408f4997 (patch)
tree90e22e87ca1161f5b8e8288ed3c46ff41345e9bf /NEWS.md
parentf47821e831a55716ce045134006df52a0d8c7050 (diff)
Hopefully fix compiling on Solaris, verbose option
- Only declare the time variable in the C code when needed in the derivatives. - Add the option to show verbose output of cfunction() when compiling the model to a shared library.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index c9f7efe8..840aaade 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,7 +3,11 @@
## MINOR CHANGES
- `vignettes/compiled_models.html`: Show the performance improvement factor actually obtained when building the vignette, as well as mkin version, some system info and the CPU model used for building the vignette.
-- `GNUMakefile`,`vignettes/*`: Clean up vignette generation and include table of contents in HTML vignettes
+- `GNUMakefile`,`vignettes/*`: Clean up vignette generation and include table of contents in HTML vignettes.
+
+## BUG FIXES
+
+- `mkinmod.R()`: When generating the C code for the derivatives, only declare the time variable when it is needed and remove the '-W-no-unused-variable' compiler flag as the C compiler used in the CRAN checks on Solaris does not know it.
# CHANGES in mkin VERSION 0.9-36

Contact - Imprint