Skip to content

Commit

Permalink
might fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisan committed Aug 29, 2017
1 parent c53101b commit 885ff69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#GSL_LIBS =
# combine with standard arguments for R
RCPPGSL_LDFLAGS = `$(R_HOME)/bin/Rscript -e "RcppGSL:::LdFlags()"`
RCPPGSL_CFLAGS = `$(R_HOME)/bin/Rscript -e "RcppGSL:::CFlags()"`
#RCPPGSL_CFLAGS
PKG_CPPFLAGS = @CFLAGS@ $(GSL_CFLAGS) -I$(LIB_GSL)/include -I../inst/include -I../inst
PKG_CPPFLAGS = @CFLAGS@ $(GSL_CFLAGS) $(RCPPGSL_CFLAGS) -I$(LIB_GSL)/include -I../inst/include -I../inst
#-Wno-unused-but-set-variable -Wno-long-long -Wno-sign-compare -Wno-deprecated
#-pedantic
#-pthread -O2 -g
Expand Down

0 comments on commit 885ff69

Please sign in to comment.