Merge pull request #91752 from danieldk/onednn-aarch64
oneDNN: add aarch64-linux to platforms
This commit is contained in:
commit
ca7d6eb768
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://01.org/dnnl";
|
homepage = "https://01.org/dnnl";
|
||||||
changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${version}";
|
changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ alexarice bhipple ];
|
maintainers = with maintainers; [ alexarice bhipple ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user