Skip to content

Commit ea8d1c1

Browse files
authored
xsimd: 13.2.0 -> 14.2.0 (#472110)
2 parents 6b137cf + c08ceb2 commit ea8d1c1

3 files changed

Lines changed: 2 additions & 54 deletions

File tree

pkgs/by-name/xs/xsimd/disable-test_error_gamma.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,15 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "xsimd";
11-
version = "13.2.0";
11+
version = "14.2.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "xtensor-stack";
1515
repo = "xsimd";
1616
tag = finalAttrs.version;
17-
hash = "sha256-L4ttJxP46uNwQAEUMoJ8rsc51Le2GeIGbT1kX7ZzcPA=";
17+
hash = "sha256-BTiN4B3//wlB3nmOoluM/7bL7J7YIBp5afih9zUP1yw=";
1818
};
1919

20-
patches = lib.optionals stdenv.hostPlatform.isDarwin [
21-
# https://github.com/xtensor-stack/xsimd/issues/1030
22-
./disable-test_error_gamma.patch
23-
24-
# https://github.com/xtensor-stack/xsimd/issues/1063
25-
./relax-asin-precision.diff
26-
];
27-
2820
# strictDeps raises the chance that xsimd will be able to be cross compiled
2921
strictDeps = true;
3022

pkgs/by-name/xs/xsimd/relax-asin-precision.diff

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)