Skip to content

Commit 6124c78

Browse files
committed
xsimd: revert an upstream patch that breaks some tests
1 parent ff23bd2 commit 6124c78

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkgs/by-name/xs/xsimd/package.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
fetchpatch,
56
cmake,
67
doctest,
78
}:
@@ -25,6 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
2526
# package fails to notice it doesn't apply on their platform. We prefer not
2627
# performing this test on linux platforms too although it should pass.
2728
./disable-test_error_gamma.patch
29+
# https://github.com/xtensor-stack/xsimd/issues/1232#issuecomment-3712243289
30+
(fetchpatch {
31+
url = "https://github.com/xtensor-stack/xsimd/commit/eb17eaaa30129a65042bedf245658014ffd94232.patch";
32+
hash = "sha256-619uFD5FijtX5I7fyoaBl/8g2jbDVaSETDMUkyYIFSs=";
33+
revert = true;
34+
})
2835
];
2936

3037
# strictDeps raises the chance that xsimd will be able to be cross compiled

0 commit comments

Comments
 (0)