conda-forge / compilers-feedstock

A conda-smithy repository for compilers.
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

power: Issue with gcc-12 and gcc-13 #62

Open RajalakshmiSR opened 7 months ago

RajalakshmiSR commented 7 months ago

Solution to issue cannot be found in the documentation.

Issue

(gccissue) []gcc -o t t.c -mcpu=native cc1: error: unrecognized argument in option '-mcpu=native' cc1: note: valid arguments to '-mcpu=' are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e power10 power3 power4 power5 power5+ power6 power6x power7 power8 power9 powerpc powerpc64 powerpc64le rs64 titan (gccissue) [gcc --version gcc (conda-forge gcc 12.2.0-19) 12.2.0

Installed packages

gcc12.2.0 and gcc13

Environment info

Issue is noted with both gcc 12 and 13. gcc11 works fine.