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

The users should know that no libraries will be built. #255

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

HannoSpreeuw
Copy link
Contributor

@HannoSpreeuw HannoSpreeuw commented Mar 4, 2024

The users should know that no libraries will be built, only headers will be produced.

The current README suggest that a libcudawrappers-*.so will appear in the build directory, which is not the case.

Fixes #254

@HannoSpreeuw HannoSpreeuw self-assigned this Mar 4, 2024
@csbnw
Copy link
Contributor

csbnw commented Mar 5, 2024

Good point Hanno, the documentation was clearly outdated. However, there will be only some CMake configuration files in the build directory, no headers. How about removing the build part from the documentation altogether, and just mention that it is header-only?

README.md Outdated Show resolved Hide resolved
This is indeed more accurate.

Co-authored-by: Bram Veenboer <veenboer@astron.nl>
Copy link
Contributor

@csbnw csbnw left a comment

Choose a reason for hiding this comment

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

👍

@HannoSpreeuw HannoSpreeuw merged commit 18a27db into main Mar 6, 2024
7 checks passed
@HannoSpreeuw HannoSpreeuw deleted the Update_README_for_missing_so branch March 6, 2024 08:31
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.

README says following build instructions will create a so, but a shared object is not built.
2 participants