forked from Lainports/freebsd-ports
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.
18 lines
608 B
Text
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
|
|
========================================================================
|