Commit Graph

9 Commits (beb7d42d748f9f0f5216ed7aca93dceb4f73df2c)

Author SHA1 Message Date
Sébastien Villemot 671fe4bcd4
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.
2018-11-06 12:17:56 +01:00
Houtan Bastani f6fa361838 build system: add hdf5 check to RHEL matio hack 2014-07-29 11:38:07 +02:00
Sébastien Villemot d239ac39ce Still fixing the matio test… 2012-11-22 11:59:57 +01:00
Sébastien Villemot 44e3bf5947 Improve matio workaround for RHEL 6
Previous workaround was crashing the Windows snapshot
2012-11-22 11:17:03 +01:00
Sébastien Villemot b7730f3025 Workaround for matio under RHEL 6 + EPEL 6 2012-11-21 16:58:40 +01:00
Sébastien Villemot 41ee0dde2e ax_matio.m4: LIBS was not correctly saved 2012-09-20 22:53:47 +02:00
Sébastien Villemot 4d98c2007f Rename CFLAGS_MATIO to CPPFLAGS_MATIO 2012-09-20 22:53:47 +02:00
Houtan Bastani a43492a70a fix comment 2012-09-19 12:54:29 +02:00
Houtan Bastani 4f54391e94 add --with-matio option to configure 2012-09-19 12:11:57 +02:00