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

[BUILD][UNIX] Test for Boost Libraries fail on Apple silicon (Homebrew path change) #463

Open
trevorsandy opened this issue Sep 26, 2024 · 0 comments
Labels
compatibility? reported as compatibility issue; triage pending OS: Unix specific to POV-Ray for Unix

Comments

@trevorsandy
Copy link

Summary

Test for Boost Libraries fail on Apple silicon builds - i.e. macOS 14.

POV-Ray Version

  • Incarnation: POV-Ray for Unix
  • Affected source version: v3.8.0 and older
  • Known working source version: N/A

Build Environment

  • Operating system: macOS 14
  • Hardware architecture: arm64
  • Compiler: clang, gcc

Build Command Sequence


See build workflow

https://github.com/trevorsandy/povray/actions/runs/11058396391/workflow

Pre-Build Output

N/A

Configure Output

configure: error: cannot find a suitable boost thread library

Make Output

N/A

Additional context (optional)

None

Workaround (optional)

Manually edit line 169 in 'unix/config/ax_boost_base.m4' to add /opt/homebrew

Suggested Solution (optional)

Replace existing ax_boost_base.m4 with updated version which includes the changed homebrew path.
The latest ax_boost_base version is available here:
See additional details here:

Cheers,

@trevorsandy trevorsandy added compatibility? reported as compatibility issue; triage pending OS: Unix specific to POV-Ray for Unix labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility? reported as compatibility issue; triage pending OS: Unix specific to POV-Ray for Unix
Projects
None yet
Development

No branches or pull requests

1 participant