Fix pkg-config dependencies (#26912)
pkg-config and pkgconf are implementations of the pkgconfig provider.
This commit is contained in:
parent
d7148a74a0
commit
b481b5114a
@ -18,5 +18,5 @@ class Diffmark(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('libxml2')
|
depends_on('libxml2')
|
||||||
|
@ -21,7 +21,7 @@ class Dtc(MakefilePackage):
|
|||||||
# (convert-dtsv0-lexer.lex.c:398: error: "yywrap" redefined)
|
# (convert-dtsv0-lexer.lex.c:398: error: "yywrap" redefined)
|
||||||
depends_on('flex@2.6.4:', type='build')
|
depends_on('flex@2.6.4:', type='build')
|
||||||
depends_on('libyaml', type='build')
|
depends_on('libyaml', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('python', type='build')
|
depends_on('python', type='build')
|
||||||
|
|
||||||
def edit(self, spec, prefix):
|
def edit(self, spec, prefix):
|
||||||
|
@ -24,7 +24,7 @@ class Fgsl(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('gsl@2.4', when='@1.3.0')
|
depends_on('gsl@2.4', when='@1.3.0')
|
||||||
depends_on('gsl@2.3', when='@1.2.0')
|
depends_on('gsl@2.3', when='@1.2.0')
|
||||||
depends_on('gsl@2.2.1', when='@1.1.0')
|
depends_on('gsl@2.2.1', when='@1.1.0')
|
||||||
|
@ -21,7 +21,7 @@ class Fipscheck(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which('bash')
|
bash = which('bash')
|
||||||
|
@ -30,7 +30,7 @@ class Libabigail(AutotoolsPackage):
|
|||||||
depends_on('python@3.8:')
|
depends_on('python@3.8:')
|
||||||
|
|
||||||
# Will not find libxml without this
|
# Will not find libxml without this
|
||||||
depends_on('pkgconf')
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
# Documentation dependencies
|
# Documentation dependencies
|
||||||
depends_on('doxygen', type="build", when="+docs")
|
depends_on('doxygen', type="build", when="+docs")
|
||||||
|
@ -35,7 +35,7 @@ class Mpibind(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkgconf', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
depends_on('hwloc@2:+libxml2', type='link')
|
depends_on('hwloc@2:+libxml2', type='link')
|
||||||
depends_on('hwloc@2:+pci', when=(sys.platform != 'darwin'), type='link')
|
depends_on('hwloc@2:+pci', when=(sys.platform != 'darwin'), type='link')
|
||||||
|
@ -24,7 +24,7 @@ class Nbdkit(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = ['bashcompdir={0}'.format(prefix)]
|
args = ['bashcompdir={0}'.format(prefix)]
|
||||||
|
@ -31,7 +31,7 @@ class Uftrace(AutotoolsPackage):
|
|||||||
depends_on('capstone')
|
depends_on('capstone')
|
||||||
depends_on('elfutils')
|
depends_on('elfutils')
|
||||||
depends_on('lsof', type='test')
|
depends_on('lsof', type='test')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('libunwind')
|
depends_on('libunwind')
|
||||||
depends_on('ncurses')
|
depends_on('ncurses')
|
||||||
depends_on('python@2.7:', when='+python2')
|
depends_on('python@2.7:', when='+python2')
|
||||||
|
@ -25,4 +25,4 @@ class UniversalCtags(AutotoolsPackage):
|
|||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('libiconv', type='link')
|
depends_on('libiconv', type='link')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user