File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,8 @@ if defined PROCESSOR_ARCHITEW6432 set "ARCH=%PROCESSOR_ARCHITEW6432%"
4545
4646if /I " %ARCH% " == " AMD64" (
4747 set " PLAT = win32e"
48- set " ARCH_DIR = intel64"
4948) else if /I " %ARCH% " == " ARM64" (
5049 set " PLAT = winarm"
51- set " ARCH_DIR = ARM64"
5250) else (
5351 echo Unknown architecture: %ARCH%
5452 exit /b 1
@@ -57,7 +55,6 @@ if /I "%ARCH%"=="AMD64" (
5755echo make %1 -j%NUMBER_OF_PROCESSORS% COMPILER=%2 PLAT=" %PLAT% " REQCPU=%3
5856make %1 -j%NUMBER_OF_PROCESSORS% COMPILER=%2 PLAT=" %PLAT% " REQCPU=%3 || set errorcode = 1
5957
60- cmake -DINSTALL_DIR=__release_win_%2 \daal\latest\lib\cmake\oneDAL -DARCH_DIR=" %ARCH_DIR% " -P cmake\scripts\generate_config.cmake || set errorcode = 1
6158rem No cmake config generation here. This script used to call
6259rem cmake/scripts/generate_config.cmake itself, added by PR #2222 (merged
6360rem 2023-01-04). Two weeks later PR #2243 (merged 2023-01-20) taught the makefile
You can’t perform that action at this time.
0 commit comments