View Single Post
Old 2023-03-27, 18:36   #41
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

17×283 Posts
Default Recipe

Here is a recipe to get things working well with the latest versions for Debian. This will be the same for Ubuntu:

Code:
sudo apt-get remove libpari.dev libgmp.dev
Download the latest CM, GMP, MPFR, MPC, MPRFCX and PARI from their respective websites.

Extract them.

With each, except PARI -- which uses ./Configure -- and CM for which you need ./configure --enable-mpi and possibly --enable-shared=no -- run:

Code:
./configure
make
make check
sudo make install.
Do these local installations in the following order:
  • GMP
  • PARI
  • MPFR
  • MPC
  • MPFRCX
  • CM

For bonus points get the GWNUM addon working

Last fiddled with by paulunderwood on 2023-03-27 at 20:41
paulunderwood is online now   Reply With Quote