]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Fix visionOS build and add CI (llama/12415)
authorGuus Waals <redacted>
Wed, 19 Mar 2025 10:15:23 +0000 (10:15 +0000)
committerGeorgi Gerganov <redacted>
Thu, 27 Mar 2025 07:35:24 +0000 (09:35 +0200)
commit29a0b315ab5289db840212ed3c78e5c26ea02226
treed7e0e83dbd396d32db35bb7b27efa3007453ea8b
parent7c8c6895127f9fc4a2efecac069628400a41a28c
Fix visionOS build and add CI (llama/12415)

* ci: add visionOS build workflow

Add a new GitHub Actions workflow for building on visionOS with CMake and Xcode.

* ggml: Define _DARWIN_C_SOURCE for visionOS to fix missing u_xxx typedefs

* ci: remove define hacks for u_xxx system types

---------

Co-authored-by: Giovanni Petrantoni <redacted>
src/CMakeLists.txt