1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/octave-forge-ltfat: Update to 2.6.0.

This commit is contained in:
Stephen Montgomery-Smith 2023-09-14 11:43:10 -05:00
parent 8df2cea318
commit 420afe5ff2
3 changed files with 6 additions and 22 deletions

View File

@ -1,10 +1,9 @@
PORTNAME= octave-forge-ltfat
PORTVERSION= 2.3.1
PORTREVISION= 14
PORTVERSION= 2.6.0
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
MASTER_SITES= https://github.com/ltfat/ltfat/releases/download/v2.6.0/
DISTNAME= ${OCTAVE_PKGNAME}-${PORTVERSION}-of
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
@ -23,8 +22,6 @@ USES= octave
OCTAVE_SRC= ${OCTAVE_PKGNAME}
GNU_CONFIGURE= yes
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
${RM} ${WRKSRC}/../inst/DESCRIPTION

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1529768625
SHA256 (octave-forge/ltfat-2.3.1.tar.gz) = 3063eced0aa185162f3049e37c2ca8076985b76b7173738e7389184e5481f03d
SIZE (octave-forge/ltfat-2.3.1.tar.gz) = 3236417
TIMESTAMP = 1694654220
SHA256 (octave-forge/ltfat-2.6.0-of.tar.gz) = 14c0d9f171612c6eca0e8523b57bda7de920ead4a5b7005a3b4fbffe3333263e
SIZE (octave-forge/ltfat-2.6.0-of.tar.gz) = 3579656

View File

@ -1,13 +0,0 @@
--- ../inst/nonstatgab/nsdgt.m.orig 2021-02-21 22:07:54.880669000 -0600
+++ ../inst/nonstatgab/nsdgt.m 2021-02-21 22:08:12.573573000 -0600
@@ -149,8 +149,8 @@
col = ceil(Lg/M(ii));
temp = zeros(col*M(ii),W,assert_classname(f,g{1}));
- temp([end-floor(Lg/2)+1:end,1:ceil(Lg/2)],:) = bsxfun(@ ...
- times,f(win_range,:),g{ii}(idx));
+ temp([end-floor(Lg/2)+1:end,1:ceil(Lg/2)],:) = bsxfun(@times, ...
+ f(win_range,:),g{ii}(idx));
temp = reshape(temp,M(ii),col,W);
X = squeeze(fft(sum(temp,2)));