-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
qwt: add qt to tool_requirements #12831
Conversation
This comment has been minimized.
This comment has been minimized.
@uilianries @jgsogo what does this error mean ? is it an infrastructure issue ? |
This comment has been minimized.
This comment has been minimized.
The facts
recipes/libpng/all/conanfile.py @property
def _has_neon_support(self):
return "arm" in self.settings.arch
...
def config_options(self):
...
if not self._has_neon_support:
del self.options.neon (From the error message) it looks like some other package is trying to get the value of that (removed) The why/wtfThe two configurations that are failing are |
Oh! I think I know what's going on, and @SSE4 knows as well 😭 . This is a known bug that we realized in the context of CMake and Here we have a cross-building scenario and the package I'm not aware of any workaround, besides adding back that option to |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 4bc8ef2qwt/6.1.6
|
Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
I detected other pull requests that are modifying qwt/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. |
in favor of #12845 |
fixes #12830
Specify library name and version: qwt/*