ispc: add x86_64-darwin to platforms.
This commit is contained in:
parent
f251c29484
commit
5ddd4dbb12
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://ispc.github.io/ ;
|
homepage = https://ispc.github.io/ ;
|
||||||
description = "Intel 'Single Program, Multiple Data' Compiler, a vectorised language";
|
description = "Intel 'Single Program, Multiple Data' Compiler, a vectorised language";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = ["x86_64-linux"]; # TODO: buildable on more platforms?
|
platforms = ["x86_64-linux" "x86_64-darwin"]; # TODO: buildable on more platforms?
|
||||||
maintainers = [ maintainers.aristid ];
|
maintainers = [ maintainers.aristid ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user