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

Pistache does not build on Clang #35

Open
Tachi107 opened this issue Jan 15, 2025 · 1 comment
Open

Pistache does not build on Clang #35

Tachi107 opened this issue Jan 15, 2025 · 1 comment

Comments

@Tachi107
Copy link

Hi! Glad you've open sourced mikage :)

I'm one of the Pistache maintainers, and have noticed that you've disabled Pistache usage on Linux+Clang because "Pistache does not build on clang":

mikage-dev/conanfile.py

Lines 48 to 49 in da86d20

# Pistache does not build on clang
if self.settings.os == "Linux" and self.settings.compiler != "clang":

This is odd, as we always build and test Pistache in our CI pipelines. What issues you've encountered? How can I help?

Bye!

@neobrain
Copy link
Member

Hey, thanks for your work on Pistache, it's been quite useful :)

I believe this is only an issue in old Pistache versions, such as the one currently pinned in our conanfile. I think this should be fine now that there are new versions available, but I'll need to find some time to verify by testing.

What issues you've encountered? How can I help?

Conan tends to include new package versions only if an upstream release happens, which is why I was stuck with 20201127 for a long time. I see you've recently started tagging releases again though, so it looks like you're on a good track :)

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

No branches or pull requests

2 participants