Commit graph

81 commits

Author SHA1 Message Date
Case Van Horsen
b42966aa54 Final edits and version bump for 2.1.0a1. 2017-11-05 20:41:06 -08:00
Case Van Horsen
ed5006a569 Update setup.py and docs to reflect new Windows build. 2017-10-19 21:13:49 -07:00
Case Van Horsen
4f7b85f547 Only use setuptools with Windows. 2017-10-13 00:14:40 -07:00
Case Van Horsen
2f883a993e Fix another typo in setup.py. 2017-08-23 21:45:59 -07:00
Case Van Horsen
c9fc8131c3 Correct typo in setup.py. 2017-08-23 21:28:38 -07:00
Case Van Horsen
c2ded68339 Cleanup setup.py for new release. 2017-08-22 21:57:24 -07:00
Case Van Horsen
9f98115871 More fixes for Windows/Appveyor, Part 4c 2017-08-12 22:01:55 -07:00
Case Van Horsen
82872340e6 Support 64-bit native integers in 64-bit Windows when using MPIR. 2017-07-03 23:09:50 -07:00
Vincent Delecroix
3527768152 only install gmpy2.h 2017-05-19 17:28:50 +02:00
casevh
4efd05e639 Merge pull request #135 from isuruf/msvc
Fixes for MSVC build
2017-05-18 19:14:38 -07:00
Vincent Delecroix
b805459857 basic gmpy2.pxd and custom setup.py to install headers 2017-05-18 17:09:34 +02:00
Isuru Fernando
646e16f476 Add MPIR=1 and define MSC_USE_DLL for MSVC builds 2017-05-18 15:03:15 +05:30
Case Van Horsen
8091d45a60 Use headers option to specify installation of gmpy2. 2017-05-17 18:11:40 -07:00
Case Van Horsen
c5c98cc559 Refactor gmpy2.h; install gmpy2.h but no other header files; fix gmpy2_demo.c. 2017-04-19 21:56:01 -07:00
Vincent Delecroix
fc4a1866c6 install header files 2017-04-13 16:55:40 +02:00
Case Van Horsen
a375636e39 Disable the C-API when statically linking to GMP, MPFR, and MPC. 2016-12-14 22:08:49 -08:00
Case Van Horsen
0df68e2639 Add support for quiet_nan to abs() and addition. 2015-11-01 10:44:27 -08:00
Case Van Horsen
0de2a85a42 Add --unsafe option to rely on MPFR internals. 2015-08-31 21:20:06 -07:00
Case Van Horsen
9efa3dc5fd Add test functions for vector mode; disabled by default. 2015-07-12 12:20:47 -07:00
Case Van Horsen
403288719d Add support for lcov; redo tests for gmpy2_abs.c and gmpy2_add.c. 2015-04-29 22:52:03 -07:00
Case Van Horsen
c1bd1adbf0 Converted GMPY_(MPFR|MPC)_CLEANUP to functions; added --gcov option. 2015-04-06 00:15:03 -07:00
Case Van Horsen
79b9136a60 Update copyright years; comments; typoes 2015-03-26 21:43:18 -07:00
casevh
66e78d07ff [trunk] Delete old setup.py and replace with setup3.py. 2015-03-05 06:03:25 +00:00
casevh
ab61cf8f42 [trunk] Update setup.py. 2015-02-15 08:44:25 +00:00
casevh
2d18843a98 [trunk] Change setup.py to not override the standard use of --prefix. 2015-02-12 04:03:20 +00:00
casevh
ff2a8cca8e [trunk] More changes to msys2 build docs. Modify GMP to used a 64-bit value for mp_bitcnt_t on mingw64. 2014-09-21 08:16:05 +00:00
casevh
1dcf449724 [trunk] Compiling for Python 2.7 with MSYS2/GMP/MPFR/MPC seems to work. 2014-09-07 19:06:33 +00:00
casevh
cb2e27116b [trunk] Partial mingw64 x64 patches. Does not compile properly yet. 2014-09-07 07:45:07 +00:00
casevh
d0449fc7f4 [trunk] First attempt to add support for compiling with MSYS2 and Mingw32/64 on Windows. Add updated setup.py 2014-08-24 04:57:50 +00:00
casevh
84bb7ddf0e [trunk] Merge the "devel" branch into trunk. 2014-05-28 03:40:02 +00:00
casevh
806e3f53fb Update trunk to 2.0.1 to prepare for release. 2013-07-23 06:44:33 +00:00
casevh
84a474d0d0 [trunk] Add comments and message to setup.py to state that v2.1.0 will require MPFR and MPC. 2013-05-24 03:08:20 +00:00
casevh
8716fca027 [trunk] Updated version detection logic in setup.py. 2013-04-17 05:54:20 +00:00
casevh
064341d9bd [devel] Updated version detection logic in setup.py. 2013-04-17 05:05:57 +00:00
casevh
2feae4b50c [trunk] Update trunk version number to 2.0.1a0. Fix missing mpfr_clear_flags in Pympfr_*_fast. 2013-04-10 05:41:02 +00:00
casevh
ae3ed5b0c5 [trunk] Improvements (?) to setup.py. 2013-04-03 04:12:47 +00:00
casevh
8232f738af [trunk] Update setup.py to support Windows. 2013-03-25 06:52:05 +00:00
casevh
fdf175aae9 [trunk] Update version to 2.0.0 (no more beta). Update documentation. 2013-03-25 05:54:31 +00:00
casevh
b0d890d928 [trunk] Update setup.py and README. Update tests. 2013-03-24 22:55:48 +00:00
casevh
d2e5c6e2e7 [trunk] Significant updates to setup.py. 2013-03-21 06:53:14 +00:00
casevh
a5ea22d343 [trunk] Remove print statement from setup.py that was leftover from debugging. Change version in setup.py to 2.0.0b5. 2013-03-13 05:34:05 +00:00
casevh
d8729cba8c [trunk] Re-write setup.py to provide better error messages and work on a wider variety of systems. 2013-02-25 05:29:21 +00:00
casevh
9f7086d28d [trunk] Minor updates to setup.py. 2013-01-06 07:57:11 +00:00
casevh
cac8c24b66 [trunk] Update README file to reflect new build process. Improve error message if libraries can't be found. 2013-01-04 02:39:04 +00:00
casevh
897926a97c [trunk] Update version string to 2.0.0b4. 2012-12-22 20:51:18 +00:00
casevh
cd286698c7 [trunk] Due to the number of issues in b2, prepare to release b3. 2012-12-12 03:23:02 +00:00
casevh
8cf04d64e0 [trunk] Fix bug in mpz.__format__() with # code. Add tests. Change version in setup.py to 2.0.0. 2012-11-24 04:08:19 +00:00
casevh
5a1414aa15 [trunk] Change version string to 2.0.0b2. 2012-06-14 04:43:16 +00:00
casevh
dd5ce9b2a4 [trunk] Update setup.py version to 2.0.0b1. 2012-03-01 04:41:26 +00:00
casevh
25570bb2a6 [trunk] Changed version number to 2.0.0a3. Updated maintainer information. 2011-10-16 18:12:34 +00:00