generate packages for different option values
See original GitHub issueFeature request
Right now if I set CONAN_BUILD_TYPES="Debug,Release"
CPT will create two packages for Debug and Release build types.
However CONAN_OPTIONS does not work in the same way. I’m not sure if this is a feature or a bug.
For example, if I set CONAN_OPTIONS ="foobar:with_bar=True,foobar:with_bar=False"
only one package is created.
It would be great if CPT allow creating permutations for options as well,
Environment Details
- Conan Package Tools Version: 0.23.0
- Operating System: Linux
- Operation System Version: Ubuntu 16.04
- Compiler+version: gcc-5.4
- Docker image: conanio/gcc7
- Conan version: conan 1.2.0
- Python version: python 3.7.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Generate Global Options
Here the GlobalOptions package provides a more general and controlable way to generate such functions, which can: validate the values (e.g. ...
Read more >Multiple OPTION value to use as GET in form - Stack Overflow
I know that sending it via POST will reload my website with value given by value name. But I need to do it...
Read more >Video: Create and manage drop-down lists - Microsoft Support
Training: Watch and learn how to insert a drop-down list in Excel to make data entry easier or to limit cell entries to...
Read more >Chunk options and package options - Yihui Xie - 谢益辉
This page documents all chunk options and package options available in knitr. The default values of these options are in parentheses in the ......
Read more >HTML option value Attribute - W3Schools
The value attribute specifies the value to be sent to a server when a form is submitted. The content between the opening <option>...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@uilianries I agree and think such new option will be very handy
@boussaffawalid Your request is not bad, but inserting option values which are not explicit, are not good IMO. For instance, fPIC is only distributed as True.
I think we could add new option like
CONAN_BUILD_ALL_OPTIONS=foo:qux,foo:bar
which do what you need.