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 module-search-path-headers configuration option to control how modules set search paths to header files #4655

Open
wants to merge 6 commits into
base: 5.0.x
Choose a base branch
from

Conversation

lexming
Copy link
Contributor

@lexming lexming commented Sep 24, 2024

Depends on:

This PR adds a new build option and easyconfig parameter called module-search-path-headers to control what environment variables will be added to module files with search paths to headers:

  • none: (new setting) no variables added to module files with paths to headers
  • CPATH: (default and current setting) modules set CPATH on load
  • INCLUDE_PATHS: (new setting) modules set variables C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJC_INCLUDE_PATH on load with paths to headers

New test added to easyblock suite for this new option.

@boegel boegel changed the title add option module-search-path-headers to control how modules set search paths to header files add module-search-path-headers configuration option to control how modules set search paths to header files Oct 9, 2024
@boegel boegel added this to the 5.0 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Nice-to-have
Development

Successfully merging this pull request may close these issues.

2 participants