| Summary: | lang/halide: Builds with with -march=native even when you tell it not to | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mark Linimon <linimon> | ||||
| Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | Keywords: | needs-patch, needs-qa | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) koobs: merge-quarterly? |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: yuri Date: Tue Aug 25 21:24:57 UTC 2020 New revision: 546232 URL: https://svnweb.freebsd.org/changeset/ports/546232 Log: lang/halide: Remove tests from build PR: 248855 Changes: head/lang/halide/Makefile (In reply to Mark Linimon from comment #0) Hi Mark, I removed tests from build. This should prevent the code that caused trouble from being executed. Could you please retest? Thanks, Yuri Mark, Please reopen if this is still a problem. Yuri (In reply to Yuri Victorovich from comment #3) This particular problem is now fixed. It unblocked a different failure but that is not relevant for this PR. |
Created attachment 217460 [details] excerpt from aarch64 errorlog See the attached errorlog halide-2019.08.27.2023_1.log from a recent aarch64 -head run. The following confusing code is in test/CMakeLists.txt: set(ARCH_FOR_TESTS "$ENV{ARCH_FOR_TESTS}") if ("${ARCH_FOR_TESTS}" STREQUAL "") set(ARCH_FOR_TESTS "native") endif() and I can't figure out what they are trying to accomplish here (or I'd try to fix it).