10.11.2. Contenu de MPFR
Bibliothèques installées:
libmpfr.[a,so]
Répertoire installé:
/usr/share/doc/mpfr-3.1.5
La bibliothèque MPFR est une bibliothèque C pour le calcul en point flottant multi-précision avec un arrondi correct.
Appliquez un correctif avec des corrections amont :
patch -Np1 -i ../mpfr-3.1.5-fixes-1.patch
Préparez la compilation de MPFR :
CC="gcc -isystem /usr/include" \ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ ./configure \ --prefix=/usr \ --with-gmp=/usr \ --docdir=/usr/share/doc/mpfr-3.1.5
Compilez le paquet :
make make html
Testez les résultats :
make check
Installez le paquet :
make install make install-html