[MacPorts] #38816: atlas: post-build proc fails

MacPorts noreply at macports.org
Wed Apr 17 06:04:26 PDT 2013


#38816: atlas: post-build proc fails
---------------------------+---------------------
  Reporter:  ryandesign@…  |      Owner:  vince@…
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.1.3
Resolution:                |   Keywords:
      Port:  atlas         |
---------------------------+---------------------

Comment (by vince@…):

 Ah. I see. There was a bug here, you should have gotten the -mavx flag
 during the x86_64 compilation, whereas you have -ssse3 instead, and so you
 get a bunch of errors like this:

 {{{
 /opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_atlas/atlas/work/atlas-3.10.1-x86_64/build/..//src/blas/level3/kernel/ATL_trsmKL_rk4.c:31:13:
 error: unknown type name '__m256d'
 :info:build    register __m256d rB00, rB01, rB02;
 }}}

 because __m256d types are only defined when you use the -mavx flag.
 This bug is caused by the ‘sysctl’ misbehavior I reported.
 It should be fixed in r105307. Please retry!

-- 
Ticket URL: <https://trac.macports.org/ticket/38816#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list