Stan.jl icon indicating copy to clipboard operation
Stan.jl copied to clipboard

download cmdstan as artifact

Open filchristou opened this issue 2 years ago • 4 comments

are there plans to download cmdstan as an artifact rather than having to manually install it ? It would be so much easier for a beginner to just do ] add Stan and start coding.

filchristou avatar Sep 23 '22 18:09 filchristou

Hi @filchristou

That has been attempted many times without success. Stan needs a compiler (written in Occam) to translate Stan Language programs to C++ and subsequently compiles and links that newly generated C++ code into the cmdstan executable.

On which platform do you work? For Linux and MacOS I suggest using git, on windows the coda route.

Rob

goedman avatar Sep 23 '22 19:09 goedman

I work in Linux and it was just needed to download cmdstan-2.30.1.tar.gz from https://github.com/stan-dev/cmdstan/releases

filchristou avatar Sep 26 '22 06:09 filchristou

Yip, that's the easier case.

Let me know if you need further help.

goedman avatar Sep 26 '22 15:09 goedman

No help needed. Just wondering if that could be automated as an artifact in the first place.

filchristou avatar Sep 26 '22 16:09 filchristou