-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Making mechanism for external library/user-supplied code #934
Milestone
Comments
Can you provide a concrete use case / example?
We need to think of how much is the responsibility of the Math library to
get this linking correct. That said, my guess is that the external linkage
is not going to be the responsibility of the Math library. The Math
library's makefiles are only responsible for building tests. It's not used
to build executables for client code. Do you envision Math developers
needing to link other things for tests within the Math library? It might be
more appropriate at the CmdStan level.
…On Wed, Jul 11, 2018 at 11:32 AM Yi Zhang ***@***.***> wrote:
Summary:
User may want to supplied his own C++ code and/or library. The
compiling/linking may require special treatment. Stan Math needs a rule to
treat this scenario.
Description:
User may want to supplied his own C++ code and/or library. The
compiling/linking may require special treatment. Stan Math needs a rule to
treat this scenario, and documentation and guide to help user understand
the process.
Reproducible Steps:
n/a
Additional Information:
Provide any additional information here.
Current Version:
v2.17.0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#934>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZ_F2sFTW1vJH9ixZ8V2JU9xpH9QcPaks5uFhqfgaJpZM4VLXrJ>
.
|
Close to move to cmdstan |
This is super-convenient for moving issues: https://github-issue-mover.appspot.com |
This issue was moved to stan-dev/cmdstan#630 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
Split from #931.
User may want to supplied his own C++ code and/or library. The compiling/linking may require special treatment. Stan Math needs a rule to treat this scenario.
Description:
User may want to supplied his own C++ code and/or library. The compiling/linking may require special treatment. Stan Math needs a rule to treat this scenario, and documentation and guide to help user understand the process.
Reproducible Steps:
n/a
Additional Information:
Provide any additional information here.
Current Version:
v2.17.0
The text was updated successfully, but these errors were encountered: