PumasAI-Labs / Bayesian-Benchmarks

Code for the Pumas Bayesian Benchmarks Paper
0 stars 0 forks source link

tbb::task to appease gcc13 #96

Closed chriselrod closed 1 year ago

chriselrod commented 1 year ago

https://discourse.mc-stan.org/t/cmdstan-installation-fails-on-linux-issue-with-tbb/31125/2

Almost all my computers locally use gcc13, but JuliaHub does not yet.

chriselrod commented 1 year ago

@storopoli I made this same PR to vanilla Torsten, and they merged it https://github.com/metrumresearchgroup/Torsten/pull/46

So, if we can update to mirror vanilla Torsten, this PR is no longer necessary and we can close it.

storopoli commented 1 year ago

@storopoli I made this same PR to vanilla Torsten, and they merged it metrumresearchgroup/Torsten#46

So, if we can update to mirror vanilla Torsten, this PR is no longer necessary and we can close it.

Great! Let's merge then!