Commit Graph

16 Commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
TAKATSU Tomonari
8298a379d5 - Update to 0.3.3.9.1 2020-12-23 16:35:44 +00:00
Joseph Mingrone
a0a98863ca math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html

Also bump PORTREVISION of ports that depend on math/R.

Submitted by:	wen (in part)
Reviewed by:	jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision:	https://reviews.freebsd.org/D24572
2020-05-05 16:07:53 +00:00
TAKATSU Tomonari
d401534c9b - Update to 0.3.3.7.0 2019-11-17 23:37:13 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
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