-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds compile_info make target #708
Conversation
(stat_comp_benchmarks/benchmarks/gp_pois_regr/gp_pois_regr.stan, 1.0) |
need to spit out absolute paths, otherwise the problem remains: compile command must be called from CmdStan directory, because compiler directive uses relative paths. here's output from my machine:
|
revising previous comment - this might be useful for CmdStanPy. |
I don't know how to spit out absolute paths from make. The idea was that
the c++ compiler could be invoked from the CmdStan home directory, but the
Stan file could have spaces in it. Does that make sense?
…On Thu, May 30, 2019 at 1:42 AM Mitzi Morris ***@***.***> wrote:
revising previous comment - this might be useful for CmdStanPy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#708?email_source=notifications&email_token=AADH6FZYQOD56AALQF5S3Y3PX5SLBA5CNFSM4HQ5G4IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWRNJFI#issuecomment-497210517>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADH6FZH5B5VA6TBYZVXCZTPX5SLBANCNFSM4HQ5G4IA>
.
|
yes, this makes sense. |
Submisison Checklist
./runCmdStanTests.py src/test
Summary:
Adds
make compile_info
. It will print the C++ compiler invocation to be used (without the-include <stan generated header file> -o <executable name>
).Intended Effect:
Makes it easier to compile CmdStan programs. This will allow for spaces in paths by scripting outside of
make
.How to Verify:
Type:
Side Effects:
None.
Documentation:
Added some doc to
make help-dev
Copyright and Licensing
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):
Generable
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses: