Skip to content

Commit ced0582

Browse files
committed
rename FFTW3.pd to lower-case
1 parent c26ffd8 commit ced0582

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changes
22
compute_plan_template.xs
3-
FFTW3.pd
3+
fftw3.pd
44
LICENSE
55
Makefile.PL
66
MANIFEST This list of files

Makefile.PL

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ if( eval "require Alien::FFTW3" ) {
4242
chomp($cflags, $libs);
4343
}
4444

45-
my @package = (qw(FFTW3.pd FFTW3 PDL::FFTW3), undef, 1);
45+
my @package = (qw(fftw3.pd FFTW3 PDL::FFTW3), undef, 1);
4646
my %descriptor = pdlpp_stdargs(\@package);
4747

48-
$descriptor{VERSION_FROM} = 'FFTW3.pd';
48+
$descriptor{VERSION_FROM} = 'fftw3.pd';
4949
$descriptor{OPTIMIZE} = ($Config{ccname} =~ m/gcc/) ? '-O2' : $Config{optimize};
5050
$descriptor{CCFLAGS} .= ( ($Config{ccname} =~ m/gcc/) ? '--std=gnu99 ' : '' ) . $Config{ccflags};
5151

FFTW3.pd fftw3.pd

File renamed without changes.

0 commit comments

Comments
 (0)