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

xz_utils: patch in build() instead of source() + remove msys2 dependency if Visual Studio + split build and install #3228

Merged
merged 5 commits into from
Oct 20, 2020

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Oct 16, 2020

Specify library name and version: xz_utils/all

  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@conan-center-bot
Copy link
Collaborator

All green in build 1 (c9b222ba56f4e49a96e726bf36c3cf40d002a6fe)! 😊

return self._autotools
self._autotools = AutoToolsBuildEnvironment(self, win_bash=tools.os_info.is_windows)
args = ["--disable-doc"]
if self.settings.os != "Windows" and self.options.get_safe("fPIC", True):
Copy link
Contributor

Choose a reason for hiding this comment

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

since fPIC is deleted on windows is get_safe no enough? This flag enables so we need to limit that there's no else my mistake

@prince-chrismc
Copy link
Contributor

3 approvals but no merge 🤔 in 7hrs... is that expected?

@madebr
Copy link
Contributor

madebr commented Oct 20, 2020

@danimtb
Can you have a look at this?
Is SSE4 one of the maintainers re #2857 (comment) ?

Nevermind, this fixed itself.

@conan-center-bot conan-center-bot merged commit 87a1ff7 into conan-io:master Oct 20, 2020
@prince-chrismc
Copy link
Contributor

@madebr I see a lot of PRs are "late" being merged... I think Space opened too many the it's just struggling to keep up 🤣 from my emails I got four other (I've reviewed) but the CCI bot is slowly catching up.

@madebr
Copy link
Contributor

madebr commented Oct 20, 2020

Indeed. the cloud acts in mysterious ways 🤣

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Oct 20, 2020

The bot merges one PR every 30 minutes.

@SpaceIm SpaceIm deleted the fix/xz_utils-patch-in-build branch October 20, 2020 06:07
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.

None yet

5 participants