mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
suitesparse-graphblas: disable jit on aarch64-linux
This commit is contained in:
parent
d3122b6893
commit
5a8aba05d9
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
cmakeFlags = [ (lib.cmakeBool "GRAPHBLAS_USE_JIT" (!(stdenv.isLinux && stdenv.isAarch64))) ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Graph algorithms in the language of linear algebra";
|
||||
homepage = "https://people.engr.tamu.edu/davis/GraphBLAS.html";
|
||||
|
Loading…
Reference in New Issue
Block a user