Skip to content

Commit

Permalink
remove PDL::GSL::CDF from prereqs
Browse files Browse the repository at this point in the history
PDL::GSL::CDF is part of PDL-Stats, so having it as a prerequisite
causes new installs to fail.

This reverts part of the changes made in
<#11>.

Thanks to shawnlaffan++ for reporting this at
<#12>.
  • Loading branch information
zmughal committed Aug 31, 2015
1 parent cc144dc commit 91de8e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.PL
Expand Up @@ -24,7 +24,6 @@ WriteMakefile(
'PDL::Core' => 2.008,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::GSL::CDF' => 0,
'PDL::Slatec' => 0,
},
CONFIGURE_REQUIRES => {
Expand All @@ -34,15 +33,13 @@ WriteMakefile(
'PDL::Core' => 2.008,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::GSL::CDF' => 0,
'PDL::Slatec' => 0,
},
TEST_REQUIRES => {
'PDL::Core' => 2.008,
'Test::More' => 0,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::GSL::CDF' => 0,
'PDL::Slatec' => 0,
},
DIR => ['Basic', 'Distr', 'GLM', 'Kmeans', 'GSL', 'TS'],
Expand Down

0 comments on commit 91de8e0

Please sign in to comment.