diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-08-20 10:29:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 19:29:14 -0700 |
| commit | 2906878462760aab95b899f8dd67467996d26f31 (patch) | |
| tree | c57a5f3bedda329ffc6b5681a1c68f3e482db030 | |
| parent | 21d26f76ca93bc850a08b5178bbf0de9b995f2f3 (diff) | |
| download | vcpkg-2906878462760aab95b899f8dd67467996d26f31.tar.gz vcpkg-2906878462760aab95b899f8dd67467996d26f31.zip | |
[intel-mkl] Update to 2020 (#12978)
| -rw-r--r-- | ports/intel-mkl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/intel-mkl/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/intel-mkl/CONTROL b/ports/intel-mkl/CONTROL index f0b7f12a8..0286f25de 100644 --- a/ports/intel-mkl/CONTROL +++ b/ports/intel-mkl/CONTROL @@ -1,3 +1,3 @@ Source: intel-mkl -Version: 2018.0.1 +Version: 2020.0.0 Description: Intel® Math Kernel Library (Intel® MKL) accelerates math processing routines, increases application performance, and reduces development time on Intel® processors.
\ No newline at end of file diff --git a/ports/intel-mkl/portfile.cmake b/ports/intel-mkl/portfile.cmake index be54f0ec4..4e656948e 100644 --- a/ports/intel-mkl/portfile.cmake +++ b/ports/intel-mkl/portfile.cmake @@ -4,7 +4,7 @@ set(VCPKG_POLICY_EMPTY_PACKAGE enabled) -set(MKL_REQUIRED_VERSION "20180000") +set(MKL_REQUIRED_VERSION "20200000") set(ProgramFilesx86 "ProgramFiles(x86)") set(INTEL_ROOT $ENV{${ProgramFilesx86}}/IntelSWTools/compilers_and_libraries/windows) |
