Conan 1.16 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . packages to a remote. 5.3. Recipe and Sources in the Same Repo 39 conan Documentation, Release 1.16.1 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages them on your own Conan server, so that the builds do not rely on third party URL being available. 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.16.1 5.5 Understanding Packaging0 码力 | 545 页 | 4.34 MB | 1 年前3
Conan 1.15 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . local repository. 5.3. Recipe and Sources in the Same Repo 39 conan Documentation, Release 1.15.1 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages them on your own Conan server, so that the builds do not rely on third party URL being available. 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.15.1 5.5 Understanding Packaging0 码力 | 540 页 | 4.22 MB | 1 年前3
Conan 1.17 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . packages to a remote. 5.3. Recipe and Sources in the Same Repo 39 conan Documentation, Release 1.17.2 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages them on your own Conan server, so that the builds do not rely on third party URL being available. 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.17.2 5.5 Understanding Packaging0 码力 | 567 页 | 4.53 MB | 1 年前3
Conan 1.6 Documentationsources in the same repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.4 Packaging existing binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . changes. It allows to speed up the development of your packages cloning from a local repository. 5.4 Packaging existing binaries Sometimes, it is necessary to create packages from existing binaries, package(self): self.copy("*") def package_info(self): self.cpp_info.libs = self.collect_libs() 5.4. Packaging existing binaries 37 conan Documentation, Release 1.6.1 The provided package_info() method0 码力 | 428 页 | 2.87 MB | 1 年前3
Conan 1.7 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . This allows you to speed up the development of your packages when cloning from a local repository. 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages package(self): self.copy("*") def package_info(self): self.cpp_info.libs = self.collect_libs() 5.4. Packaging Existing Binaries 37 conan Documentation, Release 1.7.4 The provided package_info() method0 码力 | 433 页 | 2.95 MB | 1 年前3
Conan 1.18 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . with its packages to a remote. 40 Chapter 5. Creating Packages conan Documentation, Release 1.18.5 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages customize test_package project # customize package recipe if necessary (continues on next page) 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.18.5 (continued from previous page)0 码力 | 584 页 | 4.80 MB | 1 年前3
Conan 1.19 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . You can use conan upload --force to force uploading the recipe with the “auto” values un-replaced. 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages export-pkg . Hello/0.1@myuser/testing -s os=Windows -s compiler=gcc -s compiler. ˓→version=4.9 ... 5.4. Packaging Existing Binaries 41 Conan Documentation, Release 1.19.3 Having a test_package folder0 码力 | 609 页 | 4.88 MB | 1 年前3
Conan 1.20 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . You can use conan upload --force to force uploading the recipe with the “auto” values un-replaced. 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages export-pkg . Hello/0.1@myuser/testing -s os=Windows -s compiler=gcc -s compiler. ˓→version=4.9 ... 5.4. Packaging Existing Binaries 41 Conan Documentation, Release 1.20.5 Having a test_package folder0 码力 | 611 页 | 4.89 MB | 1 年前3
Conan 1.12 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . local repository. 5.3. Recipe and Sources in the Same Repo 39 conan Documentation, Release 1.12.3 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages them on your own Conan server, so that the builds do not rely on third party URL being available. 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.12.3 5.5 Understanding Packaging0 码力 | 505 页 | 4.10 MB | 1 年前3
Conan 1.13 Documentationand Sources in the Same Repo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 5.4 Packaging Existing Binaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . local repository. 5.3. Recipe and Sources in the Same Repo 39 conan Documentation, Release 1.13.3 5.4 Packaging Existing Binaries There are specific scenarios in which it is necessary to create packages them on your own Conan server, so that the builds do not rely on third party URL being available. 5.4. Packaging Existing Binaries 41 conan Documentation, Release 1.13.3 5.5 Understanding Packaging0 码力 | 518 页 | 4.14 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













