Skip to content

Commit

Permalink
Set PKG_CONFIG variable to pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket authored and c3-builder committed Dec 10, 2024
1 parent fd283d1 commit da96c0a
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ builddependencies = [
('pkgconf', '1.8.0'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ builddependencies = [
('pkg-config', '0.29.2'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ builddependencies = [
('pkgconf', '1.9.3'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies = [
('FriBidi', '1.0.12'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies = [
('FriBidi', '1.0.13'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
('FriBidi', '1.0.15'),
]

preconfigopts = 'PKG_CONFIG=$EBROOTPKGCONF/bin/pkgconf'
configopts = "--with-gslib --with-x"

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/p/pkgconf/pkgconf-1.8.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/p/pkgconf/pkgconf-2.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/p/pkgconf/pkgconf-2.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ sanity_check_commands = [
"pkgconf --help",
]

modextravars = {'PKG_CONFIG': '%(installdir)s/bin/pkgconf'}

moduleclass = 'devel'

0 comments on commit da96c0a

Please sign in to comment.