Commit Graph

89 Commits (943db6fb24d9e4b01f31d084696bb8aec9010ff4)

Author SHA1 Message Date
Houtan Bastani 1a3d8d0b26 Provisions for MATLAB 8.5 (R2015a) 2015-03-16 14:44:06 +01:00
Houtan Bastani 0dbff4fa52 build system: modify blas check for os x 10.10 2014-10-30 16:25:01 +01:00
Houtan Bastani f4f7a02fd7 Provisions for MATLAB 8.4 (R2014b) 2014-10-10 10:41:04 +02:00
Houtan Bastani f6fa361838 build system: add hdf5 check to RHEL matio hack 2014-07-29 11:38:07 +02:00
Sébastien Villemot a459a3440b Provisions for MATLAB 8.3 (R2014a). 2014-03-18 14:59:08 +01:00
Sébastien Villemot 2300419226 Upgrade macros AX_{BLAS,LAPACK,COMPARE_VERSION,PTHREAD}. 2014-03-03 11:21:54 +01:00
Sébastien Villemot 75ae191d33 Upgrade to a newer version of the AX_BOOST_BASE macro.
Our workaround for cross-compilation has been incorporated upstream.
2014-03-03 11:13:27 +01:00
Sébastien Villemot 5308da2cad Upgrade the minimum requirement to MATLAB 7.5 (R2007b). 2014-02-03 15:52:54 +01:00
Houtan Bastani 5df2392a09 fix ax_mexopts fixes for OS X 10.9 build 2013-11-18 12:16:37 +01:00
Sébastien Villemot b3d835bd48 Provisions for MATLAB 8.2 (R2013b) 2013-09-25 16:00:07 +02:00
Sébastien Villemot 61485ab809 Fix copyright notices 2013-06-12 17:04:46 +02:00
Sébastien Villemot 3bbdbf8387 Provisions for MATLAB 8.1 (R2013a) 2013-03-21 18:26:04 +01: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 3d39d77917 Remove spurious executable permissions 2012-10-13 16:10:01 +02:00
Sébastien Villemot 906f532828 Fix detection of SLICOT for Octave+Windows 2012-10-01 15:06:27 +02:00
Sébastien Villemot 5b1ecaf627 Fix detection of SLICOT under Windows 2012-09-28 17:24:07 +02: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
Houtan Bastani 074f567e39 typo's typo 2012-09-18 15:23:49 +02:00
Houtan Bastani 2a937e435c typo 2012-09-18 14:47:02 +02:00
Houtan Bastani a54af094f2 bug fix: slicot configuration (allow path specification using --with-slicot flag) 2012-09-18 14:45:32 +02:00
Sébastien Villemot 7de6be31e6 Upgrade the minimum requirement to MATLAB 7.3 (R2006b) 2012-09-18 11:54:40 +02:00
Houtan Bastani 469a1d2c25 fix slicot configuration on OS X 2012-09-17 11:58:18 +02:00
Sébastien Villemot c74b1d1bdc Provisions for MATLAB 8.0 (R2012b) 2012-09-14 11:10:47 +02:00
Sébastien Villemot be93274112 Minimal MATLAB requirement is 7.0 2012-09-11 12:31:16 +02:00
Houtan Bastani 169ab6c28c change location of 10.6 SDK 2012-08-02 17:17:29 +02:00
Sébastien Villemot ebfeae2ccf Provisions for MATLAB 7.14 (R2012a) 2012-03-13 17:43:30 +01:00
Houtan Bastani 4c1fe625a2 build: fix fortran flags on mac 2011-10-12 16:18:40 +02:00
Sébastien Villemot 21ceaa5cb4 Provisions for MATLAB 7.13 (R2011b) 2011-09-22 18:05:06 +02:00
Houtan Bastani ac2ed284ef stop supporting osx 10.5, in accordance with changes at Apple and Mathworks 2011-06-18 15:07:34 +02:00
Sébastien Villemot 7b67f40a11 Bump MATLAB version requirement to 7.0 2011-04-27 11:57:43 +02:00
Sébastien Villemot f978ebeff7 Provisions for MATLAB 7.12 (R2011a) 2011-04-08 11:07:03 +02:00
Sébastien Villemot 5f04ed9db7 Reference manual: switch to TeXinfo format 2011-03-29 17:50:11 +02:00
Houtan Bastani 6cdbf51a54 SWZ: Revert "SWZ: remove gsl from build system, to be reintstated if gsl remains a requirement in the ms new code"
This reverts commit e19026d130.
2011-02-22 15:06:38 +01:00
Houtan Bastani 6d89d56b53 remove -ansi flag from mex build flags as we use gnu compilers to build mexfiles 2011-02-22 15:06:38 +01:00
Sébastien Villemot 02652f6eb8 Updated copyright notices 2011-02-04 17:27:33 +01:00
Houtan Bastani e19026d130 SWZ: remove gsl from build system, to be reintstated if gsl remains a requirement in the ms new code 2011-02-02 18:58:36 +01:00
Houtan Bastani 16f256c5c3 build system: fix bug in build mex on mac 2011-01-24 17:35:22 -05:00
Sébastien Villemot 48eb2a83a6 Build system: fix workaround for 64-bit integers in Fortran code 2010-11-25 15:09:59 +01:00
Stéphane Adjemian (Charybdis) 010c4c0c20 Fixed bug in kalman_steady_state.cc related to long integer and (mkl) lapack calls. Changed building system by adding -fdefault-integer-8 flag to gfortran when slicot is compiled on a 64-bits platform. 2010-11-25 14:35:46 +01:00
Sébastien Villemot b8aae7bbf9 Fix underscoring problems with Fortran code 2010-11-22 12:22:22 +01:00
Stéphane Adjemian (Charybdis) 382ab96cde Added the Slicot library (distributed under the GNU General Public Licence at www.slicot.org). This library provides routines
for the design and analysis of control systems. Adapted the building system to handle fortran 77 source files.
2010-11-18 10:11:27 +01:00
Sébastien Villemot 572f521baf Build system: for MEX files under Windows+MATLAB, link with -lmat 2010-10-28 12:30:45 +02:00
Sébastien Villemot c47b177577 Provisions for MATLAB R2010b (7.11) 2010-09-10 13:08:32 +02:00
Sébastien Villemot 424b299e07 Build system: fix bug for compilation with mingw 64-bit (linking with MSVC export files creates MEX files which crash, while directly linking with the DLL binary works) 2010-08-26 18:36:56 +02:00
Sébastien Villemot 5ccd248622 Build system: for Windows, add "-static-libstdc++" flag 2010-08-24 18:46:26 +02:00