Changes between Initial Version and Version 1 of Ticket #34654


Ignore:
Timestamp:
May 28, 2012, 10:23:13 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #25662.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34654

    • Property Keywords qrupdate removed
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #34654 – Description

    initial v1  
    11There is an issue around the octave dependencies qrupdate and atlas which manifests in qrupdate's build failing with "Undefined symbols for architecture x86_64".  It appears the missing symbols belong to liblapack, which atlas supplies.  I've noticed that liblapack.a exists but not libsatlas.dylib, which might cause the problem.
    22
     3{{{
    34atlas +gcc47 is @3.9.76_0.
    45octave +atlas+gcc45 is @3.2.4_8.
    56qrupdate +atlas+gcc45 is @1.1.2_0.
     7}}}
    68
    79As an aside, I believe a previous atlas version depended upon cloog, and thus isl, which now  have version numbers @0.16.3_2 and @0.07_2, respectively.  An upgrade removed the cloog dependency but atlas seemingly still it.