wangtongada / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

It appears that the windows builds no longer include GMP? #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The docs say it does 
2. I don't know how to verify? (yea I know dumb but this is a dependency I'm 
trying to track down...)
3. I appreciate all the work that goes into answering dumb questions like this!

What is the expected output? What do you see instead?
Trying to use the Pyspread spreadsheet project on a win 64 (vista) machine 
using win 32 binaries for all components

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by tombran...@gmail.com on 10 Nov 2010 at 12:00

GoogleCodeExporter commented 8 years ago
Depending on the version, the GMPY installer is build with either GMP or MPIR. 
(MPIR is a fork of GMP that provides better Windows support, primarily for 
64-bit systems.)

What is the output of:

gmpy.version()
gmpy.gmp_version()
gmpy.mpir_version()

Original comment by casevh on 10 Nov 2010 at 8:36

GoogleCodeExporter commented 8 years ago
Thank you for quick response,, looks like all ok sorry about false alarm...
>>> import gmpy
>>> gmpy.version()
'1.13'
>>> gmpy.gmp_version()
'5.0.1'
>>>
>>> gmpy.mpir_version()
''

Original comment by tombran...@gmail.com on 10 Nov 2010 at 4:16

GoogleCodeExporter commented 8 years ago
No problem. As an FYI, I plan on releasing 1.14 fairly soon to resolve a couple 
of bugs. Check back in a week or two.

Original comment by casevh on 11 Nov 2010 at 3:05