Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrbnlulu/aqt_bug_repro


https://github.com/nrbnlulu/aqt_bug_repro

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# reproduce instructions

Run these commands on Windows (I was on 10)
```bash
poetry install
poetry run conan build . -pr=Windows_profile --build=missing
```
the aqt-installer is called via the conanfile, you can switch the architecture there.

Note that on linux (clang), this compiles just fine.