[forge] fix wrong dep (#31008)

This commit is contained in:
autoantwort 2023-04-22 00:54:13 +02:00 committed by GitHub
parent dec415551b
commit 5a090c1963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{
"name": "forge",
"version-semver": "1.0.8",
"port-version": 2,
"port-version": 3,
"description": "An OpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend.",
"homepage": "https://github.com/arrayfire/forge",
"license": "BSD-3-Clause",
"supports": "!(windows & (arm | uwp))",
"dependencies": [
"boost-functional",
"boost-container-hash",
{
"name": "fontconfig",
"platform": "!windows"

View File

@ -2570,7 +2570,7 @@
},
"forge": {
"baseline": "1.0.8",
"port-version": 2
"port-version": 3
},
"foxi": {
"baseline": "2021-12-01",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "020557ffe8bd7c66464eb1a19eb1a67b3151aa25",
"version-semver": "1.0.8",
"port-version": 3
},
{
"git-tree": "9d711924c7973e7f5fe16131a16b90b2317caf9e",
"version-semver": "1.0.8",