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

Default extmodules workflow now treats all subdirs of MODULEPATH dirs… #5

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

ericblau
Copy link

Addresses the issue from #2, with default behavior that treats each directory from the given MODULEPATH as the top level of a tree where everything below it is semantically significant (i.e. all subdirs are part of the module name). The old behavior is still available by using the --modules-recurse option for ipf_configure when configuring the workflow.

This default behavior no longer excludes module files that exist directly in the top level directory (as was the old default behavior). To keep this behavior, use the --ignore_toplevel_modulefiles when configuring the workflow.

… as semantically important. Old behavior still available with "recursive" option.
@ericblau ericblau merged commit c31125e into master Jan 24, 2024
@ericblau ericblau deleted the issue2 branch January 24, 2024 15:57
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

Successfully merging this pull request may close these issues.

1 participant