diff options
author | i-shenl <i-shenl@activestate.com> | 2021-03-09 07:38:30 -0800 |
---|---|---|
committer | i-shenl <i-shenl@activestate.com> | 2021-03-09 07:38:30 -0800 |
commit | eb621ce98f1e123711be7f629056e838d8de0221 (patch) | |
tree | c90b4bd83887384d485270c9b5edd065ab1fd388 /numpy/array_api/_manipulation_functions.py | |
parent | 2ea7ebdc4294868ec982ad6310d0daf6477fabfc (diff) | |
download | numpy-eb621ce98f1e123711be7f629056e838d8de0221.tar.gz |
Set c99 to intel icc compiler so numpy will build
Numpy will not build if this is not set because it
has code that follows the c99 standard. icc is set to c89 by
default. Look below at IntelCCompilerW which is the icc equivalent
on Windows and that one already has c99 set.
Diffstat (limited to 'numpy/array_api/_manipulation_functions.py')
0 files changed, 0 insertions, 0 deletions