Commit Graph

63 Commits (fe7a1248ba11b7b3390538b838a9fc204ba4a929)

Author SHA1 Message Date
Sébastien Villemot 3e612e0211 Fix build system with Automake 1.12 2012-09-28 17:31:39 +02:00
Houtan Bastani 4f54391e94 add --with-matio option to configure 2012-09-19 12:11:57 +02:00
Sébastien Villemot 5f861cb0d8 Use MatIO in Dynare++ instead of the home-made engine 2012-08-23 18:31:07 +02:00
Sébastien Villemot 91967eac6d Bump version numbers 2012-06-11 12:07:10 +02:00
Houtan Bastani 9867003dc9 build system: set min autoconf version to 2.62 2012-06-05 16:25:15 +02:00
Sébastien Villemot 5fdcd124c4 Require Automake 1.11 2012-06-05 15:49:08 +02:00
Sébastien Villemot 6868e81b16 Source tarball in POSIX 2011 with xz compression format 2012-05-16 21:45:46 +02:00
Sébastien Villemot 3551512a6f Another hack to get static linking of libgfortran under MinGW 2012-02-24 17:35:54 +01:00
Sébastien Villemot 9067d7704c Link with -static-libgfortran under MinGW 2012-02-24 16:40:58 +01:00
Sébastien Villemot e46ed2e720 Build system: no longer conditionally define HAVE_CMD_MATLAB_LINE macro 2011-05-05 16:24:52 +02:00
Houtan Bastani 8181dc44be build system: make check works with both matlab and octave 2011-05-04 16:28:13 +02:00
Sébastien Villemot 5f04ed9db7 Reference manual: switch to TeXinfo format 2011-03-29 17:50:11 +02:00
Sébastien Villemot 05ebb51102 GSA: cleanup of doc and inclusion in build system 2011-03-17 15:48:31 +01:00
Sébastien Villemot 967f2f1075 Build system: add rules for creating info file 2011-02-14 14:45:18 +01:00
Sébastien Villemot fcb12985c1 Bump version number 2011-02-04 17:45:54 +01:00
Sébastien Villemot df2f28ed34 If default 'ar' is not available, try to find one with a host prefix (closes #145) 2011-01-20 15:13:32 -05:00
Sébastien Villemot 72008502c1 Build system: upgrade Boost version requirement 2011-01-18 16:27:54 -05:00
Sébastien Villemot e39cb94954 Build system: remove warning about parentheses (we know the priority rules of C++, no need to be reminded) 2011-01-13 19:05:58 +01:00
Sébastien Villemot 02cc9cbd79 Build system: new configure option "--enable-org-export" for compiling Org files 2010-11-15 12:43:55 +01:00
Sébastien Villemot 8ebc36df00 Build system: added internals documentation 2010-11-12 09:57:25 +01:00
Sébastien Villemot 1aed875ce2 Added PDF documentation for parallel stuff 2010-10-29 12:48:07 +02:00
Houtan Bastani 9ebcecb266 check for presence of boost string library 2010-10-28 10:54:43 +02:00
Sébastien Villemot a8c58d363d Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable) 2010-08-24 19:25:31 +02:00
Sébastien Villemot 5ccd248622 Build system: for Windows, add "-static-libstdc++" flag 2010-08-24 18:46:26 +02:00
Sébastien Villemot ad127052d8 Build system: display a warning when compiling for the Cygwin target 2010-08-24 16:24:03 +02:00
Sébastien Villemot fd3c35937b Estimation DLL, dynamic DLL loading: minor changes to testModelSolution (now takes the full name of the dynamic DLL in argument) 2010-03-16 10:27:58 +01:00
Sébastien Villemot 8fa10d61cc Build system: fix the creation of tarball 2010-02-13 09:52:43 +01:00
Sébastien Villemot fb97797405 Estimation DLL: first version of matrix library + still unfinished decision rules computation 2010-02-09 19:15:59 +01:00
sebastien 34012243d5 Fixes for Cygwin 1.7 (which has gcc/g++ version 4 by default)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3320 ac1d8469-bf42-47a9-8791-bf33cf982152
2010-01-08 12:15:16 +00:00
sebastien 0b6742f3fb Bumped version numbers
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3257 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-12-16 17:49:22 +00:00
sebastien 2c43941d04 Build system: fix for MinGW 4.4
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3128 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-05 12:12:55 +00:00
sebastien 63d4fe0910 Build system:
* added flags "--disable-matlab" and "--disable-octave" to top-level configure script, to manually disable building of MEX files for MATLAB / Octave
* incorporated new conditional variance decomposition test to testsuite


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3115 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-02 13:44:45 +00:00
sebastien 343e0b3c7d Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3019 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-02 17:22:19 +00:00
sebastien f9ccc49f14 Build system: use pdfetex instead of pdftex for sylvester.tex + other minor changes
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3010 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-02 10:29:54 +00:00
sebastien 1443f112bb * Added back korderpert DLL to build system
* Fixes to Dynare++ for special LAPACK/BLAS integers in MATLAB
* Fixes to korderpert DLL for cross-platform compatibility


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3009 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-10-02 10:23:49 +00:00
sebastien 6a9485b4f0 Build system:
* disable building of k-order pert DLL for the moment
* rollback on the -fPIC flags for Dynare++: we can't use the same binary objects for standalone dynare++ and k-order DLL


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2974 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-24 12:58:53 +00:00
sebastien 02640c3e43 k-order perturbation DLL:
* removed existing build system
* reorganized source: separated test files from the rest, removed obsolete test files
* incorporated the DLL and the standalone test executable to the new build system
* minor fixes to ensure compilation


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2959 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-23 13:14:05 +00:00
sebastien 598d60a0c2 Build system: added test for beamer
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2955 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-21 10:30:04 +00:00
sebastien 0fd4938b53 Build system:
* configure: don't fail if no Fortran 77 compiler is present
* boost detection: adapt for cross-compiling


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2953 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-21 09:45:23 +00:00
sebastien fa1fcfc800 Build system: add test for econometrica bibtex style (necessary for userguide)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2948 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-18 09:55:21 +00:00
sebastien af2e195d56 Build system: test for eplain (TeX package needed for Dynare++ source documentation)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2947 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-18 09:28:30 +00:00
sebastien d7f8ec9108 Build system: incorporate FlexLexer.h, so that one can compile on systems without flex
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2942 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-17 16:02:55 +00:00
sebastien 7beb1e52d8 Build system: don't fail if flex, bison or ctangle is missing; use the "missing" script from automake instead
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2941 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-17 15:05:25 +00:00
sebastien 77eb291162 Build system: don't use symlinks under Cygwin, MATLAB doesn't understand them
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2939 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-17 12:06:44 +00:00
sebastien 31aff0e756 Various fixes to build system
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2937 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-17 08:14:44 +00:00
sebastien fd565fa081 Build system: minor fix
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2936 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-16 17:04:52 +00:00
sebastien 203a5258b5 Build system: added support for MEX files under MATLAB (Linux-only at this time, need to specify MATLAB version manually)
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2935 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-16 16:52:22 +00:00
sebastien 83c3023274 Added build system for Octave MEX files
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2932 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-16 13:49:47 +00:00
sebastien 705d1a78ff Fix detection of Boost graph header
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2931 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-16 13:08:02 +00:00
sebastien fd99976852 Build system: no longer set '-mno-cygwin' for Cygwin platform. This confuses 'configure', and we should rather use MinGW for building standalone Windows binaries.
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2927 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-15 17:32:09 +00:00