Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 30, 2024
1 parent e6d2ffc commit fc7cbbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_flavors.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Flavors</h2>
<p>
Last updated on 2024-11-27 05:49:25 CET.
Last updated on 2024-11-30 04:48:55 CET.
</p>
<p>
Systems used for CRAN package checking.
Expand Down
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_issue_kinds.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Issue Kinds</h2>
<p>
Last updated on 2024-11-27 05:49:25 CET.
Last updated on 2024-11-30 04:48:55 CET.
</p>
<table border="1">
<tr> <th> Kind </th> <th> Description </th> <th> Details </th> </tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit fc7cbbb

Please sign in to comment.