Closed GoogleCodeExporter closed 9 years ago
I think I know the issue: I always compile GMP, MPFR, and MPC together so they
are always found under the same directory. I assume you have GMP in /usr and
MPFR/MPC in /usr/local.
I'll work on a setup.py with better logic for detecting versions.
Original comment by casevh
on 2 Apr 2013 at 12:52
That's correct. GMP is in /usr because it is a standard Ubuntu package; the
others are not, so they go in /usr/local.
Original comment by keith.br...@bt.com
on 2 Apr 2013 at 2:44
I reworked the logic for detecting versions of MPFR and MPC. Now if setup.py
can't detect the proper versions, it just prints a warning and still tries to
compile. Can you try the attached setup.py?
Original comment by casevh
on 3 Apr 2013 at 4:18
Attachments:
I have release GMPY2 2.0.1 which includes an updated setup.py.
Original comment by casevh
on 28 Jul 2013 at 5:01
Original issue reported on code.google.com by
casevh
on 2 Apr 2013 at 12:48