Changes between Initial Version and Version 1 of Ticket #42320


Ignore:
Timestamp:
Jan 30, 2014, 2:05:37 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This does not sound like a MacPorts-specific problem. It would be up to the developer of this software to correct this problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42320

    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Port py-bottleneck added; py-bottleneck-0.8.0 removed
    • Property Summary changed from py-bottleneck-0.8.0 unbuiltable on small machines to py-bottleneck @0.8.0 unbuildable on small machines
  • Ticket #42320 – Description

    initial v1  
    11GCC runs out of memory while building py-bottleneck-0.8.0 on a small machine with limited RAM [old G4 PowerMac]. The problem is the two generated C files are huge:
    22
     3{{{
    34     func.c      17MB
    45     move.c      12MB
     6}}}
    57
    68Splitting each of these up into smaller files might solve the problem.  I do not know enough about Cython to try this myself so I contacted Keith Goodman, asking about the feasibility of doing this.