# HG changeset patch # User schloegl # Date 1421536975 0 # Node ID 9dfeaeda2f0ecfe42abb7d9a7428542b106bd65d # Parent 0b91f4c42213e7abddec4b0bd635620c6fbf5a6b prepare next release of TSA toolbox diff -r 0b91f4c42213 -r 9dfeaeda2f0e extra/tsa/DESCRIPTION --- a/extra/tsa/DESCRIPTION Sat Jan 17 23:20:37 2015 +0000 +++ b/extra/tsa/DESCRIPTION Sat Jan 17 23:22:55 2015 +0000 @@ -1,8 +1,8 @@ Name: TSA -Version: 4.2.7 -Date: 2013-01-10 -Author: Alois Schloegl -Maintainer: Alois Schloegl +Version: 4.2.8 +Date: 2015-01-18 +Author: Alois Schloegl +Maintainer: Alois Schloegl Title: Time Series Analysis Toolbox Description: Stochastic concepts and maximum entropy methods for time series analysis Depends: octave (>= 2.9.7) diff -r 0b91f4c42213 -r 9dfeaeda2f0e extra/tsa/NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extra/tsa/NEWS Sat Jan 17 23:22:55 2015 +0000 @@ -0,0 +1,3 @@ + +2015-01-18 + maintenance release: fixes minor bugs and configuration issues diff -r 0b91f4c42213 -r 9dfeaeda2f0e extra/tsa/src/Makefile --- a/extra/tsa/src/Makefile Sat Jan 17 23:20:37 2015 +0000 +++ b/extra/tsa/src/Makefile Sat Jan 17 23:22:55 2015 +0000 @@ -18,8 +18,8 @@ MEX_OPTION += -largeArrayDims # Mingw crosscompiler: available at http://www.nongnu.org/mingw-cross-env/ -CROSS = $(HOME)/src/mxe/usr/bin/i686-pc-mingw32 -CROSS64 = $(HOME)/src/mce-w64/usr/bin/x86_64-static-mingw32 +CROSS = $(HOME)/src/mxe.github.schloegl/usr/bin/i686-w64-mingw32.static +CROSS64 = $(HOME)/src/mxe.github.schloegl/usr/bin/x86_64-w64-mingw32.static # include directory for Win32-Matlab include W32MAT_INC = -I$(HOME)/bin/win32/Matlab/R2010b/extern/include/ W64MAT_INC = -I$(HOME)/bin/win64/Matlab/R2010b/extern/include/