I did a git clone of the version 2.26.1 with the recursive flag
Okā¦ let me try it with youā¦
Iām running this from the command line:
$ git clone --recursive --branch v2.26.1 https://github.com/stan-dev/cmdstan cmdstan-2.26.1
When this is done, Iāll let you know what I have inside my tbb folder.
This is what I have:
$ ls cmdstan-2.26.1/stan/lib/stan_math/lib/tbb_2019_U8/
CHANGES Makefile STAN_CHANGES doc jni
Doxyfile README build include python
LICENSE README.md cmake index.html src
I donāt have a stan/lib/stan_math/lib/tbb
folder (I have a tbb_2019_U8
folder).
Mind trying that from scratch and letting me know what you see?
I did your way. I obtained the same folder with the same files and directories inside.
Again, when I run make build
I have the same problem as above with the tbb
folder (folder that did not exist before the make build
).
Mind running the ls
line and showing whatās there? I donāt know what time zone youāre in, but if you want to jump on a call, I can try to help sort it out.
I obtained the same thing as you, that is a folder tbb_2019_U8
with the same files inside:
CHANGES LICENSE README STAN_CHANGES cmake include jni src
Doxyfile Makefile README.md build doc index.html python
Now, running make build
, it creates the directory cmdstan-2.26.1/stan/lib/stan_math/lib/tbb
. Did you run make build
? Has it happened to you too?
Regarding the call, it would be very kind from you. I am in Europe, so CET.
Hi there, I was facing the same issue on my m1 macbook. I have been able to solve this problem by installing cmdstanpy version=1.0.0 and then call the install_cmdstan() function from cmdstanpy wrapper. That seemed to have solved the problem and i am able to compile and run models. I hope this helps.
Thanks.
I was building httpstan and hanging on tbb with a similar symptom. I was also using GNU make from MacPorts. My solution was to use /usr/bin/make instead.