-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[STLab] upgrade version to 1.7.1 #13048
[STLab] upgrade version to 1.7.1 #13048
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@fpelliccioni please, try to sign the CLA (#13048 (comment)) whenever you can. It was updated a few weeks ago, so we had to sign it again. |
This comment has been minimized.
This comment has been minimized.
Done! |
tc.variables["STLAB_THREAD_SYSTEM"] = self.options.thread_system | ||
tc.variables["STLAB_TASK_SYSTEM"] = self.options.task_system | ||
if cross_building(self): | ||
tc.variables["STLAB_HAVE_FUNCTIONAL_VARIANT_OPTIONAL"] = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fpelliccioni is this OK? I had to add it otherwise It was failing.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thank you very much @franramirez688 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's bump Boost before merging, otherwise looks great :)
Bumped to |
Oops, you're totally right! Missremembered the latest boost version, thanks for the quick fix :) |
Conan v1 pipeline ✔️All green in build 83 (
Conan v2 pipeline ✔️
All green in build 80 (
|
* [STLab] upgrade to 1.7.0 * fix * fix * fix * fix * fix * fix * fix * version 1.7.1 * fixes * fix test recipe * fix test recipe * uses cmake v23 * fixes * adds short_paths = True * remove share folder * temp removal of old files * fix text package * fix * skip coying systems libs * NOMINMAX * fix * fix * define NOMINMAX on conan recipe * now try all the versions * fix * remove old versions (temp) * remove old versions (temp) * rollback * fixes * fix * fix * fix * fix * Update recipes/absent/all/conanfile.py * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/stlab/1.7.0_and_above/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * with_boost * no test option * fix * Trigger notification * fix * fixes * fixes 2 * Update recipes/bertrand/all/conanfile.py * fixes 3 * Trigger notification * fix linting * fix linting * remove dead code * Update recipes/stlab/old/conandata.yml * Update recipes/stlab/old/conandata.yml Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/stlab/old/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * remove dead code * fix linter warnings * Update recipes/stlab/all/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * reduce nesting * Update recipes/stlab/old/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Update recipes/stlab/old/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * review suggestions * set CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP * test things * remove Windows runtime libs * Update conanfile.py * Refactoring and fixing errors * putting self.ref instead of self.name * suggestions * Removed old versions * Added new CMake var * Update recipes/stlab/all/conanfile.py * Update conanfile.py --------- Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com> Co-authored-by: Francisco Ramirez de Anton <franchuti688@gmail.com> Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
def configure(self): | ||
if self.options.task_system == "auto": | ||
self.options.task_system = self._default_task_system() | ||
self.output.info("Stlab Task System: {}.".format(self.options.task_system)) | ||
self.output.info("STLab With Boost: {}.".format(self.options.with_boost)) | ||
self.output.info("STLab Future Coroutines: {}.".format(self.options.future_coroutines)) | ||
self.output.info("STLab No Standard Coroutines: {}.".format(self.options.no_std_coroutines)) | ||
self.output.info("STLab Task System: {}.".format(self.options.task_system)) | ||
self.output.info("STLab Thread System: {}.".format(self.options.thread_system)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to remove these messages? It's quite weird to see these messages under ======== Computing dependency graph ========
in conan v2, and from my point of view it's the job of upstream build system to display these informations at build time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to be done in another PR. This one is already merged
Specify library name and version: stlab/1.7.1