summaryrefslogtreecommitdiff
path: root/math/arpack++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.Vanilla I. Shu2014-06-181-14/+13
| | | | Approved by: portmgr@
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | Approved by: portmgr
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-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 uselssBaptiste Daroussin2013-12-131-2/+0
|
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-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 Daroussin2013-09-201-5/+2
| | | | math)
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-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 orphansBrendan Fabeny2011-07-241-1/+1
|
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
|
* Remove WANT_FORTRAN=yes, it is a noop.Gerald Pfeifer2009-01-191-1/+0
|
* Integrate a patch from http://reuter.mit.edu/index.php/software/arpackpatch/Stefan Walter2008-12-123-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 Nakata2007-01-101-7/+22
| | | | * Use gfortran compiled atlas/blas/lapack.
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
|
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* Use LS macro.Trevor Johnson2004-01-231-1/+1
|
* Add arpack++, an object-oriented version of the ARPACK package.Pav Lucistnik2003-12-076-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>