mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
setup.py: Warn when not building _fastmath
This commit is contained in:
parent
cdb484412d
commit
e6f5e8f3d4
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -149,6 +149,8 @@ class PCTBuildExt (build_ext):
|
|||
include_dirs=['src/'],
|
||||
libraries=['gmp'],
|
||||
sources=["src/_fastmath.c"]))
|
||||
else:
|
||||
print >>sys.stderr, "warning: GMP library not found; Not building Crypto.PublicKey._fastmath."
|
||||
self.extensions += exts
|
||||
|
||||
class PCTBuildPy(build_py):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue