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.
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>. |