Skip to content

Commit

Permalink
Merge pull request satijalab#561 from evolvedmicrobe/no_linking
Browse files Browse the repository at this point in the history
Remove All PKG_LIBS Flags
  • Loading branch information
mojaveazure authored Jun 22, 2018
2 parents e1f8ecc + 93b856f commit 927a0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Imports:
reshape2,
gplots,
gdata,
Rcpp,
Rcpp (>= 0.11.0),
tclust,
ranger,
dtw,
Expand All @@ -64,7 +64,7 @@ Imports:
reticulate,
foreach,
hdf5r
LinkingTo: Rcpp, RcppEigen, RcppProgress
LinkingTo: Rcpp (>= 0.11.0), RcppEigen, RcppProgress
License: GPL-3 | file LICENSE
LazyData: true
Collate:
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
CXX_STD = CXX11

0 comments on commit 927a0c0

Please sign in to comment.