Created attachment 183988 [details] patch
Yuri, with math/R now building with flang by default on amd64, will this patch be the last thing you need for your work on RStudio?
(In reply to Joseph Mingrone from comment #1) > Yuri, with math/R now building with flang by default on amd64, will this patch be the last thing you need for your work on RStudio? But why do you think so? .pc file conveys to the dependencies what library flags are needed. Rstudio fails without those link flags.
Let me rephrase, so the meaning of my question is clear. Is this patch still useful for your work? By adding "Blocks: 220359" I see the answer is 'yes'. I will test and if all is well apply the patch within a day or so.
(In reply to Joseph Mingrone from comment #3) > Is this patch still useful for your work? I created this patch because it was needed. Any dependency that uses pkg-config will also need it.
Update: I haven't forgotten about this and will commit soon. I am just waiting for conclusions on https://reviews.freebsd.org/D12562 and https://reviews.freebsd.org/D12529. I think it would be test to make all these changes at once, so users only have to update in one go.
A commit references this bug: Author: jrm Date: Thu Oct 26 17:05:21 UTC 2017 New revision: 452928 URL: https://svnweb.freebsd.org/changeset/ports/452928 Log: math/R: Use the new flang argument to USES=fortran and patch libR.pc to link the appropriate BLAS library. PR: 220418 Submitted by: yuri@rawbw.com Changes: head/math/R/Makefile
Committed. Sorry for the long delay and I hope this helps you continue your work with RStudio.
(In reply to Joseph Mingrone from comment #7) Thanks! I am done with RStudio. Yuri