Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrbnlulu/aqt_bug_repro
https://github.com/nrbnlulu/aqt_bug_repro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrbnlulu/aqt_bug_repro
- Owner: nrbnlulu
- License: mit
- Created: 2023-05-22T03:52:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-23T07:47:36.000Z (over 1 year ago)
- Last Synced: 2024-10-14T09:41:35.009Z (3 months ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.