Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stagify. | Vanilla I. Shu | 2014-06-18 | 1 | -14/+13 |
| | | | | Approved by: portmgr@ | ||||
* | - Convert gmake,bzip2 to USES | Martin Wilke | 2014-05-26 | 1 | -1/+1 |
| | | | | Approved by: portmgr | ||||
* | Update the default version of GCC used in the Ports Collection from | Gerald Pfeifer | 2014-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | 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) | ||||
* | Given nothing is built USE_GCC is uselss | Baptiste Daroussin | 2013-12-13 | 1 | -2/+0 |
| | |||||
* | Update to libmpc version 1.0.1 which brings the following fixes: | Gerald Pfeifer | 2013-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -5/+2 |
| | | | | math) | ||||
* | adjust linking and comments in dependent ports after the math/atlas update; | Brendan Fabeny | 2011-11-22 | 1 | -3/+3 |
| | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes | ||||
* | take in some orphans | Brendan Fabeny | 2011-07-24 | 1 | -1/+1 |
| | |||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-20 | 1 | -2/+0 |
| | |||||
* | Remove WANT_FORTRAN=yes, it is a noop. | Gerald Pfeifer | 2009-01-19 | 1 | -1/+0 |
| | |||||
* | Integrate a patch from http://reuter.mit.edu/index.php/software/arpackpatch/ | Stefan Walter | 2008-12-12 | 3 | -28/+36 |
| | | | | | | | | which fixes ARPACK++ 1.2 to work with g++ 4.0.2 and above. PR: 121194 Submitted by: "Reed A. Cartwright" <reed@scit.us> Patch by: stefan | ||||
* | * Bump port revision. | Maho Nakata | 2007-01-10 | 1 | -7/+22 |
| | | | | * Use gfortran compiled atlas/blas/lapack. | ||||
* | Remove USE_REINPLACE from ports starting with M | Edwin Groothuis | 2006-05-10 | 1 | -1/+0 |
| | |||||
* | - Add SHA256 | Pav Lucistnik | 2005-11-25 | 1 | -0/+1 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 1) | ||||
* | SIZEify. | Trevor Johnson | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | Use LS macro. | Trevor Johnson | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | Add arpack++, an object-oriented version of the ARPACK package. | Pav Lucistnik | 2003-12-07 | 6 | -0/+572 |
It's just a collection of class templates, because templates are defined in header (.h) files PR: ports/58535 Submitted by: Thierry Thomas <thierry@pompo.net> |