StanJulia / CmdStan.jl

CmdStan.jl v6 provides an alternative, older Julia wrapper to Stan's `cmdstan` executable. CmdStan will be deprecated in 2022.
MIT License
30 stars 12 forks source link

Artifacts compatibility #92

Closed ChrisRackauckas closed 3 years ago

ChrisRackauckas commented 4 years ago

It would be great if CmdStan.jl provided the executable via artifacts so that way it doesn't need to be installed by the user.

goedman commented 4 years ago

Using artifacts is definitely of interest to me (although I haven't had time to really read through the docs).

I do wonder how many versions would be needed for the platforms (Windows, several Linux versions, MacOS, and ...). Even on MacOS I regularly need to recompile for toolchain updates.

The other issue is building and testing the artifacts.

But first I need to read the docs!