You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: make/stanc
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ endef
9
9
10
10
# if nothing was set to $(OS) that means that the Stan Math submodule is missing
11
11
OS ?= missing-submodules
12
-
CMDSTAN_SUBMODULES = 1
13
12
STANC_DL_RETRY = 5
14
13
STANC_DL_DELAY = 10
15
14
STANC3_TEST_BIN_URL ?=
@@ -38,14 +37,11 @@ else ifeq ($(OS),Linux)
38
37
endif
39
38
endif
40
39
41
-
else ifeq ($(OS),missing-submodules)
42
-
CMDSTAN_SUBMODULES = 0
43
40
else
44
41
$(error Cannot detect OS properly. $n This will impede automatically downloading the correct stanc. $n Please visit https://github.com/stan-dev/stanc3/releases and download a stanc binary for your OS and place it in ./bin/stanc. $n )
45
42
endif
46
43
47
-
# bin/stanc build rules - requires stan, stan_math submodules in place
0 commit comments