Skip to content
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

xproperty: add version 0.12.0 #24219

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

toge
Copy link
Contributor

@toge toge commented Jun 4, 2024

Specify library name and version: xproperty/0.12.0

jupyter-xeus/xproperty@0.11.0...0.12.0


@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 3 (261adc62a0d584509876e13933610978020c70b3):

  • xproperty/0.12.0:
    All packages built successfully! (All logs)

  • xproperty/0.11.0:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 3 (261adc62a0d584509876e13933610978020c70b3):

  • xproperty/0.12.0:
    All packages built successfully! (All logs)

  • xproperty/0.11.0:
    All packages built successfully! (All logs)

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Quick question about C++14 support, otherwise looks great as always :)

package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
no_copy_source = True

@property
def _min_cppstd(self):
return "14" if Version(self.version) <= "0.12.0" else "17"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error is a bit suprising, as per jupyter-xeus/xproperty@0.11.0...0.12.0#diff-33394812baL40 it seems like they expect to be able to use C++14? Did you get a chance to communicate this to upstream?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RubenRBS
Thanks for your comment!
I create the issue about it. jupyter-xeus/xproperty#69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants