Skip to content

Commit

Permalink
docs: Add note about ARCHFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Dec 6, 2022
1 parent 198166b commit 4c65466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ GitHub Actions tries to release previously-unreleased versions of `httpstan` twi

- `BUILD_COMMIT` is automatically set to the most recent tagged version of `httpstan`. See `.github/workflows/wheels.yml`.
- `MB_PYTHON_OSX_VER=10.9` is set in `.github/workflows/wheels.yml`.
- To avoid building universal wheels on macos, `ARCHFLAGS` is set to `-arch x86_64` in `.github/workflows/wheels.yml`. Setting `ARCHFLAGS` on macos influences what Python uses as `CFLAGS`. The httpstan `Makefile` gets `CFLAGS` from Python and uses them when compiling `httpstan/stan_services.cpp`.

0 comments on commit 4c65466

Please sign in to comment.