math icon indicating copy to clipboard operation
math copied to clipboard

brew install stan-math

Open ankane opened this issue 2 years ago • 1 comments

Hi, it'd be great to add Stan Math (and eventually CmdStan) to Homebrew, so Mac users can install it with:

brew install stan-math

I've created a formula, but it requires patching, and Homebrew prefers patches to be accepted upstream. The two issues are:

  1. Allowing system dependencies - #2659
  2. --disable-new-dtags (in make/compiler_flags) errors with unknown option with Apple Clang

If these can be addressed, I think we can move things forward.

ankane avatar May 01 '22 23:05 ankane

+1 to --disable-new-dtags needing to change, we also are patching it on the Conda version of cmdstan

WardBrian avatar May 04 '22 19:05 WardBrian

Latest PR for 1: #2834

ankane avatar Nov 07 '22 21:11 ankane