Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d078a1 commit 680190aCopy full SHA for 680190a
1 file changed
numpy/distutils/command/scons.py
@@ -510,6 +510,7 @@ def run(self):
510
cmd.append('cxx_opt_path=%s' % protect_path(self.scons_cxxcompiler_path))
511
512
cmd.append('include_bootstrap=%s' % dirl_to_str(get_numpy_include_dirs(sconscript)))
513
+ cmd.append('bypass=%s' % self.bypass)
514
if self.silent:
515
if int(self.silent) == 2:
516
cmd.append('-Q')
0 commit comments