xsimd: 11.2.0 -> 12.1.1
Changes: https://github.com/xtensor-stack/xsimd/compare/11.2.0...12.1.1
This commit is contained in:
parent
025a278148
commit
59169c5dc3
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xsimd";
|
||||
version = "11.2.0";
|
||||
version = "12.1.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "xtensor-stack";
|
||||
repo = "xsimd";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-CzgfxXGZXoJ56dX+mDPsHZC31YudrZXpX2tovh/Vjr0=";
|
||||
hash = "sha256-ofUFieeRtpnzNv3Ad5oYwKWb2XcqQHoj601TIhydJyI=";
|
||||
};
|
||||
patches = [
|
||||
# Ideally, Accelerate/Accelerate.h should be used for this implementation,
|
||||
|
|
Loading…
Reference in a new issue