Skip to content

Commit 2205e78

Browse files
committed
adding back LIBSUNDIALS variable with a note to remove it in the future
1 parent ab84dfd commit 2205e78

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

make/libraries

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ $(SUNDIALS)/lib/libsundials_nvecserial.a: $(SUNDIALS_NVECSERIAL)
8181

8282
SUNDIALS_TARGETS ?= $(SUNDIALS)/lib/libsundials_nvecserial.a $(SUNDIALS)/lib/libsundials_cvodes.a $(SUNDIALS)/lib/libsundials_idas.a $(SUNDIALS)/lib/libsundials_kinsol.a
8383

84+
# FIXME(dl, 02/2023): remove LIBSUNDIALS variable after replacing use in Stan and CmdStan with SUNDIALS_TARGETS
85+
LIBSUNDIALS = $(SUNDIALS_TARGETS)
86+
8487
STAN_SUNDIALS_HEADERS := $(call findfiles,$(MATH)stan,*cvodes*.hpp) $(call findfiles,$(MATH)stan,*idas*.hpp) $(call findfiles,$(MATH)stan,*kinsol*.hpp)
8588
$(STAN_SUNDIALS_HEADERS) : $(SUNDIALS_TARGETS)
8689

0 commit comments

Comments
 (0)