Changes between Version 1 and Version 2 of Ticket #66577, comment 4


Ignore:
Timestamp:
Apr 15, 2023, 4:28:02 AM (13 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66577, comment 4

    v1 v2  
    11Edited: Sorry, ignore this, outdated portfile. Will try again now.
     2
     3UPD. Yeah, it still fails with -march= flag.
     4{{{
     5:info:build INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/opt/local/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/common -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/npymath -c'
     6:info:build extra options: '-march=native'
     7:info:build WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (/opt/local/bin/gcc-mp-12 -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/ -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/opt/local/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/common -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/npymath -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py311-numpy/work/numpy-1.23.5/numpy/distutils/checks/test_flags.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py311-numpy/work/.tmp/tmpgbslfmky/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py311-numpy/work/numpy-1.23.5/numpy/distutils/checks/test_flags.o -MMD -MF /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py311-numpy/work/.tmp/tmpgbslfmky/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py311-numpy/work/numpy-1.23.5/numpy/distutils/checks/test_flags.o.d -march=native) failed with exit status 1 output ->
     8:info:build gcc-mp-12: error: unrecognized command-line option '-march=native'; did you mean '-mcpu=native'?
     9:info:build WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
     10:info:build INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
     11:info:build INFO: C compiler: /opt/local/bin/gcc-mp-12 -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/
     12:info:build INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/opt/local/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/common -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/npymath -c'
     13:info:build extra options: '-O3'
     14:info:build INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
     15:info:build INFO: C compiler: /opt/local/bin/gcc-mp-12 -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch ppc -isysroot/
     16:info:build INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/opt/local/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/common -Ibuild/src.macosx-10.6-ppc-3.11/numpy/core/src/npymath -c'
     17:info:build extra options: '-Werror'
     18}}}