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
Joseph Mingrone
a239e3d9fa
math/R: Update to version 3.5.0
...
Upstream changes: https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2018-04-24 22:51:43 +00:00
Joseph Mingrone
c27670d577
math/R: Rename files/extra-patch-src_main_Makefile.in to
...
files/patch-src_main_Makefile.in, so that the SONAME for libR is included.
This was intended for r455296.
2017-12-01 15:28:01 +00:00
Joseph Mingrone
75e07f1a2c
math/R: Fix build issues when LIBR option is off and fix runtime issue by
...
permitting FLANG only with RBLAS
- Only apply SONAME patches when the relevant options are chosen. This
prevents install errors when LIBR is off.
- Only permit the FLANG option when RBLAS is chosen, because FLANG causes
some configure-time checks to fail and the shared RBLAS library is fallen
back upon, but not properly packaged, which causes runtime issues.
- Bump PORTREVISION
Reported by: rhurlin@gwdg.de
Differential Revision: https://reviews.freebsd.org/D11726
2017-07-25 23:28:26 +00:00
Joseph Mingrone
755b8da41c
math/R: set SONAME for libraries under lib/R/lib
...
PR: 219776
Submitted by: pawel
Reviewed by: pawel, mat
Differential Revision: https://reviews.freebsd.org/D11615
2017-07-19 14:19:47 +00:00
Joseph Mingrone
1e124d39bd
math/R: Update to version 3.4.1
...
Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]
Submitted by: [1] andrew, [2] yuri@rawbw.com
2017-07-04 17:07:44 +00:00
John Marino
b95421020d
math/R: maintainer rework
...
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.
PR: 211393
Submitted by: Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00
Kurt Jaeger
f80d0cfcb1
math/R: 3.2.2 -> 3.3.0
...
Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html
PR: 209315
Submitted by: wen
Approved by: bf (maintainer, by mail)
2016-05-22 18:07:03 +00:00
Wen Heping
f7139079e1
- Update to 3.2.2
...
PR: 203418
Submitted by: wen@(myself)
Reviewed by: tota@
Approved by: maintainer(timeout, > 25 days)
Thanks to: freebsd-bugs@mackler.org harrison.grundy@astrodoggroup.com
2015-10-27 08:21:25 +00:00
Antoine Brodin
aa166227b7
Fix build with texinfo 6.0
...
Reported by: pkg-fallout
2015-07-04 12:28:09 +00:00
Sean Bruno
24d46ae772
Repair overflow condition where WCHAR_MAX != INT_MAX
...
182e1060dc
Add MISSING option to the default build on armv6.
PR: 194183
Submitted by: mikael.urankar@gmail.com , Adreas Schwab
Approved by: maintainer timeout (3 months without PR comment)
2015-02-10 22:24:01 +00:00
Brendan Fabeny
1b81841d48
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
...
adjust dependent ports
Reviewed by: pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Brendan Fabeny
e80e131996
Update math/R to 3.0.1-patched, and adjust dependent ports;
...
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
2013-05-28 15:15:05 +00:00
Brendan Fabeny
5d57d97db9
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
...
dependent ports
Approved by: linimon (portmgr), thierry, tota, wen
Feature safe: yes
2011-11-27 07:02:15 +00:00
Brendan Fabeny
f08fd58316
- update to 2.13.0
...
- switch to the bundled Rblas and Rlapack by default (this
can be changed by setting BLAS and LAPACK) which favors
correctness in some corner cases over a slight performance
penalty; this will be revisited after the blas and lapack
updates
- replace the STATIC_LIBR option with a LIBR option (on
by default): if on, libR.a and libR.so are installed,
and R is linked to libR.so. Otherwise, R is static, and
no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
PORTREVISION where necessary
PR: 153309 [1]
Approved by: thierry (rkward*), wen (rpy*, R-cran-*)
2011-05-07 03:29:59 +00:00
Brendan Fabeny
3d5cca3564
- Update R to 2.12.2, a bugfix release
...
- Bump PORTREVISION of dependent ports,
where necessary
Approved by: makc, miwi (mentors, implicit)
2011-02-28 16:03:13 +00:00
Brendan Fabeny
5fe86857c4
- Update R to 2.12.1
...
- Bump PORTREVISION of
dependent ports
Approved by: makc, miwi (mentors, implicit)
pav (portmgr)
Feature safe: yes
2011-01-29 16:53:21 +00:00
Pav Lucistnik
4a8c23a99f
- Fix on 6.X
...
Submitted by: b. f. <bf1783@googlemail.com >
2010-05-16 23:30:46 +00:00
Martin Wilke
dcdae14bd1
- Make math/libRmath to a slave port of math/R
...
- Add an option to build libR into a static, rather than a shared library (requested by a few users)
PR: 143076
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com >
"b. f." <bf1783@googlemail.com > (maintainer)
Approved by: maintainer
2010-02-02 16:04:22 +00:00
Martin Wilke
7b422ac63c
- Update to 2.9.2
...
- Fix build with custom PREFIX
PR: based on 135927
Submitted by: bf <bf1783@gmail.com > (maintainer)
2009-08-27 09:16:19 +00:00
Sergey Matveychuk
338ad82d55
- Update to 2.2.0
...
PR: ports/87276
Submitted by: maintainer
2005-10-12 07:31:55 +00:00
Pav Lucistnik
75da0f33e9
- Update to 82883
...
PR: ports/82883
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu > (maintainer)
2005-07-03 16:45:58 +00:00
Patrick Li
31612f2a31
Update to 2.1.0
...
PR: ports/82174
Submitted by: maintainer
2005-06-13 04:16:36 +00:00
Tilman Keskinoz
d8b63e0d8e
Update to 1.6.1
...
PR: 45575
Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au > (maintainer)
2003-01-08 14:51:45 +00:00
Kevin Lo
a66dedb8e2
Update to version 1.3.1
...
PR: 30370
Submitted by: MAINTAINER
2001-09-16 18:04:03 +00:00
Kevin Lo
8baff31082
Upgrade to version 1.2.1
...
PR: 24967
Submitted by: MAINTAINER
2001-02-11 06:45:39 +00:00
Steve Price
ec08bdfe16
Update to version 0.62.2.
...
PR: 7276
Submitted by: maintainer
1998-07-17 20:41:56 +00:00
Matthew Hunt
36e4ff9e75
Change package name from "r" to "R" (after discussion with Mark
...
Murray and Satoshi Asami).
Correct the handling of paper sizes.
PR: 6520
Submitted by: Maurice Castro <maurice@atum.castro.aus.net >
1998-05-07 06:08:25 +00:00
Matthew Hunt
36b150b038
Import of R, a language for mathematical programming.
...
PR: 6503
Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au >
1998-05-04 17:53:35 +00:00