mpfr - python bigfloat installation issues -
My problem is similar to this poster and I'm using a Mac OSX version 10.9.5:
When I try to install the "mpc-1.0.2" package, it does not compile and collects this collection:
grep: / Home / case / local / lib / libgmp.la: There is no such file or directory: /home/case/local/lib/libgmp.la: No such file or directory liboot: no: link: `/ home / case / Local / lib / libgmp.la 'does not create a valid Liboot collection [2]: *** [libmpc.la] making error 1 [***]: *** [sub-recursive] making error 1: *** [All] error 2 is my configured command :
./configure --prefix = / User / Username / Local - with-GMP = / User / Username / Local - with-MPFF
< Div class = "post-text" itemprop = "text">
A
If your goal is to compile bigfloat , you will see gmpy2 Or MPC do not need to be compiled. . From the process for compiling GMP , MPFR and MPC to use the first part of my instructions with GMP2 Was copied. In my examples, I usually use my local username case , a normal username , or sometimes a different location. To allow access to both bigfloat and gmpy2 MPFR, you must edit the commands to use the actual location. Library for arbitrary-precision floating point arithmetic. They use a slightly different API, especially to control contexts. gmpy2 also provides access to library (arbitrary-for precise integer and rational numbers) and MPC library (arbitrary-precision complex numbers for). Disclaimer: I maintain gmpy and gmpy2 .
Comments
Post a Comment