Skip to content

cmake: Fix extension_decimal build looking up mpdecimal.h #366

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

Merged

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented May 1, 2025

When mpdecimal is installed via Homebrew, its headers (mpdecimal.h) lives in a non system include path (e.g. /usr/local/include). CMake was not searching for header causing build failures in extension_decimal.

When mpdecimal is installed via Homebrew, its headers (`mpdecimal.h`) lives
in a non system include path (e.g. `/usr/local/include`). CMake was not
searching for header causing build failures in extension_decimal.
@jcfr jcfr force-pushed the fix-lookup-system-mpdecimal branch from 5940b41 to a854d8b Compare May 1, 2025 06:30
@jcfr jcfr changed the title cmake: Fix extension_decimal build looking up mpdecmal.h cmake: Fix extension_decimal build looking up mpdecimal.h May 1, 2025
@jcfr jcfr merged commit 9df127c into python-cmake-buildsystem:master May 1, 2025
15 checks passed
@jcfr jcfr deleted the fix-lookup-system-mpdecimal branch May 1, 2025 06:57
@jcfr
Copy link
Contributor Author

jcfr commented May 1, 2025

Working toward addressing:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant