rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Switch to fixed libv8 version #28

Closed noamross closed 7 years ago

noamross commented 7 years ago

V8 has always (or at least since the release of R 3.3.1) been built off of v3.14 of libv8. At some point V8 moved forwards and it needed the fixed version. Currently V8 doesn't install properly on verse. This PR fixes that.

noamross commented 7 years ago

Wait, I did this wrong. Closing and will open a new one.