Changes between Initial Version and Version 1 of Ticket #46392
- Timestamp:
- Jan 4, 2015, 10:20:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46392
- Property Owner changed from macports-tickets@… to sean@…
-
Property
Status
changed from
new
toassigned
- Property Port py-numpy added; gcc48 gcc49 removed
-
Ticket #46392 – Description
initial v1 7 7 A quick workaround to get scipy to build is to modify the numpy file that sets the optimization level for the fortran compiler. 8 8 9 {{{ 9 10 --- site-packages/numpy/distutils/fcompiler/gnu.py- 2015-01-04 12:14:16.000000000 -0500 10 11 +++ site-packages/numpy/distutils/fcompiler/gnu.py 2015-01-04 12:14:29.000000000 -0500 … … 17 18 opt.append('-funroll-loops') 18 19 return opt 20 }}}