From 548b67e5d54e78150cfc6474ad129af9408f4997 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 11:17:27 +0200 Subject: 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. --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS.md') 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 -- cgit v1.2.1