Skip to content

Releases: GoodenoughPhysicsLab/temp

Releases for Ubuntu-v20.04

14 Nov 01:16
4335ef9
Compare
Choose a tag to compare

x86_64-ubuntu2004-gnu-python-v3.14_alpha1

  • build from source
  • config: --enable-optimizations
  • enable gil
  • disable jit

x86_64-ubuntu2004-gnu-native-gcc15

  • build from source
  • config: --disable-werror --enable-multilib --enable-languages=c,c++ --disable-bootstrap --enable-nls
  • do not supply gdb, binutils

x86_64-ubuntu2004-gnu-host-x86_64-w64-mingw32-target-gcc15

  • config: --disable-werror --enable-multilib --enable-languages=c,c++ --enable-nls --disable-sjlj-exceptions --enable-threads=win32 --target=x86_64-w64-mingw32
  • supply binutils
  • do not supply gdb

x86_64-ubuntu2004-gnu-cmake_v3.31.20241130-g531ae5e

  • build from source
    config: -DCMAKE_BUILD_TYPE=Release

x86_64-ubuntu2004-gnu-clang20

  • build from source
  • host: x86_64-pc-linux-gnu
  • target: x86_64-pc-linux-gnu
  • config: -GNinja -DLLVM_ENABLE_PROJECTS="clang;lld" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_ENABLE_LLD=ON -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind;compiler-rt" -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_USE_COMPILER_RT=ON -DLIBCXXABI_USE_LLVM_UNWIND=ON -DLIBCXXABI_USE_COMPILER_RT=ON -DCOMPILER_RT_USE_LIBCXX=ON -DCMAKE_BUILD_TYPE=Release
  • enable / disable:
-- bolt project is disabled
-- clang project is enabled
-- clang-tools-extra project is disabled
-- compiler-rt project is disabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- lld project is enabled
-- lldb project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is disabled

x86_64-ubuntu2004-gnu-ninja-v1.13.0_git

  • build from source
  • ./configure.py --bootstrap

x86_64-ubuntu2004-gnu-node-v24.0.0