Revert "[hwinfo] create a new port (#35465)" (#35993)

This reverts commit e64dd3356f7fe38e1e547cd94cee92bae831d41f.
This commit is contained in:
Kai Pastor 2024-01-02 23:23:31 +01:00 committed by GitHub
parent 8397227251
commit 8de7ffa491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 48 deletions

View File

@ -1,21 +0,0 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lfreist/hwinfo
REF 5cb31dbdb2c40413a837ce52ffadee23578c9069
SHA512 7c431528d5bf2f91843a3f6f8de908f6bc5b1427f85961bb885ab95e7765a875cb0358638e0e1e1f9a9336476ba74dc22819c97189251391fd8459c334c1092a
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DNO_OCL=TRUE # disable OpenCL usage
MAYBE_UNUSED_VARIABLES
NO_OCL
)
vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,14 +0,0 @@
{
"name": "hwinfo",
"version-date": "2023-12-02",
"description": "cross platform C++ library for hardware information (CPU, RAM, GPU, ...)",
"homepage": "https://github.com/lfreist/hwinfo",
"license": "MIT",
"supports": "(windows | linux) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}

View File

@ -3364,10 +3364,6 @@
"baseline": "1.7.2",
"port-version": 0
},
"hwinfo": {
"baseline": "2023-12-02",
"port-version": 0
},
"hwloc": {
"baseline": "2.9.3",
"port-version": 0

View File

@ -1,9 +0,0 @@
{
"versions": [
{
"git-tree": "75e06682da06c2b28e10f57d72dc30618b833848",
"version-date": "2023-12-02",
"port-version": 0
}
]
}