diff options
| -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) |
