platforms icon indicating copy to clipboard operation
platforms copied to clipboard

Constraint values for specifying platforms and toolchains

Results 37 platforms issues
Sort by recently updated
recently updated
newest added

This is a similar suggestion to #13 but more generic and could include other secondary processors. This could include fpu's, gpgpu's, ai proccesors, simd extensions, dsp extensions, fpga's etc. An...

P4
feature request

Hi. Would it be possible to detect CPU features using something like https://github.com/google/cpu_features/ and provide them as platform constraints? This could help in enabling certain compiler flags and instruction set...

P4
feature request

Hi all, trust all is well! I want to ask you're help with something. Have been googling around for a related set of problems, but can't seem to find a...

untriaged

Wanted to ask if you would be open to something like this? I saw some precedent in the file but wasn't sure if this was a pattern you wanted to...

Unfortunately loading the version from `version.bzl` doesn't work it seems. See https://github.com/bazelbuild/bazel-central-registry/issues/124

The newly added `host` package in `platforms` cannot be used in libraries that need doc generation for them. This changes the `srcs` target to include the sources generated by the...

HI ALL: I have encountered a problem: our c/c++ project need to cross compile to different arm boards, and they are all aarch64 & linxu, but with three different toolchains....

Currently, there are two separate cpu constraint values `x86_32` and `i386`. The intended use is not entirely clear to me. As I understand it, "x86" is the whole family of...

This adds UEFI as an OS. It specifies pretty much everything in order to qualify for an OS (ABI, entrypoint, standard interfaces) and there are compiler targets for it (for...

I'm not using `bzlmod` so I'm getting an error due to not defining `rules_license` in my `WORKSPACE` file and a recent commit of this repo and use of `@platforms//:incompatible`. Should...