diff options
author | David Elsing <david.elsing@posteo.net> | 2024-08-04 22:15:48 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-06 11:46:24 +0200 |
commit | f1d0626605d6d39ef9f53fa8dce19bb0cedfebfd (patch) | |
tree | 82442c9939a86c63cc8210c66bc17d8d92d4817b /gnu/local.mk | |
parent | e943d9ad5373b09fc0d97283c7037cc59787ad4f (diff) | |
download | guix-f1d0626605d6d39ef9f53fa8dce19bb0cedfebfd.tar guix-f1d0626605d6d39ef9f53fa8dce19bb0cedfebfd.tar.gz |
gnu: xnnpack: Update to commit 08f1489.
More tests fail when building the shared library, so they are disabled. The
scripts to generate the autogenerated files run all commands at once, so they
are converted to Makefiles first.
* gnu/packages/machine-learning.scm (xnnpack): Update to commit 08f1489.
[source]: Remove patch. Adjust snippet.
[arguments]<#:configure-flags>: Add "-DXNNPACK_BUILD_TESTS=OFF".
<#:tests?>: Disable tests.
<#:phases>: Adjust 'fix-cmake' phase. Convert code generation scripts to
Makefiles and run them. Run different missing scripts.
* gnu/packages/patches/xnnpack-remove-broken-tests.patch: Remove file.
* gnu/packages/patches/xnnpack-system-libraries.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 656d61e760..e709033c23 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2312,8 +2312,6 @@ dist_patch_DATA = \ %D%/packages/patches/xfce4-settings-defaults.patch \ %D%/packages/patches/xgboost-use-system-dmlc-core.patch \ %D%/packages/patches/xmonad-dynamic-linking.patch \ - %D%/packages/patches/xnnpack-remove-broken-tests.patch \ - %D%/packages/patches/xnnpack-system-libraries.patch \ %D%/packages/patches/xplanet-1.3.1-cxx11-eof.patch \ %D%/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch \ %D%/packages/patches/xplanet-1.3.1-libimage_gif.c.patch \ |