11 Commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
TAKATSU Tomonari
6cde83cb8d - Update to 0.3.3.5.0 2018-12-07 08:19:37 +00:00
TAKATSU Tomonari
f4f4212d95 - Update to 0.3.3.4.0 2018-03-28 06:46:34 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
TAKATSU Tomonari
ef88b6c864 - Update to 0.3.3.3.0 2017-05-04 01:40:24 +00:00
TAKATSU Tomonari
66a3d1f205 - Update to 0.3.2.9.0
- Add "compiles" argument to USES=cran
2016-08-24 05:58:34 +00:00
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
TAKATSU Tomonari
a29074915b - Update to 0.3.2.8.1 2016-03-02 23:46:37 +00:00
TAKATSU Tomonari
a589fb105b - Update to 0.3.2.8.0 2016-02-26 02:40:35 +00:00
TAKATSU Tomonari
80307d9933 - Update to 0.3.2.7.0
- Fix LICENSE
2016-01-24 11:32:51 +00:00
TAKATSU Tomonari
b5a30f0732 - Add new port: math/R-cran-RcppEigen
R and Eigen integration using Rcpp. Eigen is a C++ template library
  for linear algebra: matrices, vectors, numerical solvers and related
  algorithms. It supports dense and sparse matrices on integer,
  floating point and complex numbers, decompositions of such matrices,
  and solutions of linear systems. Its performance on many algorithms
  is comparable with some of the best implementations based on Lapack
  and level-3 BLAS. The RcppEigen package includes the header files
  from the Eigen C++ template library (currently version 3.2.2). Thus
  users do not need to install Eigen itself in order to use RcppEigen.
  Since version 3.1.1, Eigen is licensed under the Mozilla Public
  License (version 2); earlier version were licensed under the GNU
  LGPL version 3 or later. RcppEigen (the Rcpp bindings/bridge to
  Eigen) is licensed under the GNU GPL version 2 or later, as is the
  rest of Rcpp.

  WWW: https://cran.r-project.org/web/packages/RcppEigen/
2015-11-15 10:36:22 +00:00