From e708154b83535959bce70d652e42124bc735ab30 Mon Sep 17 00:00:00 2001 From: Simon Frasch Date: Tue, 19 Mar 2024 15:48:45 +0100 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76ff73f..b1deb52 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ make -j8 install | SPFFT_BUILD_TESTS | OFF | Build test executables for developement purposes | | SPFFT_INSTALL | ON | Add library to install target | | SPFFT_FORTRAN | OFF | Build Fortran interface module | +| SPFFT_BUNDLED_LIBS | ON | Download required libraries for building tests | **_NOTE:_** When compiling with CUDA or ROCM (HIP), the standard `CMAKE_CUDA_ARCHITECTURES` and `CMAKE_HIP_ARCHITECTURES` options should be defined as well. `HIP_HCC_FLAGS` is no longer in use.