Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 8, 2024
1 parent d8f7bfd commit a597781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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-12-06 05:48:43 CET.
Last updated on 2024-12-08 03:49:32 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-12-06 05:48:43 CET.
Last updated on 2024-12-08 03:49:32 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
@@ -1,6 +1,6 @@
R-devel
x86_64 Fedora 36 Linux
clang 19.1.4 (C, C++), flang-new 19.1.4 (Fortran)
clang 19.1.5 (C, C++), flang-new 19.1.5 (Fortran)
Timezone Europe/London
Locale en_GB.UTF-8, LC_COLLATE=C

Expand All @@ -20,8 +20,8 @@ For soures and some binary distrobutions see
https://github.com/llvm/llvm-project/releases/
Built via

tar cf lvmorg-19.1.4/llvm-project-19.1.4.src.tar.xz
ln -s llvm-project-19.1.4.src latest
tar cf lvmorg-19.1.5/llvm-project-19.1.5.src.tar.xz
ln -s llvm-project-19.1.5.src latest
mkdir build
cd build
cmake -G "Unix Makefiles" \
Expand All @@ -36,7 +36,7 @@ cmake -G "Unix Makefiles" \
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
-S ../latest/llvm

Some packages failed to install with clang 19: as these all used OpenMP
Two packages failed to install with clang 19: as these all used OpenMP
and fail to compile their OpenMP code, a build without OpenMP was used.
These are

Expand Down Expand Up @@ -71,14 +71,13 @@ pandoc 3.5 from pandoc's binary distribution is used: Fedora's 2.14.0.3
rather old.

V8 was installed using g++, as v8's C++ interface is no longer compatible
with libc++ . As was x13binary whose Makefile makes several unreliable
assumptions.
with libc++ .

OpenBUGS-3.2.3 (using i686 gcc) was installed from source.
TkTable 2.10 was installed from source.

Several BioC packages have broken C++ and needed to be patched. Currently
EBImage Rdisop Rsamtools mzR
Rdisop: gdsfmt remaoins broken.

This is currently using the environment variables

Expand Down

0 comments on commit a597781

Please sign in to comment.