manylinux VS llvm-mingw

Compare manylinux vs llvm-mingw and see what are their differences.

manylinux

Python wheels that work on any linux (almost) (by pypa)

llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain (by mstorsjo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
manylinux llvm-mingw
13 15
1,355 1,638
1.8% -
8.8 8.8
3 days ago 2 days ago
Shell C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

manylinux

Posts with mentions or reviews of manylinux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-13.
  • Building a go program with an older glibc
    1 project | /r/golang | 7 Feb 2023
    I use manylinux containers as the OS for compilation. It tries to ensure as much cross-os / libc / etc.. as much as possible for precompiled libraries. https://github.com/pypa/manylinux
  • Alpine Linux in the Browser
    5 projects | news.ycombinator.com | 13 Jan 2023
    Just to clarify for anyone who isn't aware, the "compiling issues", at least historically, have been that that Alpine uses musl, and PyPI's manylinux wheels are built against old glibc versions. So stuff like numpy that would trivially and quickly install from whl on glibc distros (like a bare-bones Ubuntu image) trigger compilations and the installation of build-only dependencies on Alpine.

    That said, it looks like as of late-2021, at least some projects are offering musllinux wheels as well, per the discussion here: https://github.com/pypa/manylinux/issues/37 (not numpy, though: https://pypi.org/project/numpy/#files)

  • Because cross-compiling binaries for Windows is easier than building natively
    15 projects | news.ycombinator.com | 18 Jun 2022
    It's very hard. Incompatible glibc ABIs make this nigh impossible, there's a reason Steam installs a vcredistributable.dll for pretty much every game on Windows.

    Look no further than the hoops you need jump through to distribute a Linux binary on PyPI [1]. Despite tons of engineering effort, and tons of hoop jumping from packagers, getting a non-trivial binary to run across all distros is still considered functionally impossible.

    [1]: https://github.com/pypa/manylinux

  • manylinux_2_28 image is published
    1 project | /r/programming | 1 Jun 2022
  • manylinux_2_28 image is published (including docker environment)
    1 project | /r/linux | 1 Jun 2022
  • CPython, C standards, and IEEE 754
    2 projects | news.ycombinator.com | 3 Mar 2022
    As a user, if you build every python package from source, it's ok. But if you a maintainer of an OSS project and you need to publish binary packages for it, then you will hit the trouble. Binaries built on Ubuntu 20.04 can only support Ubuntu 20.04 and newer. So you'd better to choose an older Linux release to target broader users. Now most python packages choose CentOS 6 or 7. See https://github.com/pypa/manylinux/issues/1012 for more details. They need help!
  • Using Zig as Cross Platform C Toolchain
    6 projects | news.ycombinator.com | 27 Feb 2022
    I recently learned that Clang supports this kind of cross-compiling out of the box. https://mcilloni.ovh/2021/02/09/cxx-cross-clang/

    The main difference is that Clang does not ship with headers/libraries for different platforms, as Zig appears to do. You need to give Clang a "sysroot" -- a path that has the headers/libraries for the platform you want to compile for.

    If you create a bunch of sysroots for various architectures, you can do some pretty "easy" cross-compiling with just a single compiler binary. Docker can be a nice way of packaging up these sysroots (especially combined with Docker images like manylinux: https://github.com/pypa/manylinux). Gone are the days when you had to build a separate GCC cross-compiler for each platform you want to target.

  • “LLVM-Libc” C Standard Library
    10 projects | news.ycombinator.com | 7 Dec 2021
  • 'Python: Please stop screwing over Linux distros'
    9 projects | /r/programming | 16 Nov 2021
    Now you come and use manylinux to build. (https://github.com/pypa/manylinux) so you are based on the CentOS 7 toolchain (at best if you use manylinux2014) or Debian 9 toolchain (if you use manylinux_2_24).
  • Building Outer Wonders for Linux
    6 projects | news.ycombinator.com | 22 May 2021
    I think the generally accepted way to do that would be a container image running a relatively old distribution. This is exactly what python packages do when they need to distribute binary packages on linux [0]. You are supposed to compile the package in a container (or VM) that runs CentOS 7 (or older if you want broader support), although now the baseline is moving gradually to Debian 9.

    [0]: https://github.com/pypa/manylinux

llvm-mingw

Posts with mentions or reviews of llvm-mingw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-14.
  • Crystal 1.11.0 Is Released
    6 projects | news.ycombinator.com | 14 Jan 2024
  • Ask HN: Who is using the D language and likes/doesn't like it? Why?
    6 projects | news.ycombinator.com | 23 Sep 2023
    > Doing Python with a C plugin, or just compiling a command line C/C++ isn't really systems programming.

    I care about a minimal set of tools in order to compile C/C++ programs. thats offered by:

    https://github.com/mstorsjo/llvm-mingw/releases

    and also MSYS2, and even the Zig C compiler. all less than 200 MB. meanwhile Visual Studio installing about 10 GB worth. If Microsoft can offer a similar experience then I am interested.

  • Clang compiler for Windows 10 gives this error
    1 project | /r/C_Programming | 2 Jul 2023
    Pick a community-supported Clang-based Mingw-w64 distribution.
  • My 24 year old HP Jornada can do things your modern iPhone still can't do
    5 projects | news.ycombinator.com | 15 Jun 2023
    > AFAIK there is no native GCC compiler for Windows

    might want to check your facts before spouting nonsense. there is, and has been for many, many years. more than one in fact:

    https://github.com/mstorsjo/llvm-mingw

    https://packages.msys2.org/base/mingw-w64-gcc

  • Release candidate: Godot 4.0 RC 5 (Yes, the pace is picking up!)
    3 projects | /r/godot | 24 Feb 2023
    MinGW is notoriously slow to link compared to MSVC, unless using llvm-mingw with the link=lld SCons option. If using MSVC, make sure to use 2022 or at least 2019 if possible – recent linkers tend to be faster than older versions.
  • Toolchain for cross-compiling DLL to windows/arm64
    1 project | /r/golang | 22 Nov 2022
    GCC doesn't support windows/arm64, but you should be able to do it with LLVM. I've never gotten it to work myself, but should be able to supply a cross toolchain: https://github.com/mstorsjo/llvm-mingw
  • Ask HN: Programming Without a Build System?
    15 projects | news.ycombinator.com | 12 Nov 2022
    Visual Studio is a bloated mess, and has been for many years. Its at least 10 times larger than other options, such as MinGW-LLVM:

    https://github.com/mstorsjo/llvm-mingw

  • Because cross-compiling binaries for Windows is easier than building natively
    15 projects | news.ycombinator.com | 18 Jun 2022
    Sadly Qt ships MinGW 8.1 which is positively ancient (released in 2018). If you're starting a new project (which you likely are if you are installing an IDE aha) there's no reason not to go for more recent compilers - msys2 has GCC12 (https://packages.msys2.org/package/mingw-w64-x86_64-gcc) and Clang 14 (https://packages.msys2.org/package/mingw-w64-x86_64-clang) which just work better overall, have much more complete C++20 support, have less bugs, better compile times (especially clang with the various PCH options that appeared in the last few versions), better static analysis, etc.

    Personally I use https://github.com/mstorsjo/llvm-mingw's releases directly which does not require MSYS but that's because I recompile all my libraries with specific options - if the MSYS libs as they are built are good for you there's no reason not to use them.

  • Some sanity for C and C++ development on Windows
    3 projects | news.ycombinator.com | 1 Jan 2022
    you can grab it here: https://github.com/mstorsjo/llvm-mingw/releases/tag/20211002
  • The Atrocities of COM win32 headers
    9 projects | news.ycombinator.com | 18 Dec 2021
    Clang (and lld) do support native TLS, and mingw-w64 does have the things that are needed. I think binutils also might have what's needed too, but AFAIK the thing that's missing is support for it in GCC.

    Actually, (upstream) Clang defaults to native TLS instead of emulated TLS. In MSYS2, Clang is overridden to use emulated TLS by deafult to interoperate better with GCC built code and libstdc++ though.

    The toolchain I maintain, https://github.com/mstorsjo/llvm-mingw, defaults to native TLS throughout.

What are some alternatives?

When comparing manylinux and llvm-mingw you can also consider the following projects:

auditwheel - Auditing and relabeling cross-distribution Linux wheels.

mingw-w64 - (Unofficial) Mirror of mingw-w64-code

musl-cross-make - Simple makefile-based build for musl cross compiler

w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows

glibc_version_header - Build portable Linux binaries without using an ancient distro

msys2

mxe - MXE (M cross environment)

cmake-init - The missing CMake project initializer

lhelper - A simple utility to helps compile and install C/C++ libraries on Windows and Linux

MSYS2-packages - Package scripts for MSYS2.

SDL - Simple Directmedia Layer