Changes between Initial Version and Version 1 of Ticket #38966, comment 12


Ignore:
Timestamp:
May 16, 2013, 5:13:44 AM (11 years ago)
Author:
lawrence.ong@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38966, comment 12

    initial v1  
    11Thanks, Vince. You are right that the problem is with BLAS/LPACK and the lib?atlas libraries.
    22
    3 The issue is caused by gcc47 being removed from atlas's dependencies recently (in March I think). Without gcc47 (which provides gfortran-mp-4.7), Atlas compiles without the Fortran API. This gives a smaller lib?atlas.dylib files.
     3The issue is caused by gcc47 being removed from atlas's dependencies recently (in March I think). Without gcc47 (which provides gfortran-mp-4.7), Atlas compiles without the Fortran API (this gives a smaller lib?atlas.dylib files). This causes qrupdate +atlas, or octave-devel +atlas to fail.
    44
    5 The fix is to put gcc47 back as Atlas's dependency. This gives the following output:
     5The fix is to put gcc47 back as Atlas's dependency, or compile gcc47 first. This gives the following output:
    66
    77{{{
     
    1313
    1414
    15 If you had gcc installed before installing atlas and octave, you will not have this issue.
     15If you had gcc installed before installing atlas, then qrupdate +atlas or octave +atlas, you will not have this issue.