File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5- fetchpatch ,
65 cmake ,
76 doctest ,
87} :
98
109stdenv . 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
You can’t perform that action at this time.
0 commit comments