Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Fix EasyBuild bug with toolchain method that sets up the search path for header files.
# The bug has been exposed when using the new options
# EASYBUILD_MODULE_SEARCH_PATH_HEADERS=include_paths and
# EASYBUILD_SEARCH_PATH_CPP_HEADERS=include_paths
#
easyconfigs:
- EasyBuild-5.1.2.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/24556
from-commit: b75d6dd6d40fa26e58e934169aedc5dcd9c5419a

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated to also pick up on the fix in easybuilders/easybuild-framework#5042...