Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 24, 2023
1 parent 5d786fa commit 38d0158
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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 2023-09-23 05:10:23 CEST.
Last updated on 2023-09-24 05:01:44 CEST.
</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 2023-09-23 05:10:23 CEST.
Last updated on 2023-09-24 05:01:44 CEST.
</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 @@ -25,7 +25,7 @@ Some external C++ libraries compiled with clang/libc++ are installed under
but subject to change. Other C++ libraries, e.g.
GEOS PROJ SYMPHONY zeromq
can use the system builds.
(Boost was built with clang 14 as it fails to compile with 15 or 16.)
(Boost was built with clang 14 as it fails to compile with 15 or later.)

However, with the system PROJ there are frequent hangs in package tests,
worked around by installing the same versions of GDAL and PROJ from
Expand Down
2 changes: 2 additions & 0 deletions www.stats.ox.ac.uk/pub/bdr/memtests/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Using clang 16 built with libc++/libcxxabi as the default C++ library,
and gfortran 13.2. (Older results with clang 15 or fortran 12.)
[For a version built to default to libstdc++ (as shipped by Debian/Ubuntu),
add -stdlib=libc++ to the CXX line and install the libc++-dev package.]
NB: unlike the fedora-clang resulta this does not yet use clang 17 and
flang 17, as R does not compile under ASAN for those compilers.

config.site:
CC="clang -fsanitize=address,undefined -fno-sanitize=float-divide-by-zero -fno-sanitize=alignment -fno-omit-frame-pointer"
Expand Down

0 comments on commit 38d0158

Please sign in to comment.