From 7e622c76f32e8e1d38d8d5e21a7708c8b2ae0cb4 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Tue, 7 Feb 2023 14:02:43 -0500 Subject: [PATCH 1/2] make: using SUNDIALS_TARGETS instead of LIBSUNDIALS --- lib/stan_math | 2 +- make/tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stan_math b/lib/stan_math index 9149f05ce27..133fd015ea0 160000 --- a/lib/stan_math +++ b/lib/stan_math @@ -1 +1 @@ -Subproject commit 9149f05ce27138a850a8721dd336fae29168351c +Subproject commit 133fd015ea0389287e45d6688075eaa77cecd23d diff --git a/make/tests b/make/tests index 0e9e6fa344d..1026c6845f9 100644 --- a/make/tests +++ b/make/tests @@ -56,7 +56,7 @@ test/%$(EXE) : CXXFLAGS += $(CXXFLAGS_GTEST) test/%$(EXE) : CPPFLAGS += $(CPPFLAGS_GTEST) test/%$(EXE) : INC_FIRST = -I $(if $(STAN),$(STAN)/src,src) -I $(if $(STAN),$(STAN),.) -I $(RAPIDJSON) test/%$(EXE) : INC += $(INC_GTEST) -test/%$(EXE) : test/%.o $(GTEST)/src/gtest_main.cc $(GTEST)/src/gtest-all.o $(LIBSUNDIALS) $(MPI_TARGETS) $(TBB_TARGETS) +test/%$(EXE) : test/%.o $(GTEST)/src/gtest_main.cc $(GTEST)/src/gtest-all.o $(SUNDIALS_TARGETS) $(MPI_TARGETS) $(TBB_TARGETS) $(LINK.cpp) $(filter-out test/%.hpp %.hpp-test,$^) $(LDLIBS) $(OUTPUT_OPTION) test/%.o : src/test/%.cpp From 1889556a0c48191980435236764fd1300abd1472 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 23 Mar 2023 16:18:14 -0400 Subject: [PATCH 2/2] Remove lib/stan_math update --- lib/stan_math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stan_math b/lib/stan_math index 133fd015ea0..98117fa4616 160000 --- a/lib/stan_math +++ b/lib/stan_math @@ -1 +1 @@ -Subproject commit 133fd015ea0389287e45d6688075eaa77cecd23d +Subproject commit 98117fa4616d50d9544fed882c5a5c2b9803cf85