Skip to content

Commit

Permalink
Use x86_amd64 compiler instead of amd64
Browse files Browse the repository at this point in the history
x86_amd64 is a 32-bit compiler producing amd64 code, while amd64 is
a 64-bit compiler producing amd64 code. Latter gives a ICE
while former does not
  • Loading branch information
isuruf committed Dec 1, 2017
1 parent 9499e26 commit 7c20cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REM Use OpenBLAS with 1 thread only as it seems to be using too many
REM on the CIs apparently.
set OPENBLAS_NUM_THREADS=1

call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
python setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

0 comments on commit 7c20cfb

Please sign in to comment.