aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-RcppArmadillo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.200.1.0TAKATSU Tomonari2015-06-112-3/+3
| | | | Notes: svn path=/head/; revision=389201
* - Update to 0.5.100.1.0TAKATSU Tomonari2015-05-042-3/+3
| | | | Notes: svn path=/head/; revision=385389
* - Update to 0.4.450.1.0TAKATSU Tomonari2014-09-292-4/+3
| | | | Notes: svn path=/head/; revision=369508
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 0.4.400.0TAKATSU Tomonari2014-09-092-3/+3
| | | | Notes: svn path=/head/; revision=367748
* - Update to 0.4.300.8.0TAKATSU Tomonari2014-06-252-3/+3
| | | | Notes: svn path=/head/; revision=359208
* - Update to 0.4.300.0TAKATSU Tomonari2014-05-072-3/+3
| | | | Notes: svn path=/head/; revision=353162
* - Update to 0.4.200.0TAKATSU Tomonari2014-04-122-6/+3
| | | | Notes: svn path=/head/; revision=351066
* - Update to 0.4.100.2.1TAKATSU Tomonari2014-03-152-3/+3
| | | | Notes: svn path=/head/; revision=348313
* - Update to 0.4.100.0TAKATSU Tomonari2014-03-132-6/+8
| | | | Notes: svn path=/head/; revision=348084
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+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) Notes: svn path=/head/; revision=347809
* - Update to 0.4.000.4TAKATSU Tomonari2014-02-232-3/+3
| | | | Notes: svn path=/head/; revision=345726
* - Update to 0.4.000.2TAKATSU Tomonari2014-01-252-3/+3
| | | | Notes: svn path=/head/; revision=341109
* - Update to 0.4.000TAKATSU Tomonari2014-01-082-3/+3
| | | | Notes: svn path=/head/; revision=339138
* - Update to 0.3.930.1TAKATSU Tomonari2014-01-012-4/+6
| | | | Notes: svn path=/head/; revision=338360
* - Upstream rerolled tarballTAKATSU Tomonari2013-12-312-2/+3
| | | | | | | | PR: ports/185192 Submitted by: marino@ Notes: svn path=/head/; revision=338263
* Convert Mk/bsd.cran.mk to the Uses framework.David Naylor2013-12-281-2/+1
| | | | | | | | | PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks) Notes: svn path=/head/; revision=337846
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).David Naylor2013-11-271-1/+0
| | | | | | | | | | | | Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen Notes: svn path=/head/; revision=335044
* - Update to 0.3.920.3TAKATSU Tomonari2013-11-232-4/+3
| | | | Notes: svn path=/head/; revision=334643
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;Brendan Fabeny2013-11-131-1/+1
| | | | | | | | | adjust dependent ports Reviewed by: pfg, thierry, tota Notes: svn path=/head/; revision=333659
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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) Notes: svn path=/head/; revision=331644
* - Update to 0.3.920.1TAKATSU Tomonari2013-10-032-4/+4
| | | | Notes: svn path=/head/; revision=329232
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Update to 0.3.910.0TAKATSU Tomonari2013-08-172-3/+3
| | | | Notes: svn path=/head/; revision=324870
* - Update to 0.3.900.7TAKATSU Tomonari2013-08-122-3/+3
| | | | Notes: svn path=/head/; revision=324608
* - Update to 0.3.900.0TAKATSU Tomonari2013-06-212-4/+3
| | | | Notes: svn path=/head/; revision=321455
* Update math/R to 3.0.1-patched, and adjust dependent ports;Brendan Fabeny2013-05-281-0/+1
| | | | | | | | | | synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota Notes: svn path=/head/; revision=319316
* - Update to 0.3.820TAKATSU Tomonari2013-05-182-3/+3
| | | | Notes: svn path=/head/; revision=318458
* - Update to 0.3.810.2TAKATSU Tomonari2013-05-082-3/+3
| | | | Notes: svn path=/head/; revision=317660
* - Add new port: math/R-cran-RcppArmadilloTAKATSU Tomonari2013-05-063-0/+26
RcppArmadillo provides an interface from R to and from Armadillo by utilising the Rcpp R/C++ interface library. WWW: http://cran.r-project.org/web/packages/RcppArmadillo/ Notes: svn path=/head/; revision=317461