Perl-Dist-Strawberry
changeset 334:68bfeebf36f0
Reverting commit 7b3ac3ef
We'll be using a --fat-binary build of Math::BigInt::GMP to avoid
this problem in the future (it was because the pack we were using was
built on an Intel Core 2 CPU and had code that would cause ABENDs on
older CPU's)
See http://gmplib.org/manual/Build-Options.html for what that option
does for us.
We'll be using a --fat-binary build of Math::BigInt::GMP to avoid
this problem in the future (it was because the pack we were using was
built on an Intel Core 2 CPU and had code that would cause ABENDs on
older CPU's)
See http://gmplib.org/manual/Build-Options.html for what that option
does for us.
| author | csjewell@cpan.org@88f4d9cd-8a04-0410-9d60-8f63309c3137 |
|---|---|
| date | Sat Feb 19 10:20:08 2011 +0000 (2011-02-19) |
| parents | 70bc1c585962 |
| children | 2e36c941ae2c |
| files | lib/Perl/Dist/Strawberry.pm |
line diff
1.1 --- a/lib/Perl/Dist/Strawberry.pm Sat Feb 19 10:19:55 2011 +0000 1.2 +++ b/lib/Perl/Dist/Strawberry.pm Sat Feb 19 10:20:08 2011 +0000 1.3 @@ -447,10 +447,9 @@ 1.4 1.5 # Install additional math modules 1.6 $self->install_pari() if not 64 == $self->bits(); 1.7 - # Math::BigInt::GMP is currently ABENDing. Will try and fix post-Beta-1. 1.8 -# $self->install_modules( qw{ 1.9 -# Math::BigInt::GMP 1.10 -# } ); 1.11 + $self->install_modules( qw{ 1.12 + Math::BigInt::GMP 1.13 + } ); 1.14 1.15 # XML Modules 1.16 if ($self->portable() && (12 < $self->perl_major_version()) ) {
