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

[BUG]:libcuspatial requires --expt-relaxed-constexpr and fails to build. #1501

Closed
harrism opened this issue Dec 16, 2024 · 0 comments · Fixed by #1502
Closed

[BUG]:libcuspatial requires --expt-relaxed-constexpr and fails to build. #1501

harrism opened this issue Dec 16, 2024 · 0 comments · Fixed by #1502
Labels
bug Something isn't working

Comments

@harrism
Copy link
Member

harrism commented Dec 16, 2024

Version

25.02

On which installation method(s) does this occur?

Docker

Describe the issue

We removed --expt-relaxed-constexpr for libcuproj and libcuspatial in #1495 but it seems that libcuspatial requires this flag for things like constexpr std::optional<T>::value() and the internal type traits functions which are constexpr and not __host__ __device__.

We should restore the option to the libcuspatial/cmake/ConfigureCUDA.cmake.

Minimum reproducible example

Relevant log output

Environment details

Other/Misc.

No response

@harrism harrism added the bug Something isn't working label Dec 16, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in cuSpatial Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant