Skip to content

Commit

Permalink
Switch pkgconf for pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kok committed Feb 14, 2024
1 parent ecc9614 commit 1ee09d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = ['24f2a2b259992d3c797d80f626878aa8e2ed5009d549dad57854bbcfb95e1ed0']

builddependencies = [
('Autotools', '20220317'),
('pkg-config', '0.29.2'),
('pkgconf', '2.0.3'),
]
dependencies = [
('Eigen', '3.4.0'),
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions easybuild/easyconfigs/w/wget/wget-1.21.4-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = [

builddependencies = [
('binutils', '2.40'),
('pkg-config', '0.29.2'),
('pkgconf', '2.0.3'),
('Perl', '5.38.0'),
]
dependencies = [
Expand All @@ -31,7 +31,7 @@ dependencies = [
# ('GnuTLS', '3.7.1'),
]

# make sure pkg-config picks up system packages (OpenSSL & co)
# make sure pkgconfig picks up system packages (OpenSSL & co)
local_pc = "%(sysroot)s/usr/lib64/pkgconfig:"
local_pc += "%(sysroot)s/usr/lib/pkgconfig:"
local_pc += "%(sysroot)s/usr/lib/x86_64-linux-gnu/pkgconfig"
Expand Down

0 comments on commit 1ee09d8

Please sign in to comment.