- 14 Sep, 2015 1 commit
-
-
amdmi3 authored
- Pet portlint - Strip library - Regenerate patches with `make makepatch` - Fix WWW:
-
- 11 Sep, 2015 1 commit
-
-
wen authored
-
- 23 Jan, 2015 1 commit
-
-
antoine authored
-
- 24 Oct, 2014 1 commit
-
-
mva authored
Approved by: portmgr (implicit)
-
- 10 Sep, 2014 1 commit
-
-
gerald authored
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
-
- 26 Jun, 2014 1 commit
-
-
wg authored
- Remove leading article from COMMENT - Use auto plist Approved by: portmgt (stage blanket)
-
- 10 Mar, 2014 1 commit
-
-
gerald authored
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)
-
- 26 Oct, 2013 1 commit
-
-
gerald authored
- 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)
-
- 20 Sep, 2013 1 commit
-
-
bapt authored
-
- 01 Jun, 2012 1 commit
-
-
dinoex authored
-
- 21 Jan, 2012 1 commit
-
-
eadler authored
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
-
- 28 Mar, 2010 1 commit
-
-
dinoex authored
Reviewed by: exp8 run on pointyhat Supported by: miwi
-
- 05 Feb, 2010 1 commit
-
-
dinoex authored
-
- 31 Jul, 2009 1 commit
-
-
dinoex authored
Requested by: edwin
-
- 22 Dec, 2008 1 commit
-
-
miwi authored
PR: 129652 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
-
- 26 Sep, 2008 1 commit
-
-
miwi authored
agglomerative clustering. Its features include * generating hierarchical clusters from distance matrices * computing distance matrices from observation vectors * computing statistics on clusters * cutting linkages to generate flat clusters * and visualizing clusters with dendrograms. The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core implementation of this library is in C for efficiency. WWW: http://code.google.com/p/scipy-cluster/ PR: ports/127515 Submitted by: Wen Heping <wenheping at gmail.com>
-