freebsd-ports/math/R/pkg-message
Joseph Mingrone 9fa2ec2d74 math/R: Update to version 3.4.2
Also
 - Build Fortran code with flang by default on amd64.
 - Remove LTO option.  Upstream does not turn it on by default, it has
   caused problems with each GCC upgrade, and any benefit is unclear.
 - Do not specify USES=compiler:openmp since that just forces GCC.
2017-09-29 17:54:02 +00:00

18 lines
608 B
Text

========================================================================
On 11.1 and later, there is a problem downloading R packages when
R is built with gfortran.
Use either of these workarounds until a permanent solution is found.
1. If you are on an amd64 system, use flang to build R. R is now built
by default using flang on amd64.
2. If you use gfortran to build R, add
options(download.file.method="wget")
to ~/.Rprofile followed by a newline.
Details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221127
========================================================================