Skip to content

Commit af4b845

Browse files
committed
make: remove unused LIBSUNDIALS
1 parent 98117fa commit af4b845

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

make/libraries

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ $(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-
8784
STAN_SUNDIALS_HEADERS := $(call findfiles,$(MATH)stan,*cvodes*.hpp) $(call findfiles,$(MATH)stan,*idas*.hpp) $(call findfiles,$(MATH)stan,*kinsol*.hpp)
8885
$(STAN_SUNDIALS_HEADERS) : $(SUNDIALS_TARGETS)
8986

0 commit comments

Comments
 (0)