Skip to content

Commit c08ceb2

Browse files
committed
xsimd: 13.2.0 -> 14.2.0
Diff: xtensor-stack/xsimd@13.2.0...14.2.0 Changelog: https://github.com/xtensor-stack/xsimd/blob/14.2.0/Changelog.rst#1400 Main changes relevant to us are: - Upstream now includes CI for aarch64 and other platforms, so they run the package's tests continously, and hence shouldn't produce releases that fail to build or the tests on aarch64-linux etc. - All the local patches we had now can be removed thanks to the following issues resolved: * xtensor-stack/xsimd#1063 * xtensor-stack/xsimd#1232
1 parent 59bf479 commit c08ceb2

3 files changed

Lines changed: 2 additions & 42 deletions

File tree

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

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

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +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 = [
21-
# See: https://github.com/xtensor-stack/xsimd/issues/1030
22-
#
23-
# NOTE: Although the patch is needed only on Darwin, it is safer to always
24-
# include it, to avoid a situation an linux user trying to update the
25-
# package fails to notice it doesn't apply on their platform. We prefer not
26-
# performing this test on linux platforms too although it should pass.
27-
./disable-test_error_gamma.patch
28-
29-
# https://github.com/xtensor-stack/xsimd/issues/1063
30-
./relax-asin-precision.diff
31-
];
32-
3320
# strictDeps raises the chance that xsimd will be able to be cross compiled
3421
strictDeps = true;
3522

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

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

0 commit comments

Comments
 (0)