Skip to content

Commit 1b2319e

Browse files
committed
do we need NEED_VS2019_INTEGRATION?
1 parent 8e2e969 commit 1b2319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tools/prepare_build_environment_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ curl --netrc-optional -L -nv -o webimage.exe \
6767
https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409/intel-oneapi-base-toolkit-2025.1.2.7_offline.exe
6868
./webimage.exe -s -x -f webimage_extracted --log extract.log
6969
rm webimage.exe
70-
./webimage_extracted/bootstrapper.exe -s --action install --components="intel.oneapi.win.mkl.devel" --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
70+
./webimage_extracted/bootstrapper.exe -s --action install --components="intel.oneapi.win.mkl.devel" --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=1 --log-dir=.
7171

7272
ONEDNN_VERSION=3.1.1
7373
curl --netrc-optional -L -O https://github.com/oneapi-src/oneDNN/archive/refs/tags/v${ONEDNN_VERSION}.tar.gz

0 commit comments

Comments
 (0)