Changes between Initial Version and Version 1 of Ticket #46392


Ignore:
Timestamp:
Jan 4, 2015, 10:20:15 PM (9 years ago)
Author:
seanfarley (Sean Farley)
Comment:

This is a patch that needs to be applied to numpy, correct?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46392

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Status changed from new to assigned
    • Property Port py-numpy added; gcc48 gcc49 removed
  • Ticket #46392 – Description

    initial v1  
    77A quick workaround to get scipy to build is to modify the numpy file that sets the optimization level for the fortran compiler.
    88
     9{{{
    910--- site-packages/numpy/distutils/fcompiler/gnu.py-     2015-01-04 12:14:16.000000000 -0500
    1011+++ site-packages/numpy/distutils/fcompiler/gnu.py      2015-01-04 12:14:29.000000000 -0500
     
    1718         opt.append('-funroll-loops')
    1819         return opt
     20}}}