Skip to content

fix: update libtapi to fix compilation issues on macos#6119

Merged
lucascolley merged 1 commit into
prefix-dev:mainfrom
benmoss:tapi
May 13, 2026
Merged

fix: update libtapi to fix compilation issues on macos#6119
lucascolley merged 1 commit into
prefix-dev:mainfrom
benmoss:tapi

Conversation

@benmoss
Copy link
Copy Markdown
Contributor

@benmoss benmoss commented May 13, 2026

Description

I have been getting compilation issues running pixi run build-debug since 75150e5. I narrowed it down to this issue that @tdejager found in libtapi: tpoechtrager/apple-libtapi#50

He followed through to get this bumped in the feedstock too: conda-forge/tapi-feedstock#18

The specific error I was seeing was:

  CMake Error at /Volumes/workspace/pixi/.pixi/envs/rust-build/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
    Could NOT find Threads (missing: Threads_FOUND)
  Call Stack (most recent call first):
    /Volumes/workspace/pixi/.pixi/envs/rust-build/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
    /Volumes/workspace/pixi/.pixi/envs/rust-build/share/cmake-4.3/Modules/FindThreads.cmake:289 (find_package_handle_standard_args)
    aws-lc/CMakeLists.txt:1280 (find_package)

How Has This Been Tested?

pixi run build-debug now works :)

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added sufficient tests to cover my changes.
  • I have verified that changes that would impact the JSON schema have been made in schema/model.py.

@lucascolley lucascolley merged commit e640477 into prefix-dev:main May 13, 2026
40 checks passed
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