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 ability to specify mkmf template by name instead of path #309

Open
rem1776 opened this issue Jan 3, 2025 · 0 comments
Open

add ability to specify mkmf template by name instead of path #309

rem1776 opened this issue Jan 3, 2025 · 0 comments

Comments

@rem1776
Copy link
Contributor

rem1776 commented Jan 3, 2025

Is your feature request related to a problem? Please describe.
The mkmf templates specified in the platform yaml require a full path to the template file, which is hard coded to static locations for each system. This works fine but is unnecessary now that we're including mkmf and all it's templates in this repo as a submodule.

Describe the solution you'd like
Instead of the mkTemplate key in the platform yaml taking a file path, it could just take the file name of the template. The code should be able to append the rest of the path and use the template file in this repo's submodule instead.

Describe alternatives you've considered
Keep as is

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

No branches or pull requests

1 participant