Skip to content

Commit

Permalink
Don't attempt OpenMP support as this fails with forking.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 5, 2024
1 parent cd30bb2 commit 8016292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\item Switched to the new \pkg{knncolle} C++ libaries for all implementations.
This greatly streamlines the internals and allows downstream packages to re-use the search indices in their own C++ code.

\item Parallelization is now performed using OpenMP (where available) and the standard \code{<thread>} library (otherwise).
\item Parallelization is now performed using the standard \code{<thread>} library.
This avoids the overhead of forking or starting new processes via \pkg{BiocParallel}.

\item All \code{*Index} classes have been removed.
Expand Down
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PKG_CXXFLAGS=-I../inst/include
PKG_CPPFLAGS=-I../inst/include

0 comments on commit 8016292

Please sign in to comment.