Skip to content

Commit

Permalink
Find Rcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Mar 21, 2016
1 parent e81ced5 commit 6ee7c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,6 +30,6 @@ after_failure:
# fatal error: Rcpp.h: No such file or directory
- find / -name 'Rcpp.h'
# R logs
- cat /home/travis/build/richelbilderbeek/travis_qmake_gcc_cpp98_rcpp/..Rcheck/00install.out
- cat /home/travis/build/richelbilderbeek/travis_qmake_gcc_cpp11_rcpp/..Rcheck/00install.out


8 changes: 2 additions & 6 deletions domagic.pro
Expand Up @@ -13,14 +13,10 @@ QMAKE_CXXFLAGS += -std=c++11

INCLUDEPATH += src

# This folder is used if you did not have super-user right

# Depends on the computer where Rcpp is installed
INCLUDEPATH += /home/p230198/R/x86_64-pc-linux-gnu-library/3.2/Rcpp/include
INCLUDEPATH += /home/richel/R/i686-pc-linux-gnu-library/3.2/Rcpp/include

#INCLUDEPATH += /home/p230198/R/x86_64-pc-linux-gnu-library/3.2/Rcpp11/include/Rcpp
#INCLUDEPATH += /home/richel/R/i686-pc-linux-gnu-library/3.2/Rcpp11/include/Rcpp.h
INCLUDEPATH += /usr/local/lib/R/site-library/Rcpp/libs
INCLUDEPATH += /usr/local/lib/R/site-library/Rcpp/include
INCLUDEPATH += /usr/share/R/include/

SOURCES += \
Expand Down

0 comments on commit 6ee7c09

Please sign in to comment.