Skip to content

Download nightly builds

Brian Ward edited this page May 31, 2022 · 2 revisions

The nightly builds are available here: https://github.com/stan-dev/stanc3/releases

To use this as part of CmdStan or wrapper interfaces CmdStanPy and CmdStanR

  • move the downloaded file to directory $(CMDSTAN_HOME)/bin
  • rename to stanc
  • make executable (as needed). chmod a+x stanc

Note that this may not work correctly with released versions of CmdStan, since the generated C++ could have changed in a way that requires changes in the CmdStan installation as well. In general, nightly versions of stanc should only be used with the latest develop branch of CmdStan, not any prior releases.