1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Wen Heping
81587b063f - Update to 0.8.1 2016-03-06 14:32:28 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Wen Heping
bcbe38079f - Update to 0.8.0
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Add LICENSE
2014-04-06 07:04:43 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +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
Wen Heping
10899c150a - Update to 0.7.3
- Trim Makefile headers
- Update COMMENT and WWW line
2013-06-01 14:09:58 +00:00
Wen Heping
a573e2bed5 - Update to 0.7.1 2012-09-04 07:14:51 +00:00
Wen Heping
aa7add0b40 - Update to 0.7 2012-04-18 00:11:43 +00:00
Wen Heping
9d93c125d1 - Update to 0.6.10
Feature safe:	yes
2012-04-05 09:22:25 +00:00
Wen Heping
88fdecca5f - Update to 0.6.9 2012-01-11 05:26:07 +00:00
Wen Heping
3a0605e264 - Update to 0.6.8 2011-11-09 07:07:23 +00:00
Wen Heping
13dab27501 - Update to 0.6.7 2011-09-15 06:15:39 +00:00
Wen Heping
b6ce27fc11 - Update to 0.6.6 2011-07-01 06:15:51 +00:00
Wen Heping
10ae48aab5 - Update to 0.6.5 2011-05-09 06:40:42 +00:00
Wen Heping
8b34ddc25f - Update to 0.6.4 2011-03-08 07:39:55 +00:00
Wen Heping
cad8c56a8e - Update to 0.6.1
Feature safe:	yes
2011-01-15 14:03:52 +00:00
Wen Heping
ee09e7d496 - Update to 0.6 2010-12-06 13:57:30 +00:00
Wen Heping
5745b0e03d Another Python Graph Library is a simple, fast and easy to use graph library
with some machine learning features. The main features are as follows:

    * Directed, undirected and multigraphs designed under a hierarchical
class structure
    * Sparse and Dense graph structures using numpy and scipy for fast linear
algebra computations
    * Many operations on graphs such as subgraphs, search, Floyd-Warshall,
Dijkstras algorithm
    * Erdos-Renyi, Small-World and Albert-Barabasi random graphs
    * Write to Pajek, and simple CSV files
    * Some machine learning features - data preprocessing, kernels, PCA, KCCA,
wrappers for LibSVM, and some mlpy learning algorithms
    * Unit tested using the Python unittest framework

WWW:   http://packages.python.org/apgl/
2010-10-28 13:20:08 +00:00