SSE4
SSE4
this is very common error that license identifier is misspelled, probably would be nice to issue a warning in conan-center hook
some old recipes use code like: ``` self.cpp_info.shared_link_flags.append("-framework CoreAudio") ``` since conan 1.19, it's better to use just: ``` self.cpp_info.frameworks.append("CoreAudio") ``` the hook may advice the new systax over the...
``` ERROR: [HOOK - conan-center.py] pre_export(): [Errno 62] Too many levels of symbolic links: '/Users/sse4/bincrafters/test-symlinks/test' Traceback (most recent call last): File "/Users/sse4/bincrafters/conan/conans/client/hook_manager.py", line 58, in execute method(output=output, **kwargs) File "/Users/sse4/.conan/hooks/conan-center.py",...
this topic actually has multiple questions to clarify - [ ] can plug-in depend on other python libraries (e.g. `lief`, `requests`)? if so, how to specify them (e.g. `requirements.txt`)? -...
recently, a [new binary binary building service](https://blog.conan.io/2019/09/04/A-new-binary-building-service-for-Conan-center-packages.html) has been launched named [conan center index](https://github.com/conan-io/conan-center-index). if you're library author, maintainer, or just have some working recipe you would like to share,...
universal (fat) binaries are pretty common for Apple platforms - that's just binaries for several architectures combined together. sorry for the long text - but I am trying to describe...
To help us debug your issue please explain: - [ ] I've read the [CONTRIBUTING guide](https://raw.githubusercontent.com/conan-io/conan/develop/.github/CONTRIBUTING.md). - [ ] I've specified the Conan version, operating system version and any tool...