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

Support linking against external libraries with Chapel's CMake support #27047

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jabraham17
Copy link
Member

@jabraham17 jabraham17 commented Apr 2, 2025

Add the ability to link against external libraries when building Chapel projects with CMake.

Also updated and expanded the docs on using CMake with Chapel

Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 18 changed files in this pull request and generated no comments.

Files not reviewed (14)
  • test/cmake/linkWithC/CMakeLists.txt: Language not supported
  • test/cmake/linkWithC/include/adder.h: Language not supported
  • test/cmake/linkWithC/main.chpl: Language not supported
  • test/cmake/linkWithC/src/adder.c: Language not supported
  • test/cmake/sharedLib/CMakeLists.txt: Language not supported
  • test/cmake/sharedLib/include/adder.h: Language not supported
  • test/cmake/sharedLib/main.c: Language not supported
  • test/cmake/sharedLib/main.chpl: Language not supported
  • test/cmake/sharedLib/src/adder.c: Language not supported
  • test/cmake/staticLib/CMakeLists.txt: Language not supported
  • test/cmake/staticLib/include/adder.h: Language not supported
  • test/cmake/staticLib/main.chpl: Language not supported
  • test/cmake/staticLib/src/adder.c: Language not supported
  • util/cmake/CMakeCHPLInformation.cmake: Language not supported

@jabraham17 jabraham17 marked this pull request as ready for review April 11, 2025 21:19
@jabraham17 jabraham17 requested a review from arezaii April 11, 2025 21:19
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