Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 18, 2024
1 parent 488b5e4 commit eb1a48a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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-09-16 06:48:04 CEST.
Last updated on 2024-09-18 04:48:22 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 2024-09-16 06:48:04 CEST.
Last updated on 2024-09-18 04:48:22 CEST.
</p>
<table border="1">
<tr> <th> Kind </th> <th> Description </th> <th> Details </th> </tr>
Expand Down
12 changes: 6 additions & 6 deletions www.stats.ox.ac.uk/pub/bdr/M1mac/README.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Check results using R-devel on an arm64 ('M1 Pro') Mac running macOS
14.6.1 'Sonoma' with Xcode/CLT 16 and the build of gfortran (a fork of
15.0 'Sequoia' with Xcode/CLT 16 and the build of gfortran (a fork of
14.1) from https://github.com/R-macos/gcc-14-branch/releases/tag/14.1-darwin)

Timezone Europe/London
Locale en_GB.UTF-8, LC_COLLATE=C

Details as in the R-admin manual, with config.site containing

CC="clang -mmacos-version-min=14.6"
CC="clang -mmacos-version-min=15"
OBJC=$CC
FC="/opt/gfortran/bin/gfortran -mtune=native"
CXX="clang++ -mmacos-version-min=14.6"
CXX="clang++ -mmacos-version-min=15"
CFLAGS="-falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes"
C17FLAGS="-falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wno-strict-prototypes"
C90FLAGS="-falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wno-strict-prototypes"
Expand All @@ -24,10 +24,10 @@ R_LD_LIBRARY_PATH=/opt/R/arm64/lib
External libraries are where possible installed via minor
modifications to Simon Urbanek's 'recipes' at
https://github.com/R-macos/recipes . The main exceptions are those
which need to use dynamic libraries (such as openmpi).
which need to use dynamic libraries (such as openmpi and libmariadb).

Currently this uses PROJ 9.4.1, GEOS 3.13.0, GDAL 3.9.2.
(GDAL needs manual patching of gdal-config.)
Currently this uses PROJ 9.4.1, GEOS 3.13.0, GDAL 3.9.2. (GDAL needs
manual patching of gdal-config, so not installed via recioes.)

pandoc is their binary arm64 Mac build, currently 3.4 (and updated often).

Expand Down

0 comments on commit eb1a48a

Please sign in to comment.