diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:17:27 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:17:27 +0200 |
commit | 548b67e5d54e78150cfc6474ad129af9408f4997 (patch) | |
tree | 90e22e87ca1161f5b8e8288ed3c46ff41345e9bf /NEWS.md | |
parent | f47821e831a55716ce045134006df52a0d8c7050 (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.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |