Skip to content

Commit

Permalink
Disable Faster::Maths
Browse files Browse the repository at this point in the history
It seems not to be stable on some systems.
  • Loading branch information
shawnlaffan committed Sep 9, 2024
1 parent 3e61f7c commit feb885e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ my %common_reqs = (
"Data::Compare" => 0,
"Exception::Class" => 0,
"Exporter::Easy" => 0,
"Faster::Maths" => 0,
#"Faster::Maths" => 0,
"File::BOM" => 0,
"File::Find::Rule" => 0,
"Geo::Converter::dms2dd" => "0.05",
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires "Excel::ValueReader::XLSX";
requires "Exception::Class";
requires "Exporter::Easy";
#requires "FFI::Platypus::Declare";
requires "Faster::Maths";
# requires "Faster::Maths"; # disabled for now
requires "File::BOM";
requires "File::Find::Rule";
requires "Geo::Converter::dms2dd", "0.05";
Expand Down
3 changes: 2 additions & 1 deletion lib/Biodiverse/Indices/RichnessEstimation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ use parent 'Biodiverse::Common::ColourPalettes';
# and possibly other conditions. These are all localised inside blocks
# where it is lexically disabled.
# see https://rt.cpan.org/Public/Dist/Display.html?Name=Faster-Maths
use Faster::Maths;
# also under CI, so disable now
# use Faster::Maths;
#no if ($Faster::Maths::VERSION le '0.02') => 'Faster::Maths';

our $VERSION = '4.99_002';
Expand Down

0 comments on commit feb885e

Please sign in to comment.