8000 seadex-essentials: Bump versions, remove header option force by AbrilRBS · Pull Request #18318 · conan-io/conan-center-index · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

seadex-essentials: Bump versions, remove header option force #18318

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

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

AbrilRBS
Copy link
Member
@AbrilRBS AbrilRBS commented Jul 4, 2023

Specify library name and version: seadex-essentials/all

Fixes the conflicts from #18134, while also improving simplifying logic that as @czoido pointed out, is no good either way.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (41d703c4a94561e71cc5d6cf65618d25c40aedea):

  • seadex-essentials/2.1.3@:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds may be required once they are on the v2 ready list

All green in build 1 (41d703c4a94561e71cc5d6cf65618d25c40aedea):

  • seadex-essentials/2.1.3@:
    All packages built successfully! (All logs)

Copy link
Contributor
@prince-chrismc prince-chrismc left a comment

Choose a reason for hiding this comment

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

I am not sure this is the correct place to fix the problem.

#17976 backport patches and breaks spdlog

@conan-center-bot conan-center-bot merged commit 12343a2 into conan-io:master Jul 5, 2023
pezy pushed a commit to pezy/conan-center-index that referenced this pull request Jul 15, 2023
@@ -48,14 +48,12 @@ def config_options(self):
def configure(self):
if self.options.shared:
self.options.rm_safe("fPIC")
self.options["fmt/*"].header_only = True
self.options["spdlog/*"].header_only = True
Copy link
Contributor
@SpaceIm SpaceIm Sep 14, 2023

Choose a reason for hiding this comment

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

This is a bad idea, because now it doesn't build out of the box, and c3i doesn't test this recipe anymore (all configurations raise Invalid Configuration, since this recipe raises when spdlog is not header only).

Raising with default configuration is bad.

@AbrilRBS AbrilRBS deleted the rr/bump-seadex-fmt branch September 21, 2023 08:24
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.

spdlog spdlog/1.11.0: implicitly changed required fmt without change of own version - broken builds
5 participants
0