Greg Lin
3d3918230c
Include PCRE2 in R 3.x on Debian 11 for Pango support
...
In Debian 11, Pango now depends on PCRE2, so R 3.x will not be compiled with
Pango support if we hide PCRE2 to prevent R 3.5 and 3.6 from taking an unnecessary
dependency on PCRE2.
To check if R 3.x was compiled without Pango support, look for this line in the
configure output:
checking whether pkg-config knows about cairo and pango... no
Or in R, check if the "bitmapType" option defaults to "Xlib" instead of "Cairo":
> getOption("bitmapType")
"Xlib"
2022-03-21 16:21:25 -05:00
..
build.sh
Include PCRE2 in R 3.x on Debian 11 for Pango support
2022-03-21 16:21:25 -05:00
docker-compose.yml
Add builds for Debian 11
2022-03-21 16:21:25 -05:00
Dockerfile.centos-7
Fix installations of fpm 1.12.0
2021-01-26 13:28:23 -06:00
Dockerfile.centos-8
Use Rocky Linux 8 in place of CentOS 8
2022-02-09 17:52:45 -06:00
Dockerfile.debian-9
Pin fpm to 1.11.0
2021-02-16 10:51:15 -06:00
Dockerfile.debian-10
Pin fpm to 1.11.0
2021-02-16 10:51:15 -06:00
Dockerfile.debian-11
Include PCRE2 in R 3.x on Debian 11 for Pango support
2022-03-21 16:21:25 -05:00
Dockerfile.opensuse-42
Work around issue with expired root certificate on openSUSE 42
2021-10-21 16:07:45 -05:00
Dockerfile.opensuse-152
Install missing TeX packages for R 4.1 in openSUSE
2021-05-13 17:00:15 -05:00
Dockerfile.opensuse-153
Fix openSUSE 15.3 installation and update to ICU 69
2021-12-28 12:17:35 -06:00
Dockerfile.ubuntu-1804
Pin fpm to 1.11.0
2021-02-16 10:51:15 -06:00
Dockerfile.ubuntu-2004
Pin fpm to 1.11.0
2021-02-16 10:51:15 -06:00
Dockerfile.ubuntu-2204
PR feedback
2022-02-04 08:23:41 -05:00
package.centos-7
Remove unnecessary PCRE2 dependency on R 3.x
2020-05-14 12:45:10 -05:00
package.centos-8
Remove unnecessary PCRE2 dependency on R 3.x
2020-05-14 12:45:10 -05:00
package.debian-9
Add -dev libs for R packages that link against libR
2020-05-14 14:55:02 -05:00
package.debian-10
Add -dev libs for R packages that link against libR
2020-05-14 14:55:02 -05:00
package.debian-11
Include PCRE2 in R 3.x on Debian 11 for Pango support
2022-03-21 16:21:25 -05:00
package.opensuse-42
Work around broken OpenBLAS dependency for SLES 12
2020-12-30 12:13:13 -06:00
package.opensuse-152
Add builds for openSUSE 15.2
2020-08-31 18:12:46 -05:00
package.opensuse-153
Fix openSUSE 15.3 installation and update to ICU 69
2021-12-28 12:17:35 -06:00
package.ubuntu-1804
Add -dev libs for R packages that link against libR
2020-05-14 14:55:02 -05:00
package.ubuntu-2004
Add -dev libs for R packages that link against libR
2020-05-14 14:55:02 -05:00
package.ubuntu-2204
Add ubuntu 22.04 (jammy) support
2022-02-03 14:19:41 -05:00