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

- [embree3] fix clang-cl by converting resource to UTF-8 #9822

Merged
merged 2 commits into from Mar 29, 2022

Conversation

SSE4
Copy link
Contributor

@SSE4 SSE4 commented Mar 17, 2022

closes: #9808

Specify library name and version: embree3/all

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


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

@@ -170,6 +170,13 @@ def _configure_cmake(self):
return self._cmake

def build(self):
# some compilers (e.g. clang) do not like UTF-16 sources
Copy link
Contributor Author

Choose a reason for hiding this comment

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

for an additional safety, we may put it under if self.settings.compiler == "clang'. but I've checked, and Visual Studio builds just fine with it.

Signed-off-by: SSE4 <tomskside@gmail.com>
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

All green in build 3 (afa0b3ab62541b8dd8db8dcf796e4239a1440e8c):

  • embree3/3.13.3@:
    All packages built successfully! (All logs)

  • embree3/3.13.1@:
    All packages built successfully! (All logs)

  • embree3/3.12.0@:
    All packages built successfully! (All logs)

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

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

Tricky

@AndreyMlashkin
Copy link
Contributor

@SpaceIm @danimtb @jgsogo
Please approve

Copy link
Contributor

@jgsogo jgsogo left a comment

Choose a reason for hiding this comment

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

this change should probably be reported upstream

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.

[package] embree3/3.13.1: can't compile with msvc-clang
6 participants