Skip to content

Commit

Permalink
Remove obsolete FFTW code, update t/config.t
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 21, 2015
1 parent 1ba3251 commit f879fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions perldl.conf
Expand Up @@ -170,16 +170,6 @@
# Location to find GSL includes:
GSL_INC => undef, # use gsl-config

# Whether or not to build the PDL::FFTW module
# NOTE: PDL::FFTW has been moved to its own CPAN
# distribution and has been deprecated.
# Please install from CPAN.

WITH_FFTW => 0, # Don't build PDL::FFTW
FFTW_LIBS => undef, # [ '/lib','/usr/lib','/usr/local/lib'],
FFTW_INC => undef, # ['/usr/include/','/usr/local/include'],
FFTW_TYPE => 'double',

# Whether or not to build the PDL::IO::HDF module
# false -> don't use
# true -> force use
Expand Down
2 changes: 1 addition & 1 deletion t/config.t
Expand Up @@ -6,7 +6,7 @@
# the result of use_ok or some such.

BEGIN {
use Test::More tests => 14; # 13 WITH_ keys and 1 use_ok test
use Test::More tests => 13; # 12 WITH_ keys and 1 use_ok test
}

BEGIN {
Expand Down

0 comments on commit f879fb9

Please sign in to comment.