Changes between Initial Version and Version 1 of Ticket #35141


Ignore:
Timestamp:
Jul 10, 2012, 2:46:12 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35141

    • Property Cc ram@… ryandesign@… removed
    • Property Owner changed from macports-tickets@… to ram@…
  • Ticket #35141 – Description

    initial v1  
    11This port, at its present state, give me problems on my OSX (10.7) installation. I have updated all the ports and re-installed py26-scipy with the gcc45 variant (default), gcc46  and gcc47 variants. All these variants do not survive the following simple test:
    22
     3{{{
    34/opt/local/bin/python2.6 -c 'import scipy.signal'
     5}}}
    46
    5 The error: ___ieee_divdc3 symbol not found at runtime.
     7The error: !___ieee_divdc3 symbol not found at runtime.
    68
    7 Some mail message around the net mentions that (at least) gcc45 does not define the symbol ___ieee_divdc3, required by scipy somehow. It starts with gcc46. See message (from March/2012):
     9Some mail message around the net mentions that (at least) gcc45 does not define the symbol !___ieee_divdc3, required by scipy somehow. It starts with gcc46. See message (from March/2012):
    810
    911http://sourceforge.net/mailarchive/message.php?msg_id=29039341