Re: CMake could not find Boost components

2020-02-11 Thread Iñaki Ucar
Ok, I managed to solve the issue by defining -DBOOST_ROOT=%{_prefix} -DBOOST_LIBRARYDIR=%{_lib} which you didn't... so still I don't know why it was failing, but at least it's working now. Dealing with the next issue now... Thanks! Iñaki On Tue, 11 Feb 2020 at 11:02, Iñaki Ucar wrote: > > On

Re: CMake could not find Boost components

2020-02-11 Thread Iñaki Ucar
On Tue, 11 Feb 2020 at 09:20, Dan Čermák wrote: > > Hi Iñaki, > > not exactly what you are looking for, but I have recently packaged > rstudio at $dayjob for openSUSE and recall that we had to do some > fiddling around with boost. You can find the package here: > https://build.opensuse.org/package

Re: CMake could not find Boost components

2020-02-11 Thread Dan Čermák
Hi Iñaki, not exactly what you are looking for, but I have recently packaged rstudio at $dayjob for openSUSE and recall that we had to do some fiddling around with boost. You can find the package here: https://build.opensuse.org/package/show/devel:languages:R:released/rstudio More specifically, t

CMake could not find Boost components

2020-02-10 Thread Iñaki Ucar
Hi, CMake finds Boost, but then fails to find its components. Here's the log with -DBoost_DEBUG=1: https://download.copr.fedorainfracloud.org/results/iucar/rstudio/fedora-31-x86_64/01235199-rstudio/builder-live.log Is there anything special I should do for cmake to find them? Any help would be ap