-
Notifications
You must be signed in to change notification settings - Fork 980
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
[POC][feature] find_libraries
function
#15866
base: develop2
Are you sure you want to change the base?
[POC][feature] find_libraries
function
#15866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I now understand better the intent of this :)
My main comment is that I think we want to do this together with a re-design of the cpp_info
capabilities (CPS-like) for defining libraries more explicitly, including types, import-libs and details like that
conan/tools/files/files.py
Outdated
from urllib.parse import urlparse | ||
from urllib.request import url2pathname | ||
|
||
import six |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No six import should be necessary anymore! I thought we had gotten rid of this 😅
fetch_libraries
functionfind_libraries
function
To discuss with the progress in #16054 |
Second round: #17105 |
78c52d1
to
ccdd4a0
Compare
Changelog: Feature: Created
find_libraries
function (alternative tocollect_libs
).Docs: https://github.com/conan-io/docs/pull/XXXX