Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 21, 2023
1 parent 3a2a202 commit 6453d59
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 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-17 05:06:24 CEST.
Last updated on 2023-09-21 05:09:14 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-17 05:06:24 CEST.
Last updated on 2023-09-21 05:09:14 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
@@ -1,17 +1,17 @@
R-devel
x86_64 Fedora 36 Linux
clang 16.0.6 (C, C++), gfortran 13.2.0
clang 17.0.1 (C, C++), flang 17.0.1 (Fortran)
Timezone Europe/London
Locale en_GB.UTF-8, LC_COLLATE=C

configured with --without-lapack --with-libdeflate-compression and config.site:
CFLAGS="-O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3"
FFLAGS="-O2 -mtune=native -Wall -pedantic"
CXXFLAGS="-O3 -Wall -pedantic -frtti -Wno-error=enum-constexpr-conversion -Wp,-D_FORTIFY_SOURCE=3"
FFLAGS="-O2 -pedantic"
CXXFLAGS="-O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3"
CPPFLAGS="-isystem /usr/local/clang/include"
LDFLAGS="-L/usr/local/clang/lib64 -L/usr/local/clang16/lib -L/usr/local/lib64"
LDFLAGS="-L/usr/local/clang/lib64 -L/usr/local/clang17/lib -L/usr/local/lib64"

[-Wno-error=enum-constexpr-conversion is needed to compile mzR]
[-Wno-error=enum-constexpr-conversion is needed in CXXFLAGS to compile mzR]

clang was built to use libc++: for a version built to default to libstdc++
(as shipped by Fedora/Debian/Ubuntu), add -stdlib=libc++ to CXX
Expand Down
15 changes: 10 additions & 5 deletions www.stats.ox.ac.uk/pub/bdr/clang17/README.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
Tests as for the main fedora-clang checks but using LLVM 17.0.0
release candidates, including flang-new as the Fortran compiler.
2023-09-20: the fedora-clang checks has switched to LLVM 17.0.1 so
this area will not be updated. It still contains check logs for
packages which have been archived before that date.


Tests as for the main fedora-clang checks but using LLVM 17.0.1
including flang-new as the Fortran compiler.
Other details as for
https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-clang .

The in-progress LLVM release notes are at
https://intel.github.io/llvm-docs/clang/ReleaseNotes.html
The clang and LLVM release notes are at
https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html

Pre-built compilers may be available at
https://github.com/llvm/llvm-project/releases

The current schedule has release on Sep 5. (Deferred to Sept 19.)

References to Rf_length in system headers come from including R headers
before system headers rather than after: see 'Writing R Extnesions'. For
Expand Down
4 changes: 2 additions & 2 deletions www.stats.ox.ac.uk/pub/bdr/memtests/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ How to run and interpret these (with links to further information) is in §4.3 o


clang-ASAN, clang-UBSAN:
Using clang 16.0.3 built with libc++/libcxxabi as the default C++ library,
and gfortran 13.2. (Older results with clang 15 and gfortran 12.)
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.]

Expand Down

0 comments on commit 6453d59

Please sign in to comment.