Skip to content

Commit

Permalink
pbc: add transitive_headers=True to gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 11, 2023
1 parent 690e917 commit 8c7f057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recipes/pbc/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ sources:
patches:
"0.5.14":
- patch_file: "patches/0.5.14-0001-fix-config-sub-ios.patch"

Check warning on line 7 in recipes/pbc/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/0.5.14-0 ... ^ (line: 7)
base_path: ""
2 changes: 1 addition & 1 deletion recipes/pbc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("gmp/6.3.0")
self.requires("gmp/6.3.0", transitive_headers=True)

def build_requirements(self):
if self._settings_build.os == "Windows":
Expand Down

0 comments on commit 8c7f057

Please sign in to comment.