Skip to content
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

Add cmake support to generate ini files for external applications #506

Closed
sithhell opened this issue Aug 23, 2012 · 4 comments
Closed

Add cmake support to generate ini files for external applications #506

sithhell opened this issue Aug 23, 2012 · 4 comments

Comments

@sithhell
Copy link
Member

In order for HPX to load components which are compiled in an external project, we currently need to manually write a ini file such that the components get found by HPX startup.
A cmake macro which configures this ini file automatically would ease that step.

@ghost ghost assigned brycelelbach Aug 23, 2012
@hkaiser
Copy link
Member

hkaiser commented Aug 26, 2012

I'm afraid that's not possible as the ini file needs to refer to the component names as used by the component registration macros.

@hkaiser
Copy link
Member

hkaiser commented Oct 2, 2012

This is not as urgent anymore as we have added the executable prefix to the list of directories searched for components. As long as external applications follow the HPX directory structure, the corresponding external components will be found automatically.

@brycelelbach
Copy link
Member

Is this still necessary?

@brycelelbach
Copy link
Member

Closing this, as I don't think we need this anymore. Please reopen and assign to me if still needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants