19.5.2. CMake Options to Set Library Source Path - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

The following table lists CMake variables to specify the path of AOCL library sources. These variables are useful when local copies of the repositories are available, particularly in environments without internet access.

Table 19.2 CMake Variables for Library Source Path#
CMake Variable or Option
Usage
BLAS_PATH
-DBLAS_PATH=<Directory Path where AOCL-BLAS is present>.
COMPRESSION_PATH
-DCOMPRESSION_PATH=<Directory Path where AOCL-Compression is present>.
CRYPTO_PATH
-DCRYPTO_PATH=<Directory Path where AOCL-Cryptography is present>.
DA_PATH
-DDA_PATH=<Directory Path where AOCL-Data-Analytics is present>.
LAPACK_PATH
-DLAPACK_PATH=<Directory Path where AOCL-LAPACK is present>.
LIBM_PATH
-DLIBM_PATH=<Directory Path where AOCL-LibM is present>.
LIBMEM_PATH
-DLIBMEM_PATH=<Directory Path where AOCL-LibMem is present>.
SPARSE_PATH
-DSPARSE_PATH=<Directory Path where AOCL-Sparse is present>.
UTILS_PATH
-DUTILS_PATH=<Directory Path where AOCL-Utils is present>.