[intel-mkl] Fix cmake usage issue (#33460)

This commit is contained in:
Cheney Wang 2023-09-01 04:34:33 +08:00 committed by GitHub
parent a57d71136d
commit d517ee7c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -236,7 +236,7 @@ endif()
file(COPY "${mkl_dir}/lib/cmake/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/mkl/MKLConfig.cmake" "MKL_CMAKE_PATH}/../../../" "MKL_CMAKE_PATH}/../../")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/mkl/MKLConfig.cmake" "redist/\${MKL_ARCH}/" "bin")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/mkl/MKLConfig.cmake" "redist/\${MKL_ARCH}" "bin")
#TODO: Hardcode settings from portfile in config.cmake
#TODO: Give lapack/blas information about the correct BLA_VENDOR depending on settings.

View File

@ -1,7 +1,7 @@
{
"name": "intel-mkl",
"version": "2023.0.0",
"port-version": 2,
"port-version": 3,
"description": "Intel® Math Kernel Library (Intel® MKL) accelerates math processing routines, increases application performance, and reduces development time on Intel® processors.",
"homepage": "https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html",
"license": null,

View File

@ -3438,7 +3438,7 @@
},
"intel-mkl": {
"baseline": "2023.0.0",
"port-version": 2
"port-version": 3
},
"intelrdfpmathlib": {
"baseline": "20U2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3dd3ebb16924351eed10c170704517f54a72f274",
"version": "2023.0.0",
"port-version": 3
},
{
"git-tree": "2d2adb8cb7c54dd3dc17a92c22db24204c638e72",
"version": "2023.0.0",