Skip to content

Commit

Permalink
update PKG_LIBS to use proper R_HOME location and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrtw committed Apr 23, 2012
1 parent 5e46746 commit 7798628
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "src/cppbugs"]
path = src/cppbugs
url = git@github.com:armstrtw/CppBugs.git
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: rcppbugs
Title: R binding for cppbugs
Version: 0.0.1
Version: 0.0.2
Maintainer: Whit Armstrong <armstrong.whit@gmail.com>
Author: Whit Armstrong <armstrong.whit@gmail.com>
Description: R binding for cppbugs
Expand Down
3 changes: 2 additions & 1 deletion src/Makevars
@@ -1 +1,2 @@
PKG_LIBS = `Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = `${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CXXFLAGS = -I./cppbugs
1 change: 1 addition & 0 deletions src/cppbugs
Submodule cppbugs added at f86c3a

0 comments on commit 7798628

Please sign in to comment.