Go to file
Willi Mutschler 586c8dbfae
macOS: use ld_classic as workaround for linker issue with XCode 15
XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic
2023-10-11 15:43:54 +02:00
doc Drop autoconf/automake build system 2023-09-20 15:26:32 +02:00
scripts macOS: use ld_classic as workaround for linker issue with XCode 15 2023-10-11 15:43:54 +02:00
src Add interface for nomodelsummary option 2023-10-11 09:31:22 -04:00
.gitignore Drop autoconf/automake build system 2023-09-20 15:26:32 +02:00
.gitlab-ci.yml CI: rename Meson Homebrew/x86-64 cross file, for clarity 2023-10-02 17:02:56 +02:00
COPYING Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
README.md Updates to README 2021-01-06 16:09:35 +01:00
meson.build Enable -Wold-style-cast warning 2023-09-22 14:30:05 +02:00

README.md

Dynare Preprocessor

The Dynare Preprocessor defines the Dynare model language. It takes in a .mod file, computes the derivatives of the model represented therein, and produces MATLAB/Octave, Julia, or JSON output.

License

Most of the source files are covered by the GNU General Public Licence version 3 or later. There are some exceptions, see the respective file headers.