Skip to content

Commit

Permalink
Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 8, 2024
1 parent 9d69c91 commit 5ab1e6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/tbb_2020.3/STAN_CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ This file documents changes done for the stan-math project

- drop -g flag from makefiles for release mode builds to decrease size of binaries
- Add `tbb::` to line 252 of `task.h` to fix a build failure with gcc 13. This was done upstream in https://github.com/oneapi-src/oneTBB/pull/833

- build/windows.inc patches for RTools make:
- L15 added:
add ifeq (true,$(USING_RTOOLS))
export SHELL = sh.exe
else
export SHELL = cmd
endif
- L25,L113,L114 added additional '/' to each cmd flag

0 comments on commit 5ab1e6d

Please sign in to comment.