python-cmake-buildsystem VS msvc-wine

Compare python-cmake-buildsystem vs msvc-wine and see what are their differences.

python-cmake-buildsystem

A cmake buildsystem for compiling Python (by python-cmake-buildsystem)

msvc-wine

Scripts for setting up and running MSVC in Wine on Linux (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
python-cmake-buildsystem msvc-wine
1 6
423 559
0.9% -
5.4 8.3
5 months ago 10 days ago
CMake Shell
Apache License 2.0 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.

python-cmake-buildsystem

Posts with mentions or reviews of python-cmake-buildsystem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-29.

msvc-wine

Posts with mentions or reviews of msvc-wine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • How to deal with MSVC in DevOps
    9 projects | /r/cpp | 6 Jul 2023
    Okay, I am trying it, but it does not exactly work out of the box. Do you remember how you got a hand on the MSVC libraries? I use https://github.com/mstorsjo/msvc-wine to download the MSVC toolchain using python, and then I simply wget this file https://raw.githubusercontent.com/llvm/llvm-project/main/llvm/cmake/platforms/WinMsvc.cmake, and call CMake like in the example the file has as a comment in the first few lines. I installed clang-tools-15 and lld-15 using apt. Does this sound somehow correct? I set all the paths correctly and I get a CMake Error "include could not find requested file: [...] //ClangClCMakeCompileRules.cmake", the error occurs while CMake is testing the C compiler if it works.
  • Wine 8.0
    7 projects | news.ycombinator.com | 24 Jan 2023
    That's a nice lead! - I'll try looking into that more. If you have or remember some more details - please share! Thanks!

    (One of my use cases is https://github.com/mstorsjo/msvc-wine - and invocation of `cl.exe` or `link.exe` taking 250ms at each is not going to be great (then again `cl.exe` can be made to input several .cpp/.c files, but it becomes more awkward to express that at the build level).

  • Cross compiling pybind11 module with Mingw-gcc for Windows from Linux
    4 projects | /r/cpp_questions | 29 Dec 2022
  • Visual Studio 2022 17.4 is available!
    2 projects | /r/cpp | 9 Nov 2022
    you can run the C++ compiler via wine: https://github.com/mstorsjo/msvc-wine
  • Wine 6.15 Released
    1 project | /r/linux_gaming | 14 Aug 2021
    I guess I should try installing MSVC again one of these days. Maybe it's finally possible to setup a "real" Windows cross compilation build environment without msvc-wine.

What are some alternatives?

When comparing python-cmake-buildsystem and msvc-wine you can also consider the following projects:

CPP20-Cross-Platform-Template - A template for a cross-platform C++20 project including CMake, unit-testing with Catch, cross-platform CI with Travis-CI/Github Actions and cross-platform release builds using Github Actions.

infra - Infrastructure to set up the public Compiler Explorer instances and compilers