Opened 5 months ago
Closed 5 months ago
#70276 closed defect (fixed)
octave-piqp @0.4.1: clang: error: the clang compiler does not support '-march=native'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | arm64 | Cc: | barracuda156 |
Port: | octave-piqp |
Description
clang: error: the clang compiler does not support '-march=native'
arm64 doesn't support -march=native
. On x86_64 we wouldn't want to use it either unless the +native variant were selected.
Change History (3)
comment:1 Changed 5 months ago by Schamschula (Marius Schamschula)
comment:2 Changed 5 months ago by Schamschula (Marius Schamschula)
However, I don't see where -march=native
would come from.
Note: I built this under
macOS 14.5 23F79 arm64 Xcode 15.4 15F31d
and didn't see that error.
comment:3 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | barracuda156 added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This is not something that was added by this new port. This has been part of the
octave
PortGroup.