pkgconfig: add conflict for PGI (#18236)
This commit is contained in:
parent
9b07669ab3
commit
b305990ee8
@ -25,6 +25,9 @@ class PkgConfig(AutotoolsPackage):
|
|||||||
# The following patch is needed for gcc-6.1
|
# The following patch is needed for gcc-6.1
|
||||||
patch('g_date_strftime.patch', when='@:0.29.1')
|
patch('g_date_strftime.patch', when='@:0.29.1')
|
||||||
|
|
||||||
|
# https://github.com/spack/spack/issues/3525
|
||||||
|
conflicts('%pgi')
|
||||||
|
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
executables = ['^pkg-config$']
|
executables = ['^pkg-config$']
|
||||||
|
@ -31,6 +31,9 @@ class Pkgconf(AutotoolsPackage):
|
|||||||
# TODO: Add a package for the kyua testing framework
|
# TODO: Add a package for the kyua testing framework
|
||||||
# depends_on('kyua', type='test')
|
# depends_on('kyua', type='test')
|
||||||
|
|
||||||
|
# https://github.com/spack/spack/issues/3525
|
||||||
|
conflicts('%pgi')
|
||||||
|
|
||||||
executables = ['^pkgconf$', '^pkg-config$']
|
executables = ['^pkgconf$', '^pkg-config$']
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user