Skip to content

Commit

Permalink
[vcpkg baseline] fix opencv4 by deindexing cub (#44245)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Mar 7, 2025
1 parent 21abda4 commit 3002390
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 75 deletions.
3 changes: 1 addition & 2 deletions ports/arrayfire/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arrayfire",
"version-semver": "3.8.0",
"port-version": 7,
"port-version": 8,
"description": "ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.",
"homepage": "https://github.com/arrayfire/arrayfire",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -34,7 +34,6 @@
"cuda": {
"description": "ArrayFire CUDA backend. This feature only supports dynamic because dependency cudnn is dynamic only.",
"dependencies": [
"cub",
"cuda",
"cudnn"
]
Expand Down
12 changes: 0 additions & 12 deletions ports/cub/fix-usage.patch

This file was deleted.

31 changes: 0 additions & 31 deletions ports/cub/portfile.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions ports/cub/usage

This file was deleted.

18 changes: 0 additions & 18 deletions ports/cub/vcpkg.json

This file was deleted.

3 changes: 1 addition & 2 deletions ports/flashlight-cuda/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flashlight-cuda",
"version": "0.3",
"port-version": 6,
"port-version": 7,
"description": "A C++ standalone library for machine learning. CUDA backend.",
"homepage": "https://github.com/facebookresearch/flashlight",
"license": "MIT",
Expand Down Expand Up @@ -73,7 +73,6 @@
"lib": {
"description": "flashlight libraries",
"dependencies": [
"cub",
"cuda",
"fftw3",
"intel-mkl",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arrayfire.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3ed888c7fc2aa125e626ff0f097b00a4230bab1c",
"version-semver": "3.8.0",
"port-version": 8
},
{
"git-tree": "985696275cbb76cb02d89d11f8e2490921c09874",
"version-semver": "3.8.0",
Expand Down
8 changes: 2 additions & 6 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
},
"arrayfire": {
"baseline": "3.8.0",
"port-version": 7
"port-version": 8
},
"arrow": {
"baseline": "19.0.1",
Expand Down Expand Up @@ -2112,10 +2112,6 @@
"baseline": "2.0.3.2",
"port-version": 0
},
"cub": {
"baseline": "2.1.0",
"port-version": 0
},
"cubeb": {
"baseline": "2023-09-26",
"port-version": 1
Expand Down Expand Up @@ -2810,7 +2806,7 @@
},
"flashlight-cuda": {
"baseline": "0.3",
"port-version": 6
"port-version": 7
},
"flashlight-sequence": {
"baseline": "0.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/flashlight-cuda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c3d98ac4f7c7a2c79630020b88176f1d24440af1",
"version": "0.3",
"port-version": 7
},
{
"git-tree": "c6d4ea65707f91031fb354aaeb2c76897256d861",
"version": "0.3",
Expand Down

0 comments on commit 3002390

Please sign in to comment.