Install CMake files for Chapel projects#26937
Merged
jabraham17 merged 9 commits intochapel-lang:mainfrom Apr 15, 2025
Merged
Conversation
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
445043a to
3f2bd2c
Compare
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
arifthpe
added a commit
to arifthpe/homebrew-core
that referenced
this pull request
Sep 19, 2025
arifthpe
added a commit
to arifthpe/homebrew-core
that referenced
this pull request
Sep 19, 2025
6 tasks
arifthpe
added a commit
to arifthpe/homebrew-core
that referenced
this pull request
Sep 26, 2025
Apply the following improvements/fixes from upstream releases 2.5 and 2.6: - chapel-lang/chapel#26937 - chapel-lang/chapel#27535 - chapel-lang/chapel#27546 - chapel-lang/chapel#27564 - chapel-lang/chapel#27626 - chapel-lang/chapel#27653 Additionally, disable gasnet+smp build and test on linux/arm64 to work around an as yet undiagnosed build failure on the platform. Includes a hack to allow gasnet+smp checkChplInstall testing to succeed on a system with less than 4 cores, to be removed once there's an upstream fix. Adds a requirement of arm64 arch on macOS, as we've encountered portability issues with gasnet+smp on x86_64 macOS 14, which we don't have the time to fix at the moment and aren't worth denying the feature to other platforms over.
arifthpe
added a commit
to arifthpe/homebrew-core
that referenced
this pull request
Sep 26, 2025
Apply the following improvements/fixes from upstream releases 2.5 and 2.6: - chapel-lang/chapel#26937 - chapel-lang/chapel#27535 - chapel-lang/chapel#27546 - chapel-lang/chapel#27564 - chapel-lang/chapel#27626 - chapel-lang/chapel#27653 - chapel-lang/chapel#27865
6 tasks
jabraham17
added a commit
to jabraham17/homebrew-core
that referenced
this pull request
Oct 7, 2025
Apply the following improvements/fixes from upstream releases 2.5 and 2.6: - chapel-lang/chapel#26937 - chapel-lang/chapel#27535 - chapel-lang/chapel#27546 - chapel-lang/chapel#27564 - chapel-lang/chapel#27626 - chapel-lang/chapel#27653 - chapel-lang/chapel#27865 Addresses feedback given in Homebrew#244962 Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds an install step to move the CMake module files in
util/cmaketoCHPL_HOME/lib/INSTALL_PREFIX/lib/cmake/chplThis makes these files readily available to users without needing to copy the files into their project
testing
[Reviewed by @arezaii]