Skip to content
Snippets Groups Projects
Commit 9573fa22 authored by Nicholas Sly's avatar Nicholas Sly Committed by Adam J. Stewart
Browse files

Added conflict with %pgi in libpciaccess package.py with relevant links in comments. (#14281)

parent ae8a72c0
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,12 @@ class Libpciaccess(AutotoolsPackage): ...@@ -18,3 +18,12 @@ class Libpciaccess(AutotoolsPackage):
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build') depends_on('util-macros', type='build')
# A known issue exists when building with PGI as documented here:
# https://bugs.freedesktop.org/show_bug.cgi?id=94398
# https://www.pgroup.com/userforum/viewtopic.php?f=4&t=5126
# https://gitlab.freedesktop.org/xorg/lib/libpciaccess/issues/7
#
# When the ability to use dependencies built by another compiler, using a
# libpciaccess built by gcc should be usable by PGI builds.
conflicts('%pgi')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment