Added conflict with %pgi in libpciaccess package.py with relevant links in comments. (#14281)
This commit is contained in:
parent
ae8a72c0da
commit
9573fa2299
1 changed files with 9 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue