[vcpkg baseline][forge] Fixing conflict with arrayfire (#30382)

* update forge/arrayfire

* update version

* update format

* update version

* remove patch

* update version

* remove examples

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2023-03-25 13:05:07 +08:00 committed by GitHub
parent bcc2da559c
commit f810432626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 12 deletions

View File

@ -96,11 +96,12 @@ vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/examples")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/LICENSES")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/debug/examples"
"${CURRENT_PACKAGES_DIR}/examples"
"${CURRENT_PACKAGES_DIR}/debug/share"
"${CURRENT_PACKAGES_DIR}/debug/LICENSES")
# Copyright and license
file(INSTALL "${SOURCE_PATH}/COPYRIGHT.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,7 +1,7 @@
{
"name": "arrayfire",
"version-semver": "3.8.0",
"port-version": 3,
"port-version": 4,
"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",

View File

@ -26,9 +26,9 @@ list(FILTER DLLS EXCLUDE REGEX "forge\\.dll\$")
file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug/include
${CURRENT_PACKAGES_DIR}/debug/share
${CURRENT_PACKAGES_DIR}/debug/forge/examples
${CURRENT_PACKAGES_DIR}/forge/examples
${CURRENT_PACKAGES_DIR}/debug/examples
${CURRENT_PACKAGES_DIR}/examples
${DLLS}
)
file(INSTALL "${SOURCE_PATH}/.github/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/.github/LICENSE")

View File

@ -1,7 +1,7 @@
{
"name": "forge",
"version-semver": "1.0.8",
"port-version": 1,
"port-version": 2,
"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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "37adfc5544ac7301c3ff4a8e16d84804d45b566a",
"version-semver": "3.8.0",
"port-version": 4
},
{
"git-tree": "ad19da32c793c60f4f40241792cee65d3c225d10",
"version-semver": "3.8.0",

View File

@ -214,7 +214,7 @@
},
"arrayfire": {
"baseline": "3.8.0",
"port-version": 3
"port-version": 4
},
"arrow": {
"baseline": "10.0.1",
@ -2542,7 +2542,7 @@
},
"forge": {
"baseline": "1.0.8",
"port-version": 1
"port-version": 2
},
"foxi": {
"baseline": "2021-12-01",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9d711924c7973e7f5fe16131a16b90b2317caf9e",
"version-semver": "1.0.8",
"port-version": 2
},
{
"git-tree": "780a8dc57ae2360af3705b400bc96b03914ef45a",
"version-semver": "1.0.8",