19.7.2. CMake Options for Library Configuration - 19.7.2. CMake Options for Library Configuration - 5.3 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2026-05-13
Version
5.3 English

The following table lists additional CMake variables used to configure how selected AOCL libraries integrate and interact with each other.

Table 19.2 CMake Variables for Library Configuration#
CMake Variable or Option
Usage
ENABLE_AOCL_LAPACK_BLAS_COUPLING
-DENABLE_AOCL_LAPACK_BLAS_COUPLING=OFF (default) or
-DENABLE_AOCL_LAPACK_BLAS_COUPLING=ON to enable tight coupling
between AOCL-LAPACK and AOCL-BLAS library. This option controls
whether AOCL-LAPACK should be tightly integrated with AOCL-BLAS
implementation.

Note: This is different from ENABLE_AOCL_BLAS, which
controls the inclusion of AOCL-BLAS into the unified library.