about summary refs log tree commit diff
path: root/pkgs/development/libraries/xsimd/default.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-06-05 10:46:25 +0300
committerDoron Behar <doron.behar@gmail.com>2024-06-09 01:38:57 +0300
commit2df040eee1291756ee5813d2bfd7ca4a11a451f8 (patch)
treed54fde34204daa095f51a8b896e1d633129b5110 /pkgs/development/libraries/xsimd/default.nix
parent1b7a9e695ec460d828d76cfd2fec99218dd3aa5a (diff)
xsimd: disable test_error_gamma failing on darwin
Diffstat (limited to 'pkgs/development/libraries/xsimd/default.nix')
-rw-r--r--pkgs/development/libraries/xsimd/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/xsimd/default.nix b/pkgs/development/libraries/xsimd/default.nix
index db761aae70941..019b3afbefc84 100644
--- a/pkgs/development/libraries/xsimd/default.nix
+++ b/pkgs/development/libraries/xsimd/default.nix
@@ -23,6 +23,9 @@ stdenv.mkDerivation (finalAttrs: {
       url = "https://github.com/xtensor-stack/xsimd/commit/c8a87ed6e04b6782f48f94713adfb0cad6c11ddf.patch";
       hash = "sha256-2/FvBGdqTPcayD7rdHPSzL+F8IYKAfMW0WBJ0cW9EZ0=";
     })
+  ] ++ lib.optionals stdenv.isDarwin [
+    # https://github.com/xtensor-stack/xsimd/issues/1030
+    ./disable-test_error_gamma.patch
   ];
 
   nativeBuildInputs = [