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

[metal-cpp] Update to macOS14.2_iOS17.2 #231

Merged
merged 2 commits into from
Aug 10, 2024
Merged

[metal-cpp] Update to macOS14.2_iOS17.2 #231

merged 2 commits into from
Aug 10, 2024

Conversation

luncliff
Copy link
Owner

Changes

The port is too old for the latest Apple platform SDKs.

  • Use the SDK names for version-string.
    The previous style, version-date didn't provide a proper description of the port.
  • Install usage. Provide a link to GitHub repository https://github.com/bkaradzic/metal-cpp
  • Remove "supports" constraint because the project is header-only.

References

Triplet Support

The project is header-only, but it expects the target triplet is one of the Apple triplets

  • x64-osx
  • arm64-osx
  • arm64-ios
  • arm64-ios-simulator

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "metal-cpp"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff added the platform: apple Mac, iOS, Simulator label Aug 10, 2024
@luncliff luncliff self-assigned this Aug 10, 2024
@luncliff luncliff merged commit 5fad125 into main Aug 10, 2024
22 of 27 checks passed
@luncliff luncliff deleted the port/metal-cpp branch August 10, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: apple Mac, iOS, Simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant