Skip to content

Commit 6add811

Browse files
authored
Update prepare_build_environment_windows.sh
1 parent 8c2c316 commit 6add811

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
@@ -38,7 +38,7 @@ curl --netrc-optional -L -nv -o webimage.exe \
3838
https://registrationcenter-download.intel.com/akdlm/irc_nas/18970/w_BaseKit_p_2022.3.1.17310_offline.exe
3939
./webimage.exe -s -x -f webimage_extracted --log extract.log
4040
rm webimage.exe
41-
./webimage_extracted/bootstrapper.exe -s --action install --components="intel.oneapi.win.mkl.devel" --eula=accept --log-dir=.
41+
./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=.
4242

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

0 commit comments

Comments
 (0)