Open Zombach opened 1 year ago
Download and unpack fasta36 Go make\Makefile.nmk_icl and edit CC= icl /O2 /MT /W1 => CC= icx /O2 /MT /W1 CL= icl /O2 /MT => CL= icx /O2 /MT
download and install Intel DPC++/C++ Compiler for Windows*
Go [ftp pthreads] link - ftp://sourceware.org/pub/pthreads-win32 Copy latest directory "prebuilt-dll-2-9-1-release"
Go [VS path] = C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.31.31103(latest)\ Copy from prebuilt-dll-2-9-1-release\lib => [VS path]\lib Copy from prebuilt-dll-2-9-1-release\include => [VS path]\include Copy from prebuilt-dll-2-9-1-release\dll=> [VS path]\bin\Hostx86 Copy from prebuilt-dll-2-9-1-release\dll=> [VS path]\bin\Hostx64
go [VS path]\include and open pthread.h and add #define HAVE_STRUCT_TIMESPEC
[Intel C++ Compiler] = Installation folder [iaKind] = ia32 or ia64 [VS version] = u VS (2022 or 2019 ...) ex. vs2022 [fasta36 path] = C:/fasta36 Run x86_x64 Cross Tools Command Prompt for VS 2022 Preview exec %ComSpec% /E:ON /K ""[Intel C++ Compiler]\setvars.bat" [iaKind] [VS version]" Example - exec%ComSpec% /E:ON /K ""C:\Intel\setvars.bat" ia64 vs2022" exec cd [fasta36 path]/src exec nmake /f ../make/makefile.nmk_icl all
Download and unpack fasta36 Go make\Makefile.nmk_icl and edit CC= icl /O2 /MT /W1 => CC= icx /O2 /MT /W1 CL= icl /O2 /MT => CL= icx /O2 /MT
download and install Intel DPC++/C++ Compiler for Windows*
Go [ftp pthreads] link - ftp://sourceware.org/pub/pthreads-win32 Copy latest directory "prebuilt-dll-2-9-1-release"
Go [VS path] = C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.31.31103(latest)\ Copy from prebuilt-dll-2-9-1-release\lib => [VS path]\lib Copy from prebuilt-dll-2-9-1-release\include => [VS path]\include Copy from prebuilt-dll-2-9-1-release\dll=> [VS path]\bin\Hostx86 Copy from prebuilt-dll-2-9-1-release\dll=> [VS path]\bin\Hostx64
go [VS path]\include and open pthread.h and add #define HAVE_STRUCT_TIMESPEC
[Intel C++ Compiler] = Installation folder [iaKind] = ia32 or ia64 [VS version] = u VS (2022 or 2019 ...) ex. vs2022 [fasta36 path] = C:/fasta36 Run x86_x64 Cross Tools Command Prompt for VS 2022 Preview exec %ComSpec% /E:ON /K ""[Intel C++ Compiler]\setvars.bat" [iaKind] [VS version]" Example - exec%ComSpec% /E:ON /K ""C:\Intel\setvars.bat" ia64 vs2022" exec cd [fasta36 path]/src exec nmake /f ../make/makefile.nmk_icl all