[Bug 248855] lang/halide compiles with -march=native even when you tell it not to
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 23 18:28:08 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248855
Bug ID: 248855
Summary: lang/halide compiles with -march=native even when you
tell it not to
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: yuri at freebsd.org
Reporter: linimon at FreeBSD.org
Flags: maintainer-feedback?(yuri at freebsd.org)
Assignee: yuri at freebsd.org
Created attachment 217460
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217460&action=edit
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).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list