Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-07 | Removed boost-system.patch | Stephen Martin | |
- Rstudio team fixed this issue. - Now requires -DRSTUDIO_USE_SYSTEM_BOOST=yes in cmake call | |||
2019-08-07 | Version bump with bug fixes | Stephen Martin | |
In prep for Rstudio 1.3: - Patched out their decision to rely on a self-contained boost. - Modified the server user to be rstudio-server The self-contained boost is not only hard to maintain, but will drastically inflate the package size. The attached patch removes their check, and allows cmake to find the system boost instead. |