- Sep 12, 2019
-
-
Houtan Bastani authored
pass M_, options_, oo_ as arguments to stoch_simul, simult_, discretionary_policy. closes dynare#1197
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
The globs were not expanded because pathname expansion does not occur in a variable assignment. Use a Bash array instead.
-
- Sep 11, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This means we now require GCC 8. Boost filesystem library is no longer needed. Ref preprocessor#16
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Sep 10, 2019
-
-
Sébastien Villemot authored
They're no longer needed now that the date is part of the snapshot filename. Also, updating them from the CI was creating a discrepancy with the snapshots listed on the website (until the latter was rebuilt).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
dynare_sensitivity.m: provide informative error message if no var_exo are... Closes #1651 See merge request Dynare/dynare!1660
-
Houtan Bastani authored
-
Sébastien Villemot authored
stoch_simul.m: provide informative error message if no varexo have been defined Closes #1633 See merge request Dynare/dynare!1661
-
Johannes Pfeifer authored
dynare_sensitivity.m: provide informative error message if no varexo are defined. Closes Dynare/dynare#1651
-
Johannes Pfeifer authored
-
- Sep 09, 2019
-
-
Sébastien Villemot authored
It now also deletes the old snapshots. It has been moved in /home/gitlab-runner/ on eris.
-
- Sep 07, 2019
-
-
Sébastien Villemot authored
This breaks the caching, because those patches have a recent timestamp (due to git recloning). This is a partial revert of 8a3938eb
-
- Sep 06, 2019
-
-
Fixes #1622
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Sep 05, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Sep 04, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
– before executing the rule for unpacking the source, delete previously unpacked sources to avoid file overwrite (delete all versions so that the Gitlab cache does not grow too big) — ensure that those rules are executed when a patch is modified
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The MEX files are built out-of-tree (because we want to do them in parallel). This would create a potential race condition if several builds want to create the symlinks under mex/matlab/ or mex/octave/. The solution is to disable those symlinks for out-of-tree builds.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Sep 03, 2019
-
-
Sébastien Villemot authored
Do not update OpenBLAS to 0.3.7, because that version fails to build when LAPACKE is not requested.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The scripts are based the former “dynare-build” project. They have been overhauled and simplified. Building a Windows package (both installer and zip archive) is as easy as running “make -C windows” (provided the right Debian packages are installed, use the “windows/install-packages.sh” script for that purpose). The layout of MEX files for Octave in the package has been changed (mex/octave/win32/ and mex/octave/win64/ instead of mex/octave32/ and mex/octave/), for consistency with MATLAB MEX.
-
Sébastien Villemot authored
imcforecast.m: Make code robust to 1 period See merge request Dynare/dynare!1659
-