SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
Causes segmentation fault on powerpc when building py-scipy.
|
||||
|
||||
See discussion at:
|
||||
https://github.com/numpy/numpy/issues/5451
|
||||
|
||||
Index: numpy/distutils/fcompiler/gnu.py
|
||||
--- numpy/distutils/fcompiler/gnu.py.orig
|
||||
+++ numpy/distutils/fcompiler/gnu.py
|
||||
@@ -245,7 +245,6 @@ class GnuFCompiler(FCompiler):
|
||||
opt = ['-O2']
|
||||
else:
|
||||
opt = ['-O3']
|
||||
- opt.append('-funroll-loops')
|
||||
return opt
|
||||
|
||||
def _c_arch_flags(self):
|
Loading…
Add table
Add a link
Reference in a new issue