From 3621b1a0b8718058a13494153ae499e33b2d7a14 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Fri, 21 Feb 2025 11:25:57 +0100 Subject: [PATCH] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 31d52383..7b816df9 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,12 @@ e.g. which is asking for 4-bytes local indices, and 8-bytes global indices (this is the default). +## CMAKE +There is initial support for building with CMAKE. As of this time, it does not compile the CUDA part. +## LLVM +The library has been successfully compiled and tested with LLVM version 20.1.0-rc2. + ## Documentation Further information on installation and configuration can be found in the documentation.