Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cf7c4a

Browse files
committed
Merge pull request #5555 from ahjulstad/ifort-deprecated-options
DEV: Replace deprecated options for ifort.
2 parents c64b61b + 713147a commit 8cf7c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numpy/distutils/fcompiler/intel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def update_executables(self):
152152
module_include_switch = '/I'
153153

154154
def get_flags(self):
155-
opt = ['/nologo', '/MD', '/nbs', '/Qlowercase', '/us']
155+
opt = ['/nologo', '/MD', '/nbs', '/names:lowercase', '/assume:underscore']
156156
return opt
157157

158158
def get_flags_free(self):

0 commit comments

Comments
 (0)