xmake-io / xrepo

🗂️ A cross-platform C/C++ package manager based on Xmake
https://xrepo.xmake.io
Apache License 2.0
354 stars 18 forks source link

xrepo search vcpkg::flashlight-cuda gives no results #9

Closed oblitum closed 3 years ago

oblitum commented 3 years ago

Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not replied.

Describe the bug

A clear and concise description of what the bug is.

xrepo search vcpkg::flashlight-cuda doesn't return a result for the flashlight-cuda package on vcpkg.

Expected behavior

A clear and concise description of what you expected to happen.

It should return some result, as the package actually exists on vcpkg.

Error output

If applicable, please add verbose the errors output to help us analyze your problem.

If it is a xmake related compilation problem, please add the -v -D parameter and give the detailed compilation output information.

Related Environment

Please provide compiling and running environment information:

Additional context

Add any other context about the problem here.

waruqi commented 3 years ago

xrepo does not yet support searching for packages in third-party package management. Currently, only packages in xmake-repo can be searched.

oblitum commented 3 years ago

I'll leave it open as feature request.

waruqi commented 3 years ago

I have support it on xmake/dev. see https://github.com/xmake-io/xmake/issues/1422

oblitum commented 3 years ago

Nice, thanks. Waiting for a new release so I can give it a try.