diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2020-04-27 17:08:36 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-28 00:14:52 +0100 |
commit | e43e3291483699ac117030c4f57116ad8fe3b961 (patch) | |
tree | 14c23c6e003b5e57c290b342761f4360b78946f0 /reproduce/software/config/numpy-scipy.cfg | |
parent | d474d4c8e1f67743b84a6ad852d5d80a31a9103d (diff) |
Configration bug fixed: identify pkg-config from its tarball name
Until Commit 3409a54 (from yesterday), pkg-config was found correctly in
`reproduce/software/make/basic.mk` by searching for `pkg`. However, commit
a21ea20 made an improvement in the regular expression for relating package
names and download filenames, and the string `pkg-config` with the new
regex no longer simplifies to `pkg`. The result of this was that the
basic.mk could not find `pkg-config` in the list of packages, since it was
still listed as `pkg`. This blocked downloading for a system without
pkg-config preloaded.
With this commit (of just a few bytes), the bug is fixed.
Diffstat (limited to 'reproduce/software/config/numpy-scipy.cfg')
0 files changed, 0 insertions, 0 deletions