math/p5-Math-MPFR: Update to 4.25

Changes:	https://metacpan.org/dist/Math-MPFR/changes
This commit is contained in:
Po-Chuan Hsieh 2023-03-22 02:53:38 +08:00
parent 60d0645d88
commit 514b6fa49c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= Math-MPFR
PORTVERSION= 4.24
PORTVERSION= 4.25
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655208448
SHA256 (Math-MPFR-4.24.tar.gz) = f4abe6b5e54e2dbc3a96372a8b603dc764251b8dbc3aa353754b5e4cb6ceff19
SIZE (Math-MPFR-4.24.tar.gz) = 216245
TIMESTAMP = 1677771779
SHA256 (Math-MPFR-4.25.tar.gz) = 45cffe1736173e3cf556b2f05e51acc4d62df508da565e71bfdbc2625a2877ca
SIZE (Math-MPFR-4.25.tar.gz) = 220309

View file

@ -1,15 +1,15 @@
--- Makefile.PL.orig 2022-03-08 11:03:33 UTC
--- Makefile.PL.orig 2023-02-22 05:30:24 UTC
+++ Makefile.PL
@@ -182,7 +182,7 @@ if(!defined($have_float128)) { # __float128 support, h
@@ -196,7 +196,7 @@ unless($skip_msvc) {
print $SAVE "\n\n" if $save;
print $SAVE "\n\n" if $save;
- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath";
+ my $mylibs = $mklib . " " . $mylibpth;
- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath";
+ my $mylibs = $mklib . " " . $mylibpth;
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@ -392,7 +392,7 @@ my %options = (
# First up, build have_f128.exe from have_f128.c.
# This simply establishes whether the __float128 type is available.
@@ -418,7 +418,7 @@ my %options = (
AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
ABSTRACT => 'Perl interface to the MPFR (floating point) library',
DEFINE => $defines,