stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.02k stars 264 forks source link

Linking against sundialr package #1033

Closed andrjohns closed 1 year ago

andrjohns commented 1 year ago

@hsbadr

Now that this PR has been merged, rstan should be able to link against the sundialr package rather than bundling/building the sources itself - which should hopefully simplify the install/build process

hsbadr commented 1 year ago

Hi @andrjohns This can simplify the build process, but it'll require all dependencies to link to sundialr as well.

andrjohns commented 1 year ago

Ahh of course