1 | PortSystem 1.0 |
---|
2 | name mpfr |
---|
3 | version 2.1.0 |
---|
4 | categories devel math |
---|
5 | maintainers leimy@opendarwin.org |
---|
6 | platforms darwin |
---|
7 | description The MPFR library is a C library for multiple-precision floating-point computations |
---|
8 | long_description \ |
---|
9 | The MPFR library is a C library for multiple-precision \ |
---|
10 | floating-point computations with exact rounding (also called \ |
---|
11 | correct rounding). It is based on the GMP multiple-precision \ |
---|
12 | library and should replace the MPF class in further releases \ |
---|
13 | of GMP. |
---|
14 | homepage http://www.mpfr.org |
---|
15 | |
---|
16 | master_sites http://www.mpfr.org/mpfr-current |
---|
17 | |
---|
18 | depends_lib lib:libgmp.3:gmp |
---|
19 | |
---|
20 | checksums md5 9174f5e0cd43f2253b5779743368c8f2 |
---|
21 | |
---|
22 | configure.args --infodir=\\\${prefix}/share/info --with-gmp=${prefix} |
---|
23 | |
---|
24 | post-destroot { system "ranlib ${destroot}${prefix}/lib/libmpfr.a" |
---|
25 | ui_info "Executed ranlib ${prefix}/lib/libmpfr.a"} |
---|
26 | |
---|
27 | variant darwin x86 { |
---|
28 | configure.args-append --host=none-apple-darwin |
---|
29 | } |
---|