Skip to content

Commit 3002390

Browse files
authored
[vcpkg baseline] fix opencv4 by deindexing cub (microsoft#44245)
1 parent 21abda4 commit 3002390

File tree

9 files changed

+14
-75
lines changed

9 files changed

+14
-75
lines changed

ports/arrayfire/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arrayfire",
33
"version-semver": "3.8.0",
4-
"port-version": 7,
4+
"port-version": 8,
55
"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.",
66
"homepage": "https://github.com/arrayfire/arrayfire",
77
"license": "BSD-3-Clause",
@@ -34,7 +34,6 @@
3434
"cuda": {
3535
"description": "ArrayFire CUDA backend. This feature only supports dynamic because dependency cudnn is dynamic only.",
3636
"dependencies": [
37-
"cub",
3837
"cuda",
3938
"cudnn"
4039
]

ports/cub/fix-usage.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

ports/cub/portfile.cmake

Lines changed: 0 additions & 31 deletions
This file was deleted.

ports/cub/usage

Lines changed: 0 additions & 4 deletions
This file was deleted.

ports/cub/vcpkg.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

ports/flashlight-cuda/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flashlight-cuda",
33
"version": "0.3",
4-
"port-version": 6,
4+
"port-version": 7,
55
"description": "A C++ standalone library for machine learning. CUDA backend.",
66
"homepage": "https://github.com/facebookresearch/flashlight",
77
"license": "MIT",
@@ -73,7 +73,6 @@
7373
"lib": {
7474
"description": "flashlight libraries",
7575
"dependencies": [
76-
"cub",
7776
"cuda",
7877
"fftw3",
7978
"intel-mkl",

versions/a-/arrayfire.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "3ed888c7fc2aa125e626ff0f097b00a4230bab1c",
5+
"version-semver": "3.8.0",
6+
"port-version": 8
7+
},
38
{
49
"git-tree": "985696275cbb76cb02d89d11f8e2490921c09874",
510
"version-semver": "3.8.0",

versions/baseline.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
"arrayfire": {
244244
"baseline": "3.8.0",
245-
"port-version": 7
245+
"port-version": 8
246246
},
247247
"arrow": {
248248
"baseline": "19.0.1",
@@ -2112,10 +2112,6 @@
21122112
"baseline": "2.0.3.2",
21132113
"port-version": 0
21142114
},
2115-
"cub": {
2116-
"baseline": "2.1.0",
2117-
"port-version": 0
2118-
},
21192115
"cubeb": {
21202116
"baseline": "2023-09-26",
21212117
"port-version": 1
@@ -2810,7 +2806,7 @@
28102806
},
28112807
"flashlight-cuda": {
28122808
"baseline": "0.3",
2813-
"port-version": 6
2809+
"port-version": 7
28142810
},
28152811
"flashlight-sequence": {
28162812
"baseline": "0.0.1",

versions/f-/flashlight-cuda.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "c3d98ac4f7c7a2c79630020b88176f1d24440af1",
5+
"version": "0.3",
6+
"port-version": 7
7+
},
38
{
49
"git-tree": "c6d4ea65707f91031fb354aaeb2c76897256d861",
510
"version": "0.3",

0 commit comments

Comments
 (0)