Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Aug 2019 12:42:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239575] graphics/cloudcompare: fix build on powerpc64
Message-ID:  <bug-239575-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239575
           Summary: graphics/cloudcompare: fix build on powerpc64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: neel@neelc.org
                CC: neel@neelc.org
             Flags: maintainer-feedback?(neel@neelc.org)

Created attachment 206196
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206196&action=
=3Dedit
patch

This port tries to use SSE instrinsics. Add to CXXFLAGS on powerpc64
-DNO_WARN_X86_INTRINSICS -mvsx, which enable using SSE to Altivec translati=
on
layer. Because of that, also use new GCC.

Note that intrinsics translations needs VSX, which is only supported on POW=
ER8
and newer, but this port doesn't currently work on powerpc64 anyway.

Limit -Wno-narrowing to only clang, gcc doesn't support it.

Also add USES=3Dgl for PLUGINS option.

--=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-239575-7788>