Files
intel-linux-sgx/.gitmodules
T
lkalica-intel 6d89d8ed5a Refactoring of cpprt build process for all Linux distros
libcxxrt library wasn't updated for a long time. CentOS 10 introduced a new version of gcc and g++ compilers which are more strict than compilers in CentOS 9 and earlier. Because of that, a build of cpprt module (which contains source code of libcxxrt) was failing. Now libcxxrt module was extracted from cpprt module to sgx/external/ directory and its sources (in the latest version) are cloned directly from the external Github repository. It required a few adjustments to build cpprt module successfully on Linux distros.

---------

Signed-off-by: Lukasz Kalica <lukasz.kalica@intel.com>
2026-01-20 14:32:08 +01:00

30 lines
1.0 KiB
Plaintext

[submodule "external/dcap_source"]
path = external/dcap_source
url = ../confidential-computing.tee.dcap.git
branch = .
[submodule "openmp"]
path = external/openmp/openmp_code
url = https://github.com/llvm-mirror/openmp.git
branch = svn-tags/RELEASE_801
[submodule "dnnl"]
path = external/dnnl/dnnl
url = https://github.com/oneapi-src/oneDNN.git
branch = rls-v1.1
[submodule "ipp-crypto"]
path = external/ippcp_internal/ipp-crypto
url = https://github.com/intel/ipp-crypto.git
branch = ipp-crypto_2021_12_1
[submodule "external/protobuf/protobuf_code"]
path = external/protobuf/protobuf_code
url = https://github.com/protocolbuffers/protobuf.git
branch = 23.x
[submodule "external/sgx-emm/emm_src"]
path = external/sgx-emm/emm_src
url = https://github.com/intel/sgx-emm.git
[submodule "external/cbor/libcbor"]
path = external/cbor/libcbor
url = https://github.com/PJK/libcbor.git
[submodule "external/libcxxrt/libcxxrt_code"]
path = external/libcxxrt/libcxxrt_code
url = https://github.com/libcxxrt/libcxxrt.git