Conan 1.56 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.56.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) When declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from the exported conandata. yml file to do a clone and checkout of the matching code. The0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.55 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.55.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.46 Documentationsetting See conan install reference. The local cache The local package cache is located at ~/.conan/data by default (but this is configurable). Clear packages from cache: $ conan remove "" --force Inspecting Dependencies The retrieved packages are installed to your local user cache (typically .conan/data), and can be reused from this location for other projects. This allows to clean your current project [options] cxx_14: False enable_apacheconnector: False enable_cppparser: False enable_crypto: True enable_data: True ... The @ symbol at the end of the package name is important to search for a specific package 0 码力 | 893 页 | 7.46 MB | 1 年前3
Conan 1.52 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 12: To: from def layout(self): basic_layout(self, src_folder="source") def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 943 页 | 7.62 MB | 1 年前3
Conan 1.53 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.53.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 953 页 | 7.64 MB | 1 年前3
Conan 1.54 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.54.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 953 页 | 7.65 MB | 1 年前3
Conan 1.51 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 12: To: from Documentation, Release 1.51.3 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 933 页 | 7.58 MB | 1 年前3
Conan 1.42 Documentationsetting See conan install reference. The local cache The local package cache is located at ~/.conan/data by default (but this is configurable). Clear packages from cache: $ conan remove "" --force Inspecting Dependencies The retrieved packages are installed to your local user cache (typically .conan/data), and can be reused from this location for other projects. This allows to clean your current project [options] cxx_14: False enable_apacheconnector: False enable_cppparser: False enable_crypto: True enable_data: True ... The @ symbol at the end of the package name is important to search for a specific package 0 码力 | 841 页 | 7.12 MB | 1 年前3
Conan 1.47 Documentationsetting See conan install reference. The local cache The local package cache is located at ~/.conan/data by default (but this is configurable). Clear packages from cache: $ conan remove "" --force Inspecting Dependencies The retrieved packages are installed to your local user cache (typically .conan/data), and can be reused from this location for other projects. This allows to clean your current project [options] cxx_14: False enable_apacheconnector: False enable_cppparser: False enable_crypto: True enable_data: True ... The @ symbol at the end of the package name is important to search for a specific package 0 码力 | 907 页 | 7.50 MB | 1 年前3
Conan 1.48 Documentationsetting See conan install reference. The local cache The local package cache is located at ~/.conan/data by default (but this is configurable). Clear packages from cache: $ conan remove "" --force Inspecting Dependencies The retrieved packages are installed to your local user cache (typically .conan/data), and can be reused from this location for other projects. This allows to clean your current project [options] cxx_14: False enable_apacheconnector: False enable_cppparser: False enable_crypto: True enable_data: True ... The @ symbol at the end of the package name is important to search for a specific package 0 码力 | 913 页 | 7.52 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













