-
- Downloads
Build system improvements on Windows (MinGW / MSYS2)
- Use the -static flag when linking Dynare++, so that shipping libquadmath and libgcc DLL in the installer is no longer needed. - Use AM_CXXFLAGS and AM_LDFLAGS variables for changing flags, since CXXFLAGS and LDFLAGS are user variables. Also, this avoids passing these flags down to configure scripts in subdirectories. - Check for the SZIP library in the configure test for the MatIO, this is needed under MSYS2. - Statically link MatIO and GSL in MEX files for MATLAB, this is needed under MSYS2.
Showing
- configure.ac 5 additions, 15 deletionsconfigure.ac
- dynare++/integ/cc/Makefile.am 1 addition, 1 deletiondynare++/integ/cc/Makefile.am
- dynare++/integ/src/Makefile.am 1 addition, 1 deletiondynare++/integ/src/Makefile.am
- dynare++/integ/testing/Makefile.am 2 additions, 2 deletionsdynare++/integ/testing/Makefile.am
- dynare++/kord/Makefile.am 3 additions, 3 deletionsdynare++/kord/Makefile.am
- dynare++/src/Makefile.am 2 additions, 2 deletionsdynare++/src/Makefile.am
- dynare++/tl/cc/Makefile.am 1 addition, 1 deletiondynare++/tl/cc/Makefile.am
- dynare++/tl/testing/Makefile.am 2 additions, 2 deletionsdynare++/tl/testing/Makefile.am
- m4/ax_matio.m4 2 additions, 0 deletionsm4/ax_matio.m4
- mex/build/matlab/configure.ac 10 additions, 2 deletionsmex/build/matlab/configure.ac
- preprocessor 1 addition, 1 deletionpreprocessor
- windows/dynare.nsi 1 addition, 1 deletionwindows/dynare.nsi
Loading
Please register or sign in to comment