We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26ffd8 commit ced0582Copy full SHA for ced0582
MANIFEST
@@ -1,6 +1,6 @@
1
Changes
2
compute_plan_template.xs
3
-FFTW3.pd
+fftw3.pd
4
LICENSE
5
Makefile.PL
6
MANIFEST This list of files
Makefile.PL
@@ -42,10 +42,10 @@ if( eval "require Alien::FFTW3" ) {
42
chomp($cflags, $libs);
43
}
44
45
-my @package = (qw(FFTW3.pd FFTW3 PDL::FFTW3), undef, 1);
+my @package = (qw(fftw3.pd FFTW3 PDL::FFTW3), undef, 1);
46
my %descriptor = pdlpp_stdargs(\@package);
47
48
-$descriptor{VERSION_FROM} = 'FFTW3.pd';
+$descriptor{VERSION_FROM} = 'fftw3.pd';
49
$descriptor{OPTIMIZE} = ($Config{ccname} =~ m/gcc/) ? '-O2' : $Config{optimize};
50
$descriptor{CCFLAGS} .= ( ($Config{ccname} =~ m/gcc/) ? '--std=gnu99 ' : '' ) . $Config{ccflags};
51
FFTW3.pd fftw3.pd
0 commit comments