File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99stdenv . 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments