diff options
author | David Elsing <[email protected]> | 2024-03-23 22:04:53 +0000 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-06-18 11:41:25 +0200 |
commit | ab6e8ecbb5d0ae24528e9de8b1604bb1d158c16a (patch) | |
tree | 1bd93dc751243bbe1a34dde75cfd4e66e4fe959d /gnu/local.mk | |
parent | b95c7203ea026e539835f8b50bc766d9609b8f0c (diff) |
gnu: cpuinfo: Update to commit aa4b216.
* gnu/packages/parallel.scm (cpuinfo): Update to commit aa4b216.
[arguments]: Set the "-DUSE_SYSTEM_LIBS=ON" configure flag instead of using a
patch.
[supported-systems]: New field.
* gnu/packages/patches/cpuinfo-system-libraries.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5a4149cf23..5a1665326e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1084,7 +1084,6 @@ dist_patch_DATA = \ %D%/packages/patches/coreutils-gnulib-tests.patch \ %D%/packages/patches/cppcheck-disable-char-signedness-test.patch \ %D%/packages/patches/cppdap-add-CPPDAP_USE_EXTERNAL_GTEST_PACKAGE.patch\ - %D%/packages/patches/cpuinfo-system-libraries.patch \ %D%/packages/patches/cpulimit-with-glib-2.32.patch \ %D%/packages/patches/crawl-upgrade-saves.patch \ %D%/packages/patches/crc32c-unbundle-googletest.patch \ |