Commit graph

10 commits

Author SHA1 Message Date
William Grzybowski
14b67ba33b math/py-pandas: stagify and add a run dependency
PR:		ports/184096
Submitted by:	maintainer
2013-11-22 12:54:56 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Kubilay Kocak
611351f696 math/py-pandas: Update to 0.12.0
- Update to 0.12.0
- Two BUILD_DEPENDS are only RUN_DEPENDS, move them
- Patch some files out of MANIFEST.in
- Cherry pick upstream issue/commit [1]
- Define regression-test target and TEST_DEPENDS
- Document USES=display in support of unit tests

[1] https://github.com/pydata/pandas/issues/4353

PR:		ports/180889
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-09-20 13:04:02 +00:00
Ruslan Makhmatkhanov
15014d2937 - update to 0.11.0
- add explicit runtime dependency on databases/py-sqlite3

PR:		178067
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-05-08 23:02:33 +00:00
Frederic Culot
5fede813d8 - Update to 0.10.1
PR:		ports/175554
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-01-25 09:43:30 +00:00
Ruslan Makhmatkhanov
aa56844930 - update to 0.10.0
PR:		174544
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2012-12-20 06:10:01 +00:00
Ruslan Makhmatkhanov
707ae29d4b - update to 0.9.1
PR:		173691
Submitted by:	John W. O'Brien <john at saltant dot com> (maintainer)
Feature safe:	yes
2012-11-20 07:23:57 +00:00
Ruslan Makhmatkhanov
f40430ac78 - update to 0.9.0
- trim Makefile header

while here:
- change DISTVERSION with PORTVERSION (I missed this when this port was added)

PR:		172528
Submitted by:	John W. O'Brien <john at saltant dot com> (maintainer)
Feature safe:   yes
2012-10-11 12:52:38 +00:00
Ruslan Makhmatkhanov
6e90b12431 Add py-pandas , flexible, high-performance data analysis in Python.
PR:		169168
Submitted by:	John W. O'Brien <john at saltant dot com>
2012-08-16 14:57:27 +00:00