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

This commit is contained in:
Nicholas Sly 2019-12-23 14:31:59 -07:00 committed by Adam J. Stewart
parent ae8a72c0da
commit 9573fa2299

View file

@ -18,3 +18,12 @@ class Libpciaccess(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('pkgconfig', 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')