Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gtonkinhill/fastbaps
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Sep 18, 2022
2 parents 851464e + bb217de commit 1c32218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CXX1X=$(shell ${R_HOME}/bin/R CMD config CXX11)
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` -lz

ifeq ($(shell $(CXX1X) -fopenmp -E -xc++ - 2>&1 >/dev/null && echo 'true'), true)
PKG_CFLAGS=$(SHLIB_OPENMP_CFLAGS)
PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS) -DARMA_64BIT_WORD
else
PKG_CXXFLAGS=-DARMA_64BIT_WORD
Expand Down

0 comments on commit 1c32218

Please sign in to comment.