The following table lists CMake variables to specify the GIT repository and
tag or branch name for cloning individual AOCL libraries. If the source
code path is not provided, CMake uses the specified GIT repository and
tag or branch. This is useful for building source code from the dev
branch of individual libraries. If neither the source code path nor the
GIT repository and tag are provided, CMake defaults to the repository
and branch/tag for the AOCL stable public release.
CMake Variable or Option
|
Default Value
————————————
Usage
|
|---|---|
BLAS_GIT_REPOSITORY
|
|
BLAS_GIT_TAG
|
master
————————————
-DBLAS_GIT_TAG=<AOCL-BLAS Git Tag or Branch Name>
|
COMPRESSION_GIT_REPOSITORY
|
————————————
-DCOMPRESSION_GIT_REPOSITORY=<AOCL-Compression Repository URL>
|
COMPRESSION_GIT_TAG
|
amd-main
————————————
-DCOMPRESSION_GIT_TAG=<AOCL-Compression Git Tag or Branch Name>
|
CRYPTO_GIT_REPOSITORY
|
|
CRYPTO_GIT_TAG
|
main
————————————
-DCRYPTO_GIT_TAG=<AOCL-Cryptography Git Tag or Branch Name>
|
DA_GIT_REPOSITORY
|
|
DA_GIT_TAG
|
main
————————————
-DDA_GIT_TAG=<AOCL-Data-Analytics Git Tag or Branch Name>
|
LAPACK_GIT_REPOSITORY
|
|
LAPACK_GIT_TAG
|
master
————————————
-DLAPACK_GIT_TAG=<AOCL-LAPACK Git Tag or Branch Name>
|
LIBM_GIT_REPOSITORY
|
|
LIBM_GIT_TAG
|
master
————————————
-DLIBM_GIT_TAG=<AOCL-LibM Git Tag or Branch Name>
|
LIBMEM_GIT_REPOSITORY
|
|
LIBMEM_GIT_TAG
|
main
————————————
-DLIBMEM_GIT_TAG=<AOCL-LibMem Git Tag or Branch Name>
|
SPARSE_GIT_REPOSITORY
|
|
SPARSE_GIT_TAG
|
master
————————————
-DSPARSE_GIT_TAG=<AOCL-Sparse Git Tag or Branch Name>
|
UTILS_GIT_REPOSITORY
|
|
UTILS_GIT_TAG
|
main
————————————
-DUTILS_GIT_TAG=<AOCL-Utils Git Tag or Branch Name>
|