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

libxml2: fix FreeBSD #3953

Merged
merged 2 commits into from
Dec 21, 2020
Merged

Conversation

ericLemanissier
Copy link
Contributor

Specify library name and version: libxml2/*

  • 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.

ericLemanissier and others added 2 commits December 18, 2020 19:42
Automatically created by bincrafters-conventions 0.30.1
@ericLemanissier
Copy link
Contributor Author

@ghost
Copy link

ghost commented Dec 18, 2020

I detected other pull requests that are modifying libxml2/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@conan-center-bot
Copy link
Collaborator

All green in build 2 (50e1ef0062f5961effbaacb8caa0c3590b7e61bf)! 😊

@@ -255,7 +255,7 @@ def package_info(self):
self.output.info("Appending PATH environment variable: {}".format(bindir))
self.env_info.PATH.append(bindir)

if self.settings.os == "Linux" or self.settings.os == "Macos":
if self.settings.os in ["Linux", "Macos", "FreeBSD"]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe just put it in else block for a if self.settings.os == "Windows"?

Copy link
Contributor

Choose a reason for hiding this comment

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

I"m not sure, but m can also be used with mingw.
So testing for Windows is not enough.

Copy link
Contributor

Choose a reason for hiding this comment

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

That's correct. Mingw makes life harder.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure either, it's usually better to be explicit in this case

@SSE4 SSE4 requested a review from uilianries December 21, 2020 06:47
@conan-center-bot conan-center-bot merged commit bfb369f into conan-io:master Dec 21, 2020
@ericLemanissier ericLemanissier deleted the patch-1 branch December 21, 2020 08:37
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.

8 participants