Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 18:28:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248855] lang/halide compiles with -march=native even when you tell it not to
Message-ID:  <bug-248855-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248855

            Bug ID: 248855
           Summary: lang/halide compiles with -march=3Dnative 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@freebsd.org
          Reporter: linimon@FreeBSD.org
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

Created attachment 217460
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217460&action=
=3Dedit
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).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248855-7788>