We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f759e1 + 045073f commit e73651bCopy full SHA for e73651b
make/libraries
@@ -23,6 +23,7 @@ CPPLINT ?= $(MATH)lib/cpplint_1.4.5
23
# Fortran bindings which we do not need for stan-math. Thus these targets
24
# are ignored here. This convention was introduced with 4.0.
25
##
26
+ifndef SUNDIALS_TARGETS
27
28
SUNDIALS_CVODES := $(patsubst %.c,%.o,\
29
$(wildcard $(SUNDIALS)/src/cvodes/*.c) \
@@ -87,7 +88,7 @@ $(STAN_SUNDIALS_HEADERS) : $(SUNDIALS_TARGETS)
87
88
clean-sundials:
89
@echo ' cleaning sundials targets'
90
$(RM) $(wildcard $(sort $(SUNDIALS_CVODES) $(SUNDIALS_IDAS) $(SUNDIALS_KINSOL) $(SUNDIALS_NVECSERIAL) $(SUNDIALS_TARGETS)))
-
91
+endif
92
93
############################################################
94
# TBB build rules
0 commit comments