-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
On the website it is noted that ubuntu-gcc12 is equivalent to r-devel-linux-x86_64-debian-gcc, but looking at https://cran.r-project.org/web/checks/check_flavors.html it looks like r-devel-linux-x86_64-debian-gcc is on GCC 15 these days.
I suspect it might be "just" updating
containers/containers/ubuntu-gcc12/Dockerfile
Lines 24 to 35 in 1033a79
| # ------------------------------------------------------------------------------------ | |
| # gcc 12, gfortran 12 | |
| RUN export DEBIAN_FRONTEND=noninteractive && \ | |
| apt-get update -y && \ | |
| apt-get install -y gcc-12 g++-12 gfortran-12 && \ | |
| apt-get clean | |
| # We do not replace -lgfortran! | |
| RUN sed -i 's/gcc/gcc-12/g' /opt/R/devel/lib/R/etc/Makeconf && \ | |
| sed -i 's/g[+][+]/g++-12/g' /opt/R/devel/lib/R/etc/Makeconf && \ | |
| sed -i 's/\bgfortran/gfortran-12/g' /opt/R/devel/lib/R/etc/Makeconf | |
I'm happy to give that a go if you're open to it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels