Daniel Lee
Daniel Lee
Pinging @wds15 and @rok-cesnovar.
Some other things that I'd like to fix with running `make help`: - [ ] Reduce the number of lines of output. Right now, it's 113 lines; it's too much...
It definitely could use a complete rewrite. A lot of that was done because we were pre-C++11. It's a mix of code generation, template, and macros. All of it could...
This doesn’t work if there are spaces in paths. This is a technical limitation that’s introduced by make: I haven’t found a way to escape the target if there’s a...
The issue will be present if there are spaces in the path (including the file name) of the Stan program. I tried to do this once and I believe in...
@wds15, that isn’t what I meant. I meant you could write a bash script that calls make to return back the right compiler invocation, i.e. clang++ -I... And then from...
> Yes. I was addressing @syclik 's concern as he mentioned that the Math library was not designed to be used out side of Stan, and its makefile is not...
@mitzimorris, confirmed this is a bug. I tracked it down and it needs to be fixed in the stan-dev/stan repo. I'll come up with a minimal example and show what's...
@andrjohns, would it make sense to "install" a script that builds so that it can handle spaces in paths? I can help spec and implement if that seems like something...
My initial reactions: cool and yikes. Early on we had cross compiling available. It's really hard to maintain using make. It's not that it's not feasible to do... in the...