changeset 12689:e2c27fba9dd6 octave-forge

prepare release of tsa 4.3.1
author schloegl
date Sat, 12 Sep 2015 09:30:19 +0000
parents c9519e64c24b
children 16bc2657b1f1
files extra/tsa/DESCRIPTION extra/tsa/NEWS extra/tsa/src/Makefile
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/DESCRIPTION	Sat Sep 12 09:05:46 2015 +0000
+++ b/extra/tsa/DESCRIPTION	Sat Sep 12 09:30:19 2015 +0000
@@ -1,6 +1,6 @@
 Name: TSA
-Version: 4.3.0
-Date: 2015-06-01
+Version: 4.3.1
+Date: 2015-09-12
 Author: Alois Schloegl <alois.schloegl@ist.ac.at>
 Maintainer: Alois Schloegl
 Title: Time Series Analysis Toolbox 
--- a/extra/tsa/NEWS	Sat Sep 12 09:05:46 2015 +0000
+++ b/extra/tsa/NEWS	Sat Sep 12 09:30:19 2015 +0000
@@ -1,7 +1,8 @@
-2015-06-01: Release of TSA 4.3.0
+2015-06-01: Release of TSA 4.3.1
 
 - fix version of Matlab version with Octave 4.0 (bug #44989)
-
+- fix documentation [bugs #44673]
+- fix flag on OpenSuse
 
 2015-01-24: Release of TSA 4.2.9
 
--- a/extra/tsa/src/Makefile	Sat Sep 12 09:05:46 2015 +0000
+++ b/extra/tsa/src/Makefile	Sat Sep 12 09:30:19 2015 +0000
@@ -42,7 +42,7 @@
 CC  	= gcc
 CXX 	= g++
 CFLAGS 	= -Wall -Wextra -Wconversion -O2 -fPIC 
-OCTMEX	= mkoctfile$(OCTAVE_VERSION) --mex
+OCTMEX	= mkoctfile$(OCTAVE_VERSION) --mex -lgomp
 RM      = rm
 
 ifneq (Darwin,$(shell uname))