This could be an issue with WSL, I was trying to clone earlier, and getting missing directories and trying to build the stan stack manually. Now it seems to be working. But when I’m cloning performance tests, it’s not giving me any of the functions that exist in the primary director of performance-tests… it’s just putting me directly into stan-dev/stan. ./runPerformanceTests.py is not available, and then, earlier today, I was running make build and it wasn’t finding any of the make targets. Is any one doing this one windows, WSL? This is driving me insane. I can get stan/math to run fine, but that’s mostly what I’ve worked with in the past.
Nothing should be missing from the branch from which you clone. If there are submodules missing, you can clone with clone --recursive.
Again, more information on exactly what you did and what the output you got would be helpful for debugging. I just pretty much LLMs to solve these problems these days—they’re very good at sorting out build and GitHub issues if you give them enough context (like the files you’re using and what you did on the command line).