Skip to content

Commit 255b6e3

Browse files
committed
move internal 'bits' to new internal location
1 parent 55cc414 commit 255b6e3

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* inst/include/RcppArmadillo/Lightest: Header accessing Rcpp/Lightest, idem
88

99
* inst/include/RcppArmadillo/internal/: Regroup internal headers here
10+
* inst/include/RcppArmadillo_bits/: Move to new internal location
1011
* configure.ac: Support new location of generated config
1112
* configure: Idem
1213
* cleanup: Idem
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
// RcppArmadilloGenerated.h: Autoconf-updated file for LAPACK and OpenMP choices
3+
//
4+
// Copyright (C) 2013 - 2021 Dirk Eddelbuettel
5+
//
6+
// This file is part of RcppArmadillo.
7+
//
8+
// RcppArmadillo is free software: you can redistribute it and/or modify it
9+
// under the terms of the GNU General Public License as published by
10+
// the Free Software Foundation, either version 2 of the License, or
11+
// (at your option) any later version.
12+
//
13+
// RcppArmadillo is distributed in the hope that it will be useful, but
14+
// WITHOUT ANY WARRANTY; without even the implied warranty of
15+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
// GNU General Public License for more details.
17+
//
18+
// You should have received a copy of the GNU General Public License
19+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
20+
21+
#ifndef RcppArmadillo__RcppArmadilloConfigGenerated__h
22+
#define RcppArmadillo__RcppArmadilloConfigGenerated__h
23+
24+
#ifndef ARMA_CRIPPLED_LAPACK
25+
// value on next line may be changed between #undef and #define by the configure script
26+
@ARMA_LAPACK@
27+
#endif
28+
29+
#ifndef ARMA_USE_OPENMP
30+
// from configure test for OpenMP based on how R is configured, and whether g++ new enough
31+
@ARMA_HAVE_OPENMP@
32+
#endif
33+
34+
#endif

0 commit comments

Comments
 (0)