Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Aug 2019 10:55:47 +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-8vBvrx1P5a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239575-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239575-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Mon Aug  5 10:54:50 UTC 2019
New revision: 508159
URL: https://svnweb.freebsd.org/changeset/ports/508159

Log:
  graphics/cloudcompare: fix build on powerpc64

  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 POWER8 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.

  PR:           239575
  Approved by:  neel@neelc.org (maintainer), tcberner (mentor)
  Differential Revision:        https://reviews.freebsd.org/D21130

Changes:
  head/graphics/cloudcompare/Makefile

--=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-8vBvrx1P5a>