mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[intel-mkl] Fix cmake usage issue (#33460)
This commit is contained in:
parent
a57d71136d
commit
d517ee7c71
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
@ -3438,7 +3438,7 @@
|
||||
},
|
||||
"intel-mkl": {
|
||||
"baseline": "2023.0.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"intelrdfpmathlib": {
|
||||
"baseline": "20U2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3dd3ebb16924351eed10c170704517f54a72f274",
|
||||
"version": "2023.0.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "2d2adb8cb7c54dd3dc17a92c22db24204c638e72",
|
||||
"version": "2023.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user