From fc7cbbb42419e7dca70d74fd220a7f8b7c979431 Mon Sep 17 00:00:00 2001 From: gaborcsardi Date: Sat, 30 Nov 2024 03:58:35 +0000 Subject: [PATCH] Update --- cran.r-project.org/web/checks/check_flavors.html | 2 +- cran.r-project.org/web/checks/check_issue_kinds.html | 2 +- .../pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-gcc | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cran.r-project.org/web/checks/check_flavors.html b/cran.r-project.org/web/checks/check_flavors.html index 6527886..0accb1b 100644 --- a/cran.r-project.org/web/checks/check_flavors.html +++ b/cran.r-project.org/web/checks/check_flavors.html @@ -10,7 +10,7 @@

CRAN Package Check Flavors

-Last updated on 2024-11-27 05:49:25 CET. +Last updated on 2024-11-30 04:48:55 CET.

Systems used for CRAN package checking. diff --git a/cran.r-project.org/web/checks/check_issue_kinds.html b/cran.r-project.org/web/checks/check_issue_kinds.html index c46b078..6626d1a 100644 --- a/cran.r-project.org/web/checks/check_issue_kinds.html +++ b/cran.r-project.org/web/checks/check_issue_kinds.html @@ -10,7 +10,7 @@

CRAN Package Check Issue Kinds

-Last updated on 2024-11-27 05:49:25 CET. +Last updated on 2024-11-30 04:48:55 CET.

diff --git a/www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-gcc b/www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-gcc index c1e79ab..584275b 100644 --- a/www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-gcc +++ b/www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-gcc @@ -15,6 +15,7 @@ AR=gcc-ar RANLIB=gcc-ranlib LTO=-flto=10 LTO_OPT=-flto +DEFS="-DC99_INLINE_SEMANTICS=0" The -Wno flags reduce the deluge of warnings from Boost and Eigen headers. The security flags follow Fedora. -Werror=implicit-function-declaration @@ -23,6 +24,8 @@ gives stricter C99 compliance as used by macOS. The LTO flags mean that R and recomended packages are built with LTO and are slightly smaller and faster. +[2024-11-24: the DEFS line avoids ca 50 check errors -- temporarily.] + This uses the system LAPACK, which is currently 3.10.1. Java 11 (Fedora 36's 11.0.18) is used.
Kind Description Details