Skip to content

Commit

Permalink
moltenvk: add v1.2.7, drop old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valgur committed Feb 10, 2025
1 parent 6184834 commit e4effb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
15 changes: 3 additions & 12 deletions recipes/moltenvk/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sources:
"1.2.7":
url: "https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.7.tar.gz"
sha256: "3166edcfdca886b4be1a24a3c140f11f9a9e8e49878ea999e3580dfbf9fe4bec"
"1.2.2":
url: "https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.2.tar.gz"
sha256: "8065a10c2d70b561f48475dedb118e643176527b162d6e439fa127270c2a07dd"
"1.2.1":
url: "https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.1.tar.gz"
sha256: "4742df8f35473c5a737f2b120ae06aa6b9e8a7a3753b88932e501b06b1d17ea8"
"1.2.0":
url: "https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.2.0.tar.gz"
sha256: "6e7af2dad0530b2b404480dbe437ca4670c6615cc2ec6cf6a20ed04d9d75e0bd"
"1.1.11":
url: "https://github.com/KhronosGroup/MoltenVK/archive/refs/tags/v1.1.11.tar.gz"
sha256: "938ea0ba13c6538b0ee505ab391a3020f206ab9d29c869f20dd19318a4ee8997"
Expand All @@ -22,15 +22,6 @@ patches:
patch_description: "Fix build errors in Xcode 15.3 beta"
patch_type: "portability"
patch_source: "https://github.com/KhronosGroup/MoltenVK/issues/2156"
"1.2.0":
- patch_file: "patches/1.2.0-0001-fix-version-number-icd-json.patch"
patch_description: "Fix api_version in MoltenVK_icd.json"
patch_type: "portability"
patch_source: "https://github.com/KhronosGroup/MoltenVK/pull/1747"
- patch_file: "patches/1.2.2-0001-MVKSmallVector-Make-iterator-const-correct.patch"
patch_description: "Fix build errors in Xcode 15.3 beta"
patch_type: "portability"
patch_source: "https://github.com/KhronosGroup/MoltenVK/issues/2156"
"1.1.11":
- patch_file: "patches/1.1.11-0001-vulkan-alias-private-extern.patch"
patch_description: "Fix vulkan alias symbols when vulkan symbols are hidden"
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/moltenvk/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
versions:
"1.2.7":
folder: all
"1.2.2":
folder: all
"1.2.1":
folder: all
"1.2.0":
folder: all
"1.1.11":
folder: all

0 comments on commit e4effb7

Please sign in to comment.