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:
Christian Kögler 2019-09-30 07:11:44 +02:00
parent 1392ea8543
commit 8bc8184936

View File

@ -58,7 +58,7 @@ in llvmPackages.stdenv.mkDerivation {
description = "C++ based language for image processing and computational photography";
homepage = "https://halide-lang.org";
license = licenses.mit;
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [ maintainers.ck3d ];
};
}