[MacPorts] #26864: atlas @3.8.3 build fails with #error Use the "-maltivec" flag to enable PowerPC AltiVec support

MacPorts noreply at macports.org
Wed Mar 2 14:38:01 PST 2011


#26864: atlas @3.8.3 build fails with #error Use the "-maltivec" flag to enable
PowerPC AltiVec support
-----------------------------------+----------------------------------------
  Reporter:  jpmasseria@…          |       Owner:  jameskyle@…           
      Type:  defect                |      Status:  reopened              
  Priority:  Normal                |   Milestone:                        
 Component:  ports                 |     Version:  1.9.1                 
Resolution:                        |    Keywords:                        
      Port:  atlas                 |  
-----------------------------------+----------------------------------------
Changes (by jpmasseria@…):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Hello Vince,

 I reopened this because this is still a problem.  You can not build Atlas
 on a Macintosh eMac without the following patch:

 {{{
 --- CONFIG/src/backend/archinfo_freebsd.c.orig  2009-02-18
 18:47:37.000000000 +0000
 +++ CONFIG/src/backend/archinfo_freebsd.c       2010-01-01
 11:45:22.000000000 +0000
 @@ -69,7 +69,7 @@
              if
 (strstr(res,"c1,2")||strstr(res,"c3,1")||strstr(res,"c3,2")||
 strstr(res,"c3,3")||strstr(res,"c3,4")||strstr(res,"c3,5")||
 strstr(res,"c3,6")||strstr(res,"c4,2")||strstr(res,"c4,5")||
 -                strstr(res,"c5,1")||strstr(res,"c10,1"))
 +
 strstr(res,"c5,1")||strstr(res,"c10,1")||strstr(res,"c4,4"))
                 mach = PPCG4;
              else if (strstr(res,"c11,2")|| strstr(res,"c12,1")||
                       strstr(res,"c7,2") || strstr(res,"c7,3") ||
 }}}

 Please integrate this patch into a future version of atlas.

 Thank you,
 John

-- 
Ticket URL: <https://trac.macports.org/ticket/26864#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list