https://github.com/iceshard-engine/conan-config
Conan configuration profiles and settings to be used with various other projects and conan packages.
https://github.com/iceshard-engine/conan-config
conan conan-config
Last synced: 3 months ago
JSON representation
Conan configuration profiles and settings to be used with various other projects and conan packages.
- Host: GitHub
- URL: https://github.com/iceshard-engine/conan-config
- Owner: iceshard-engine
- Created: 2021-03-24T13:33:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T03:44:14.000Z (about 1 year ago)
- Last Synced: 2025-10-14T09:19:27.664Z (9 months ago)
- Topics: conan, conan-config
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IceShard conan configurations
Conan configuration profiles and settings to be used with various other projects and conan packages.
# Remotes
Provides remotes for the following three repostories:
* Conan2 Center (https://center.conan.io)
* Conan2 IceShard (https://conan.iceshard.net)
# Profiles
Currently the following profiles are defined for IceShard:
* Linux (x64, C++20, clang20)
* Windows (x64, C++20, msvc194)
# Hooks (Conan v2)
Since Conan v2 does not allow us to provide custom generators anymore inside packages we need to implement a pre-generation hook globally.
This allows us to generate required `.bff` files for `ice-build-tools`.
The hook also removes the generator from the recipe generators list so it will not cause an error in conan.
This is not the cleanest way but one that works and does not disturb other packages.