Skip to content

Commit

Permalink
Update Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
tractatus committed Jan 11, 2019
1 parent 00fdf88 commit a3164c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_LIBS = -L/usr/local/lib/ `pkg-config --libs opencv fftw3` -llapack `Rscript -e 'ROpenCVLite::opencvConfig("libs")'`
PKG_CPPFLAGS = `pkg-config --cflags opencv fftw3` `Rscript -e 'ROpenCVLite::opencvConfig("libs")'`
PKG_CPPFLAGS = `pkg-config --cflags opencv fftw3` `Rscript -e 'ROpenCVLite::opencvConfig("cflags")'`
PKG_CXXFLAGS = `Rscript -e 'Rcpp:::CxxFlags()'` -I../inst/include "-std=c++11"


0 comments on commit a3164c4

Please sign in to comment.