Skip to content

Commit

Permalink
more accurate CONFIGURE_REQUIRES, add TEST_REQUIRES
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 28, 2024
1 parent 55d746a commit 9b2b924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ $descriptor{PREREQ_PM} = {
'PDL' => '2.049', # as_native
};
$descriptor{CONFIGURE_REQUIRES} = {
'PDL::Core::Dev' =>0,
'PDL' => '2.049',
'IPC::Run' =>0,
# 'Alien::FFTW3' =>0,
};
$descriptor{BUILD_REQUIRES} = {'PDL::PP'=>0};
$descriptor{TEST_REQUIRES} = {'Test::More'=>'0.88'};
$descriptor{AUTHOR} = "Dima Kogan <dima\@secretsauce.net>, Craig DeForest <deforest\@boulder.swri.edu>";
$descriptor{ABSTRACT} = "PDL interface to the Fastest Fourier Transform in the West";
$descriptor{LICENSE} = "gpl_3";
Expand Down

0 comments on commit 9b2b924

Please sign in to comment.