You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch reformats the pre-requisites in a table (doesn't look great
in the markdown, but looks good when generated).
It also updates the required versions for CMake and Python to link to
the versions required by LLVM. For CMake we were already documenting the
same version as LLVM. For Python we didn't document any minimum version,
but we extensively use LLVM scripts like `lit`, so we really should be
aligned with it.
There's a few requirements for which we don't have minimum versions, but
we can update that if we ever run into issues with them.
Addresses #17478 by documenting the
minimum required python version.
|`hwloc`| >= 2.3 (Linux only, `libhwloc-dev` or `hwloc-devel`) |
49
+
| C++ compiler |[See LLVM](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)|
51
50
52
51
Alternatively, you can create a Docker image that has everything you need for
53
52
building pre-installed using the [Ubuntu 24.04 build Dockerfile](https://github.com/intel/llvm/blob/sycl/devops/containers/ubuntu2404_build.Dockerfile).
0 commit comments