2008-10-03 21:14:18 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="ch-system-mpfr" role="wrap">
|
|
|
|
<?dbhtml filename="mpfr.html"?>
|
|
|
|
|
|
|
|
<sect1info condition="script">
|
|
|
|
<productname>mpfr</productname>
|
|
|
|
<productnumber>&mpfr-version;</productnumber>
|
|
|
|
<address>&mpfr-url;</address>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>MPFR-&mpfr-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-mpfr">
|
|
|
|
<primary sortas="a-MPFR">MPFR</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title/>
|
|
|
|
|
|
|
|
<para>The MPFR package contains functions for multiple precision
|
|
|
|
math.</para>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>&mpfr-ch6-sbu;</seg>
|
|
|
|
<seg>&mpfr-ch6-du;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of MPFR</title>
|
|
|
|
|
2011-12-23 19:03:08 +00:00
|
|
|
<para>Apply a patch that fixes a number of bugs in MPFR-&mpfr-version;</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
|
|
|
|
|
2008-10-03 21:14:18 +01:00
|
|
|
<para>Prepare MPFR for compilation:</para>
|
|
|
|
|
2012-03-09 20:12:34 +00:00
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
|
|
--enable-thread-safe \
|
|
|
|
--docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen>
|
2008-10-03 21:14:18 +01:00
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
|
|
|
|
<important>
|
|
|
|
<para>The test suite for MPFR in this section is considered critical.
|
|
|
|
Do not skip it under any circumstances.</para>
|
|
|
|
</important>
|
|
|
|
|
2010-07-02 03:36:10 +01:00
|
|
|
<para>Test the results and ensure that all tests passed:</para>
|
2008-10-03 21:14:18 +01:00
|
|
|
|
|
|
|
<screen><userinput remap="test">make check</userinput></screen>
|
|
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
2009-02-08 12:41:49 +00:00
|
|
|
<para>Install the documentation:</para>
|
|
|
|
|
2012-02-11 15:25:45 +00:00
|
|
|
<screen><userinput remap="make">make html
|
|
|
|
</userinput><userinput remap="install">make install-html</userinput></screen>
|
2009-02-08 12:41:49 +00:00
|
|
|
|
2008-10-03 21:14:18 +01:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="contents-mpfr" role="content">
|
|
|
|
<title>Contents of MPFR</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2010-05-23 18:18:52 +01:00
|
|
|
<segtitle>Installed directory</segtitle>
|
2008-10-03 21:14:18 +01:00
|
|
|
|
|
|
|
<seglistitem>
|
2009-05-10 19:36:23 +01:00
|
|
|
<seg>libmpfr.{a,so}</seg>
|
2010-05-23 18:18:52 +01:00
|
|
|
<seg>/usr/share/doc/mpfr-&mpfr-version;</seg>
|
2008-10-03 21:14:18 +01:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2009-05-10 19:36:23 +01:00
|
|
|
<varlistentry id="libmpfr">
|
2009-08-12 20:16:30 +01:00
|
|
|
<term><filename class="libraryfile">libmpfr</filename></term>
|
2008-10-03 21:14:18 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Contains multiple-precision math functions.</para>
|
2009-05-10 19:36:23 +01:00
|
|
|
<indexterm zone="ch-system-mpfr libmpfr">
|
|
|
|
<primary sortas="c-libmpfr">libmpfr</primary>
|
2008-10-03 21:14:18 +01:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|