Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2535 closed defect (fixed)

new port "mpfr"

Reported by: leimy@… Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

New portfile for mpfr... needed to build g95 on Mac OS X from gcc CVS.

Attachments (1)

Portfile (928 bytes) - added by leimy@… 19 years ago.
Portfile for mpfr

Download all attachments as: .zip

Change History (6)

comment:1 Changed 19 years ago by leimy@…

PortSystem 1.0 name mpfr version 2.1.0 categories devel math maintainers leimy@… platforms darwin description The MPFR library is a C library for multiple-precision floating-point computations long_description \

The MPFR library is a C library for multiple-precision \ floating-point computations with exact rounding (also called \ correct rounding). It is based on the GMP multiple-precision \ library and should replace the MPF class in further releases \ of GMP.

homepage http://www.mpfr.org

master_sites http://www.mpfr.org/mpfr-current

depends_lib lib:libgmp.3:gmp

checksums md5 9174f5e0cd43f2253b5779743368c8f2

configure.args --infodir=
\${prefix}/share/info --with-gmp=${prefix}

post-destroot { system "ranlib ${destroot}${prefix}/lib/libmpfr.a"

ui_info "Executed ranlib ${prefix}/lib/libmpfr.a"}

variant darwin x86 {

configure.args-append --host=none-apple-darwin

}

Changed 19 years ago by leimy@…

Attachment: Portfile added

Portfile for mpfr

comment:2 Changed 19 years ago by opendarwin.org@…

Status: newassigned

comment:3 Changed 19 years ago by opendarwin.org@…

Owner: changed from darwinports-bugs@… to opendarwin.org@…
Status: assignednew

comment:4 Changed 19 years ago by opendarwin.org@…

Resolution: fixed
Status: newclosed

comment:5 Changed 19 years ago by snu@…

op_sys: All
Note: See TracTickets for help on using tickets.