Halide platforms limited to x68
ARM platforms are currently not supported by Halide: https://github.com/halide/Halide/issues/3296
This commit is contained in:
parent
1392ea8543
commit
8bc8184936
@ -58,7 +58,7 @@ in llvmPackages.stdenv.mkDerivation {
|
|||||||
description = "C++ based language for image processing and computational photography";
|
description = "C++ based language for image processing and computational photography";
|
||||||
homepage = "https://halide-lang.org";
|
homepage = "https://halide-lang.org";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.ck3d ];
|
maintainers = [ maintainers.ck3d ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user