Skip to content

Commit

Permalink
fixes spectra dependency and c20 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhuling committed Jul 25, 2024
1 parent a854dc1 commit 8d2ff1c
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 6,675 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Imports:
LinkingTo: Rcpp,
RcppEigen,
BH,
RSpectra (>= 0.16-2),
bigmemory,
RcppArmadillo
RoxygenNote: 7.2.0
Expand Down
3 changes: 2 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# -I${R_HOME}/library/RcppEigen/include -I. -DNDEBUG


PKG_CXXFLAGS = -DNDEBUG
#PKG_CXXFLAGS = -DNDEBUG
PKG_CXXFLAGS = -DNDEBUG -I"../inst/include/"
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
#PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)
Expand Down
Loading

0 comments on commit 8d2ff1c

Please sign in to comment.