diff options
author | tijl <tijl@FreeBSD.org> | 2017-11-18 21:19:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:58:05 +0800 |
commit | 57678878066d5ee31e75bf89cef1dddcd2aec71f (patch) | |
tree | 0077d4911e044b4c8c1ebc5cba4eb57f1bd8ef87 /math/R | |
parent | 2163f59608d3a3a1f5dc9d323acfeab8baf523c1 (diff) | |
download | freebsd-ports-gnome-57678878066d5ee31e75bf89cef1dddcd2aec71f.tar.gz freebsd-ports-gnome-57678878066d5ee31e75bf89cef1dddcd2aec71f.tar.zst freebsd-ports-gnome-57678878066d5ee31e75bf89cef1dddcd2aec71f.zip |
Remove pkg-message about problems with gfortran. The problem has been
addressed in r454161.
PR: 221127
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/pkg-message | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/R/pkg-message b/math/R/pkg-message deleted file mode 100644 index 9ac5539dd34b..000000000000 --- a/math/R/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ - -======================================================================== -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 -======================================================================== |