Conan exporting missing file name specifier
See original GitHub issueI really need to be able to specify the file name of a given conan recipe file, but currently you can only provide the path.
conan export -h
usage: conan export [-h] [--path PATH] [--keep-source] user
Copies the package recipe (conanfile.py and associated files) to your local
cache. From the local cache it can be shared and reused in other projects.
Also, from the local cache, it can be uploaded to any remote with the "upload"
command.
positional arguments:
user user_name[/channel]. By default, channel is "testing",
e.g., phil or phil/stable
optional arguments:
-h, --help show this help message and exit
--path PATH, -p PATH Optional. Folder with a conanfile.py. Default current
directory.
--keep-source, -k Optional. Do not remove the source folder in the local
cache. Use for testing purposes only
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
conan export-pkg — conan 1.53.0 documentation
Exports a recipe, then creates a package from local source and build folders. If '–package-folder' is provided it will copy the files from...
Read more >[bug] conan export then conan install does not update ...
When you run conan install <.../conanfile.txt> --update --build missing Conan will do the following: It will check for updates in the remotes, ...
Read more >Conan cannot find a certain package for the specified ...
The MINGW64_PATH points to my MinGW installation folder. When running conan install it complains about a missing package (obviously a dependency ...
Read more >Conan and resolving dependencies in a C++ project
Managing 3rd-party dependencies in a C++ project with Conan: automatic builds and deployment in TeamCity, storing artifacts in JFrog ...
Read more >Test Import Project - GitLab Docs
Exception: No such file or directory @ rb_sysopen - (filename). The specified project export file in archive_path is missing.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It has been released in conan 0.22.0. thanks!
Great, Thanks!