Skip to content

Commit

Permalink
octave-ltfat: update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Nov 3, 2022
1 parent 337e2f8 commit bb2aa50
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
23 changes: 16 additions & 7 deletions math/octave-ltfat/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ PortGroup compilers 1.0
PortGroup github 1.0
PortGroup octave 1.0

octave.setup ltfat 2.4.0
revision 3
checksums rmd160 dfeec21ea3c1afb5480365b06d3a5c16f066b8c6 \
sha256 fe37b31bc2dae97d1b5e1389d856cc354f21dcd77f5df67c2a025fdae8c8d5fe \
size 3290078
version 2.5.0
revision 0
github.setup ltfat ltfat ${version} v
octave.setup ltfat ${version}

github.setup ltfat ltfat ${version}
platforms darwin
license GPL-3+ BSD
maintainers {mps @Schamschula} openmaintainer
Expand All @@ -25,10 +23,21 @@ long_description {*}${description} (LTFAT) is a Matlab/Octave toolbox for wor
(filter prototypes) and routines for manipulating coefficients.

homepage https://ltfat.github.io

github.tarball_from releases
distname ltfat-${version}-of

checksums rmd160 bfd71eec4aa38130732739c5f33add3c1ff12927 \
sha256 f00a840c47e06307ed2948fcca7150cc16b71b7cd376136db19d9b5b5e8357b4 \
size 3582591

compilers.choose fc f77 f90
compilers.setup require_fortran

patchfiles patch-nonstatgab-nsdgt.m.diff
depends_build port:gmake

patchfiles patch-src-Makefile.in.diff

post-patch {
reinplace "s|%PREFIX%|${prefix}|g" ${worksrcpath}/src/Makefile.in
}
15 changes: 0 additions & 15 deletions math/octave-ltfat/files/patch-nonstatgab-nsdgt.m.diff

This file was deleted.

10 changes: 10 additions & 0 deletions math/octave-ltfat/files/patch-src-Makefile.in.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- src/Makefile.in.orig 2022-05-24 15:55:38.000000000 -0500
+++ src/Makefile.in 2022-11-02 20:38:23.000000000 -0500
@@ -4,6 +4,7 @@

CC=@CC@
CXX=@CXX@
+MAKE=%PREFIX%/bin/gmake

export CC
export CXX

0 comments on commit bb2aa50

Please sign in to comment.