BrianGladman / gmpy2

GNU Lesser General Public License v3.0
10 stars 8 forks source link

--static in build instructions should be --static-dir #2

Open rsekman opened 4 years ago

rsekman commented 4 years ago

Also, setup.py did not check if 'gmp' was in the list of libraries before trying to remove it, leading to ValueError possibly being raised.

It was also necessary to change 'gmp' to 'mpir' in the list of libraries. This may be because this list is used before build_extensions() has a chance to modify it.