-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[flycv] new port flycv 1.2 #31986
[flycv] new port flycv 1.2 #31986
Conversation
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
@dg0yt @jimwang118 Thank you all, vcpkg managed 3rd-party dependencies have already working, but still one question to ask, how to write
Or (like libjpeg-turbo)
How can I tell the different? Which one are correct in this case? |
This part actually I don't know for
Or (like libjpeg-turbo)
How can I tell the different? Which one are correct in this case? |
This represents two usage modes of |
After checked these details, but still no, I can't write a cmake usage file because still not make sense to me, upstream document also seems lack of these details: https://github.com/PaddlePaddle/FlyCV/wiki/Quick-Start Can we merge without a usage since .lib/.dll already compiled and Visual Studio is working fine? |
@jimwang118 @dg0yt I already added usage, please check and review. |
The following error occurs when using the added usage.
|
@sdcb Thanks for your PR, Is work still being done for this PR? |
Actually no, I don't know how to write usage, I will delete the wrong usage file, request merge without usage. |
Hey @jimwang118 It seems I don't have such a line in your screenshot: it's test good in my side: PS C:\Users\ZhouJie> vcpkg install flycv:x64-windows --editable
Computing installation plan...
The following packages will be built and installed:
flycv:x64-windows -> 1.2.0
Installing 1/1 flycv:x64-windows...
Building flycv:x64-windows...
-- Using cached PaddlePaddle-FlyCV-release_-v1.2.0.tar.gz.
-- Using source at C:/_/3rd/vcpkg/buildtrees/flycv/src/se_-v1.2.0-b36dbca405
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Using cached mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst.
-- Using msys root at C:/_/3rd/vcpkg/downloads/tools/msys2/6f3fa1a12ef85a6f
-- Installing: C:/_/3rd/vcpkg/packages/flycv_x64-windows/share/flycv/copyright
-- Performing post-build validation
Elapsed time to handle flycv:x64-windows: 1.2 min
Total install time: 1.2 min |
|
Sorry I don't get it, are you talking about an issue in an old version, but current version is good? I think my best concern is will you merge without the usage file? (Because I tested in Visual Studio it's works perfectly) |
I think we need a working usage file for CMake users. @jimwang118 can you help? |
The local compilation test has the following problems. I can help write cmake usage.
|
Thanks for your PR, Is work still being done for this PR? |
@jimwang118 sadly nop, hmm maybe you should close this PR😂? |
Then you can just close the PR. |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxxvcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.