Skip to content

Commit

Permalink
Update Makevars.in
Browse files Browse the repository at this point in the history
  • Loading branch information
michellepistner committed May 16, 2024
1 parent 4097b97 commit 20bc1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## For standard
PKG_CPPFLAGS = -I../inst/include/
PKG_CXXFLAGS = @OPENMP_FLAG@
PKG_LIBS = @OPENMP_FLAG@
PKG_LIBS = @OPENMP_FLAG@ $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## For MKL - make sure you are using icc compiler in ~.R/Makevars
# Using GCC -- PREFERRED for MKL
Expand Down

0 comments on commit 20bc1bf

Please sign in to comment.