Skip to content

Commit

Permalink
opt in to upcoming PDL multi-C feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 4, 2021
1 parent eb3833e commit 099ab15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
patches/
PDL-FFTW3-*.tar.gz
*~
FFTW3.o
FFTW3.o*
FFTW3.c
*.bs
FFTW3.pm
FFTW3.xs
pp-*.[co]*
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- opt in to upcoming PDL multi-C feature

0.17 2021-10-01
- whitespace fix for #line directive

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if( eval "require Alien::FFTW3" ) {
chomp($cflags, $libs);
}

my @package = qw(FFTW3.pd FFTW3 PDL::FFTW3);
my @package = (qw(FFTW3.pd FFTW3 PDL::FFTW3), undef, 1);
my %descriptor = pdlpp_stdargs(\@package);

$descriptor{VERSION_FROM} = 'FFTW3.pd';
Expand Down

0 comments on commit 099ab15

Please sign in to comment.