Skip to content

Commit eeac07a

Browse files
committed
update docs
1 parent 7c1a9e5 commit eeac07a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Makevars.win

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by rstantools. Do not edit by hand.
2+
3+
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")
4+
5+
PKG_CPPFLAGS = -I"../inst/include" -I"$(STANHEADERS_SRC)" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG
6+
7+
CXX_STD = CXX14
8+
9+
all: $(SHLIB)
10+
11+
clean:
12+
RM -rf *.so *.o
13+
14+
.phony: all clean

0 commit comments

Comments
 (0)