Skip to content

Commit 4d9c029

Browse files
committed
Release 15.2.2-1
1 parent 9ecbf99 commit 4d9c029

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* inst/tinytest/test_Rlapack.R: Skip this test involving complex
1111
algebra if on macOS as the LAPACK switch by R affects it
1212

13+
* configure.ac: Refine OpenMP detection once more
14+
* configure: Idem
15+
1316
2025-11-13 Dirk Eddelbuettel <[email protected]>
1417

1518
* R/inline.R (inlineCxxPlugin): No longer special-case macOS for

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppArmadillo
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
4-
Version: 15.2.2-0.1
5-
Date: 2025-11-20
4+
Version: 15.2.2-1
5+
Date: 2025-11-21
66
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0001-6419-907X")),
88
person("Romain", "Francois", role = "aut",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## RcppArmadillo: R and Armadillo via Rcpp
33

44
[![CI](https://github.com/RcppCore/RcppArmadillo/workflows/ci/badge.svg)](https://github.com/RcppCore/RcppArmadillo/actions?query=workflow%3Aci)
5-
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
5+
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.r-project.org/Licenses/GPL-2)
66
[![CRAN](https://www.r-pkg.org/badges/version/RcppArmadillo)](https://cran.r-project.org/package=RcppArmadillo)
77
[![Debian package](https://img.shields.io/debian/v/r-cran-rcpparmadillo/sid?color=brightgreen)](https://packages.debian.org/sid/r-cran-rcpparmadillo)
88
[![r-universe](https://rcppcore.r-universe.dev/badges/RcppArmadillo)](https://rcppcore.r-universe.dev/RcppArmadillo)

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for RcppArmadillo 15.2.2-0.
3+
# Generated by GNU Autoconf 2.72 for RcppArmadillo 15.2.2-1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='RcppArmadillo'
605605
PACKAGE_TARNAME='rcpparmadillo'
606-
PACKAGE_VERSION='15.2.2-0'
607-
PACKAGE_STRING='RcppArmadillo 15.2.2-0'
606+
PACKAGE_VERSION='15.2.2-1'
607+
PACKAGE_STRING='RcppArmadillo 15.2.2-1'
608608
PACKAGE_BUGREPORT='[email protected]'
609609
PACKAGE_URL=''
610610

@@ -1223,7 +1223,7 @@ if test "$ac_init_help" = "long"; then
12231223
# Omit some internal or obsolete options to make the list less imposing.
12241224
# This message is too long to be a string in the A/UX 3.1 sh.
12251225
cat <<_ACEOF
1226-
'configure' configures RcppArmadillo 15.2.2-0 to adapt to many kinds of systems.
1226+
'configure' configures RcppArmadillo 15.2.2-1 to adapt to many kinds of systems.
12271227
12281228
Usage: $0 [OPTION]... [VAR=VALUE]...
12291229
@@ -1285,7 +1285,7 @@ fi
12851285

12861286
if test -n "$ac_init_help"; then
12871287
case $ac_init_help in
1288-
short | recursive ) echo "Configuration of RcppArmadillo 15.2.2-0:";;
1288+
short | recursive ) echo "Configuration of RcppArmadillo 15.2.2-1:";;
12891289
esac
12901290
cat <<\_ACEOF
12911291
@@ -1366,7 +1366,7 @@ fi
13661366
test -n "$ac_init_help" && exit $ac_status
13671367
if $ac_init_version; then
13681368
cat <<\_ACEOF
1369-
RcppArmadillo configure 15.2.2-0
1369+
RcppArmadillo configure 15.2.2-1
13701370
generated by GNU Autoconf 2.72
13711371
13721372
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1482,7 +1482,7 @@ cat >config.log <<_ACEOF
14821482
This file contains any messages produced by compilers while
14831483
running configure, to aid debugging if configure makes a mistake.
14841484
1485-
It was created by RcppArmadillo $as_me 15.2.2-0, which was
1485+
It was created by RcppArmadillo $as_me 15.2.2-1, which was
14861486
generated by GNU Autoconf 2.72. Invocation command line was
14871487
14881488
$ $0$ac_configure_args_raw
@@ -3946,7 +3946,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39463946
# report actual input values of CONFIG_FILES etc. instead of their
39473947
# values after options handling.
39483948
ac_log="
3949-
This file was extended by RcppArmadillo $as_me 15.2.2-0, which was
3949+
This file was extended by RcppArmadillo $as_me 15.2.2-1, which was
39503950
generated by GNU Autoconf 2.72. Invocation command line was
39513951
39523952
CONFIG_FILES = $CONFIG_FILES
@@ -4001,7 +4001,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
40014001
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40024002
ac_cs_config='$ac_cs_config_escaped'
40034003
ac_cs_version="\\
4004-
RcppArmadillo config.status 15.2.2-0
4004+
RcppArmadillo config.status 15.2.2-1
40054005
configured by $0, generated by GNU Autoconf 2.72,
40064006
with options \\"\$ac_cs_config\\"
40074007

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AC_PREREQ([2.69])
1212

1313
## Process this file with autoconf to produce a configure script.
14-
AC_INIT([RcppArmadillo],[15.2.2-0],[[email protected]])
14+
AC_INIT([RcppArmadillo],[15.2.2-1],[[email protected]])
1515

1616
## Set R_HOME, respecting an environment variable if one is set
1717
: ${R_HOME=$(R RHOME)}

inst/NEWS.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppArmadillo/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppArmadillo/issues/#1}{##1}}
55

6-
\section{Changes in RcppArmadillo version 15.2.2-0 (2025-11-20) (GitHub Only)}{
6+
\section{Changes in RcppArmadillo version 15.2.2-1 (2025-11-21)}{
77
\itemize{
88
\item Upgraded to Armadillo release 15.2.2 (Medium Roast Deluxe)
99
\itemize{
1010
\item Improved reproducibility of random number generation when using OpenMP
1111
}
1212
\item Skip a unit test file under macOS as complex algebra seems to fail
1313
under newer macOS LAPACK setting
14-
\item Further OpenMP detection rework for macOS
14+
\item Further OpenMP detection rework for macOS (Dirk in \ghpr{497}, \ghpr{499})
1515
\item Define ARMA_CRIPPLED_LAPACK on Windows only if 'LEGACY' Armadillo selected
1616
}
1717
}
@@ -22,6 +22,7 @@
2222
\itemize{
2323
\item Faster handling of submatrices with one row
2424
}
25+
\item Improve OpenMP detection (Dirk in \ghpr{495} fixing \ghit{493})
2526
}
2627
}
2728

0 commit comments

Comments
 (0)