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

Simplified/Fixed the build, main branch (2025.01.02.) #1

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

krasznaa
Copy link
Contributor

@krasznaa krasznaa commented Jan 2, 2025

Following the discussion in acts-project/traccc#806, this should fix the setup of this project.

  • Removed the build of CCCL from the project;
    • The version built by traccc is meant to work fine as-is;
  • Stopped building traccc as a SYSTEM external.

It is the latter that was causing an issue. 🤔

You see, as described in https://github.com/acts-project/traccc/blob/main/extern/cccl/CMakeLists.txt#L19, the CCCL project must not be declared as a SYSTEM external. Otherwise one runs into exact the sort of issue that @beomki-yeo found in acts-project/traccc#806.

By removing the SYSTEM keyword, the build of the tutorial executables seems to work fine.

Removed the build of CCCL from the project.
Stopped building traccc as a SYSTEM external.
Copy link
Owner

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@beomki-yeo beomki-yeo merged commit e6f0c93 into beomki-yeo:main Jan 2, 2025
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.

2 participants