Skip to content

Commit 95bc705

Browse files
committed
xsimd: 14.1.0 -> 14.2.0
1 parent 0686480 commit 95bc705

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,21 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
fetchpatch,
65
cmake,
76
doctest,
87
}:
98

109
stdenv.mkDerivation (finalAttrs: {
1110
pname = "xsimd";
12-
version = "14.1.0";
11+
version = "14.2.0";
1312

1413
src = fetchFromGitHub {
1514
owner = "xtensor-stack";
1615
repo = "xsimd";
1716
tag = finalAttrs.version;
18-
hash = "sha256-kS07QISObYpsrVKLFROc+SE+QpLylOjOD8+h7oHcI/o=";
17+
hash = "sha256-BTiN4B3//wlB3nmOoluM/7bL7J7YIBp5afih9zUP1yw=";
1918
};
2019

21-
patches = [
22-
# Fixes a few tests issues discussed upstream at:
23-
# https://github.com/xtensor-stack/xsimd/issues/1232
24-
# https://github.com/xtensor-stack/xsimd/issues/1030
25-
(fetchpatch {
26-
url = "https://github.com/xtensor-stack/xsimd/commit/0b97964a6561eba91ca07fefbeb19196cab7cb44.patch";
27-
hash = "sha256-+YySpIY1IyENBl8f92vBk0ECn25X2Kuhgf37KItgEiY=";
28-
})
29-
];
30-
3120
# strictDeps raises the chance that xsimd will be able to be cross compiled
3221
strictDeps = true;
3322

0 commit comments

Comments
 (0)