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

libjpeg: fix build with clang-cl #24951

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Aug 14, 2024

Summary

Changes to recipe: libjpeg/all

Motivation

Fix build of libjpeg with clang-cl (might be a regression coming from #23840)

Details

Use MSBuild branch when we detect a msvc or clang-cl profile (what I call a cl like profile). I don't know if these MSBuild files can work with clang-cl, I'm not sure that replacing NMake by MSBuild in #23840 was a good move.

closes #24933


@conan-center-bot

This comment has been minimized.

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Aug 31, 2024

@AbrilRBS @uilianries @jcar87 Could you review please? According to #24933 (comment), it fixes the issue.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 2 (e2c9fdaae60ac26786072a6609ead8d845b60b83):

  • libjpeg/9f:
    All packages built successfully! (All logs)

  • libjpeg/9e:
    All packages built successfully! (All logs)

  • libjpeg/9d:
    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 2 (e2c9fdaae60ac26786072a6609ead8d845b60b83):

  • libjpeg/9f:
    All packages built successfully! (All logs)

  • libjpeg/9e:
    All packages built successfully! (All logs)

  • libjpeg/9d:
    All packages built successfully! (All logs)

@jcar87 jcar87 self-assigned this Sep 11, 2024
@conan-center-bot conan-center-bot merged commit 143300c into conan-io:master Oct 2, 2024
21 checks passed
@jcar87 jcar87 mentioned this pull request Oct 2, 2024
3 tasks
@SpaceIm SpaceIm deleted the fix/libjpeg-clang-cl branch October 2, 2024 11:42
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] libjpeg/9e: Build fails using clang-cl
4 participants