Opened 11 years ago
Closed 11 years ago
#42510 closed submission (fixed)
p5-math-mpfi 0.04 submission
Reported by: | someuser12 | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-math-mpfi |
Description
Perl interface to the MPFI (interval arithmetic) library.
Attachments (2)
Change History (6)
Changed 11 years ago by someuser12
comment:1 follow-up: 2 Changed 11 years ago by mf2k (Frank Schima)
comment:2 Changed 11 years ago by someuser12
Replying to macsforever2000@…:
This port depends on #42509 for mpfi to be added.
Here's a quick review:
Thanks a lot for your review. I tried to address all issues in Portfile.2 (by the way, I had forgotten one dependency). It seems the module cannot be tested with perl5.18 yet since p5-math-mpfr is not yet available for perl5.18.
Changed 11 years ago by someuser12
Attachment: | Portfile.2 added |
---|
comment:3 Changed 11 years ago by mf2k (Frank Schima)
Port: | p5-math-mpfi added |
---|---|
Version: | 2.2.1 |
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in r119954 with the following changes:
- Moved the mpfi dependency into the
if {${perl5.major} != ""} {
block so the stub port does not have any dependencies. - Moved lines around to be consistent with other perl ports.
- Removed the p5.18 sub-port.
Note: See
TracTickets for help on using
tickets.
This port depends on #42509 for mpfi to be added.
Here's a quick review:
sha256
checksum should be added. Thesha1
checksum can be removed unless upstream provides it.depends_lib-append
instead ofdepends_lib
supported_archs noarch
should be added