
## Build settings for tci
##
## This package requires C++17 (see DESCRIPTION: SystemRequirements: C++17).
## Toolchains provided with R >= 4.2.0 on all CRAN platforms support C++17.
##
## OpenMP: Armadillo can make use of OpenMP when available. The SHLIB_OPENMP_*
## flags are included below. On macOS, users may need libomp installed for
## OpenMP to be enabled at runtime; otherwise code will compile without OpenMP.
##
## Do not alter PKG_*FLAGS here unless you know your BLAS/LAPACK setup.
## Keep CXX_STD in sync with the Rcpp plugin annotation in src/*.cpp.
CXX_STD = CXX17

PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) 
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
