This adds CMake options that allow changing the _GLIBCXX_USE_CXX11_ABI and -fabi-version compiler options as they are currently hard coded. They will need to be changed at some point to match the VFX ref platform. I needed to remove these to get it to build on my manjaro machine too...
Description This simple command always worked in the past for most CMake repos: > cmake -GNinja /home/finagolfin/swift-corelibs-libdispatch/ -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=21 -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_A...
Describe the bug When running with Android NDK the CMake cache_variables aren't set in the CMakeCache.txt every-other time conan is run. This bug appeared in conan 2.7.0, and 2.6.0 does not have the bug. In this error output, you can see...
cmake ../../../source \ -DCMAKE_SYSTEM_NAME=Android \ -DCMAKE_SYSTEM_VERSION=${ANDROID_API_VERSION} \ -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \ -DCMAKE_ANDROID_NDK=${NDK_ROOT} \ -DCMAKE_ANDROID_STL_TYPE=gnustl_static \ -DENABLE_SHARED=0 \ # add this line. -DNEON_ANDROID=...
Fix Windows CMakeList compiler options TLS 1.3 Middle-Box compat: fix missing brace Configuration consistency fixes for RSA keys and way to force disable of private keys Fix for Aarch64 Mac M1 SP use Fix build errors and warnings for MSVC with DTLS 1.3 Fix HMAC compat layer function for SH...
set PATH=%HIP_PATH%\bin;%PATH% cmake -S . -B build -G Ninja -DAMDGPU_TARGETS=gfx1100 -DGGML_HIP=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release cmake --build build Make sure that AMDGPU_TARGETS is set to the GPU arch you want to compil...