-
Notifications
You must be signed in to change notification settings - Fork 211
add --search-path-cpp-headers
configuration option to control how EasyBuild sets paths to headers at build time
#4645
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1d1b882
add SearchPaths variable class for colon-separated lists of absolute …
lexming 1d15f4d
add supported search paths by GNU CPP as toolchain variables
lexming 841584f
add build option cpp-headers-search-paths
lexming e3163ac
add toolchain option cpp-headers-search-paths
lexming a82bee5
add paths to headers from dependencies according to the option set in…
lexming 20647b7
fix case where cpp-headers-search-path is set to None
lexming d8ab393
rename CPP_HEADER_* globals to CPP_HEADERS_*
lexming 079f202
simplify parsing of cpp-headers-search-path option values
lexming 3493861
simplify FCC toolchain by using inheritance of new Toolchain._add_dep…
lexming 3b3e9d1
replace hardcoded variable settings in ACML with new Toolchain._add_d…
lexming f0190f7
add test_cpp_headers_search_path to test.framework.toolchain
lexming 6471f17
rename cpp-headers-search-path option to search-path-cpp-headers
lexming 45514ef
set default value of toolchain option search-path-cpp-headers to False
lexming 96b020e
simplify search-path-cpp-headers option detection as its build option…
lexming 35db2f7
toolchain option search_path_ccp_headers can be None in unit tests
lexming 8cbb705
build option search_path_ccp_headers can be None in unit tests
lexming 3daac79
avoid list conversion in test_search_path_cpp_headers
lexming a110459
use None as default of toolchain option search-path-cpp-headers
lexming 324c79c
avoid warning about search-path-cpp-headers returning none
lexming 1344b97
fix typo in comment of toolchain.prepare method
lexming 7e3b070
fix typo in docstring of toolchain._add_dependency_variables method
lexming 77a65ad
remove duplicates with tools.utilities.nub instead of a set to preser…
lexming 80e5825
avoid list conversion in test_search_path_cpp_headers
lexming cd01b65
handle extra_dirs passed as string and throw error for non-iterables
lexming d12251f
import all of easybuild.tools.utilities with an alias in its test suite
lexming b714e65
add new emthod unique_ordered_append to easybuild.tools.utilities
lexming e1ec9d9
simplify handling of search-path-cpp-headers option with tools.utilit…
lexming d03ff29
simplify error message in unique_ordered_append
lexming ce18c9e
simplify error message in unique_ordered_append
lexming df086ae
simplify else codepath in unique_ordered_append
lexming 4d1b56e
fix codestyle in unique_ordered_append
lexming c0662ae
rename unique_ordered_append to unique_ordered_extend and enforce clo…
lexming 485843d
create local copy of base list in unique_ordered_extend
lexming File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.