changeset 12552:9dfeaeda2f0e octave-forge

prepare next release of TSA toolbox
author schloegl
date Sat, 17 Jan 2015 23:22:55 +0000
parents 0b91f4c42213
children 88eead0cae19
files extra/tsa/DESCRIPTION extra/tsa/NEWS extra/tsa/src/Makefile
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <alois.schloegl@gmail.com>
-Maintainer: Alois Schloegl <alois.schloegl@gmail.com>
+Version: 4.2.8
+Date: 2015-01-18
+Author: Alois Schloegl <alois.schloegl@ist.ac.at>
+Maintainer: Alois Schloegl
 Title: Time Series Analysis Toolbox 
 Description: Stochastic concepts and maximum entropy methods for time series analysis
 Depends: octave (>= 2.9.7) 
--- /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
--- 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/