Closed GoogleCodeExporter closed 9 years ago
ok, it works if /usr/local/lib added to LD_LIBRARY_PATH
Original comment by alexande...@gmail.com
on 10 Dec 2012 at 9:33
Please close the issue
Original comment by alexande...@gmail.com
on 10 Dec 2012 at 9:34
You can also compile gmpy2 using these options:
python setup.py build_ext -f -Ddir=/usr/local install -f
The "-Ddir=/usr/local" instructs setup.py to include the runtime path
information into the gmpy2 library. With this option, you won't need to modify
LD_LIBRARY_PATH.
The "-f" options forces a recompile. IIRC, if just include the -D option
immediately after building gmpy2, it believes nothing has changed so it won't
actually recompile. I include it out of habit.
Original comment by casevh
on 11 Dec 2012 at 3:02
That's a good option, thank you!
Original comment by alexande...@gmail.com
on 11 Dec 2012 at 8:52
Original issue reported on code.google.com by
alexande...@gmail.com
on 10 Dec 2012 at 9:06