Skip to content

Commit

Permalink
restore accidentally removed openmp library to compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murphy committed Jul 10, 2024
1 parent d9c5372 commit 7b56ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ifdef ENABLE_PROFILER
PKG_LIBS +=-lprofiler
PKG_CXXFLAGS +=-DENABLE_PROFILER
endif
PKG_CXXFLAGS +=$(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS +=$(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS +=$(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")

0 comments on commit 7b56ba7

Please sign in to comment.