Skip to content

Commit

Permalink
Removed dependency on C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoFerrari committed Oct 12, 2023
1 parent ff8b67b commit 3a892c3
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##
## And with R 3.4.0, and RcppArmadillo 0.7.960.*, we turn C++11 on as OpenMP
## support within Armadillo prefers / requires it
CXX_STD = CXX11
# CXX_STD = CXX11

# commented to install the package in macOS b/c macOS does not support openMP
# PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
Expand Down
Binary file modified src/RcppExports.o
Binary file not shown.
Binary file modified src/hdpGLM.so
Binary file not shown.
Binary file modified src/src_dpGLM.o
Binary file not shown.
Binary file modified src/src_gibbs_gaussian.o
Binary file not shown.
Binary file modified src/src_hdpGLM.o
Binary file not shown.
1 change: 0 additions & 1 deletion src/src_hmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using namespace Rcpp;
using namespace arma;



// these depend on family
// ----------------------
double U(colvec theta, List fix)
Expand Down
Binary file modified src/src_hmc.o
Binary file not shown.
Binary file modified src/src_hmc_binomial.o
Binary file not shown.
Binary file modified src/src_hmc_multinomial.o
Binary file not shown.
Binary file modified src/src_pi_z_update.o
Binary file not shown.
Binary file modified src/src_utils.o
Binary file not shown.

0 comments on commit 3a892c3

Please sign in to comment.