Changes between Initial Version and Version 3 of Ticket #30692


Ignore:
Timestamp:
Aug 10, 2011, 12:39:30 PM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to cc the maintainer, and to use WikiFormatting on preformatted text.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30692

    • Property Owner changed from macports-tickets@… to jameskyle@…
  • Ticket #30692 – Description

    initial v3  
    11MacPorts 2.0.1, MacOSX 10.6..8, on a MacMini 2.1
    22Atlas fails to compile in universal mode. The relevant part of the log seems to be:
    3 
     3{{{
    44  :info:build
    55  :info:build    BEGIN STAGE 2-1-5: GEMV TUNE at 11:29
     
    99  :info:build make -f Makefile INSTALL_LOG/dMVTK.sum pre=d 2>&1 | ./xatlas_tee INSTALL_LOG/dMVTTUNE.LOG
    1010  :info:build make[1]: *** [build] Error 255
    11 
     11}}}
    1212I get the following error in <workdir>/atlas-3.9.46-i386/build/bin/INSTALL_LOG/dMVTTUNE.LOG :
    13 
     13{{{
    1414  /opt/local/bin/gcc-mp-4.5 -DL2SIZE=4194304 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/atlas/work/atlas-3.9.46-i386/build/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/atlas/work/atlas-3.9.46-i386/build/..//include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_atlas/atlas/work/atlas-3.9.46-i386/build/..//include/contrib -DAdd_ -DF77_INTEGER=int -DStringSunStyle -DATL_OS_OSX -DATL_ARCH_Core2 -DATL_CPUMHZ=1830 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_GAS_x8632 -DPentiumCPS=1830 -DATL_FULL_LAPACK -DATL_NCPU=2 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fPIC -m32 -m32 -o xdmvtktime dmvktimeT.o \
    1515                   ATL_dmvtk.o \
     
    2020        _mvtime in dmvktimeT.o
    2121  ld: symbol(s) not found for architecture i386
    22 
    23 
     22}}}