Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelVias committed Sep 5, 2024
1 parent c888db2 commit 6fede08
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export(plm)
export(plm0)
export(spread_draws)
export(tournament)
exportPattern("^[[:alpha:]]+")
import(Rcpp)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
Expand Down
1 change: 1 addition & 0 deletions R/bdrc-package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## usethis namespace: start
#' @import Rcpp
#' @useDynLib bdrc, .registration = TRUE
## usethis namespace: end
NULL
8 changes: 6 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DR_NO_REMAP
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
CXX_STD = CXX11
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -I/usr/local/Cellar/gcc/14.2.0/include
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS) -L/usr/local/Cellar/gcc/14.2.0/lib/gcc/current -lgfortran -lquadmath -lm

FLIBS=-L/usr/local/Cellar/gcc/14.2.0/lib/gcc/current -lgfortran -lquadmath -lm

4 changes: 3 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DR_NO_REMAP
CXX_STD = CXX11

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

0 comments on commit 6fede08

Please sign in to comment.