-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* uniform syntax * adds version 1.5.5 * adds new recipe options * changes requirement logic * changes configure logic * adapts package_id for the new options * new logic for package_info() * adds 1.5.5 version to sources * adds the rest of the settings * removes calls to base class methods * moves validation code to validate() method * adds pthread in package_info * addresses PR comments * addresses PR comments * Update recipes/stlab/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
4efff19
commit 851ccb8
Showing
3 changed files
with
132 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
sources: | ||
"1.5.5": | ||
url: "https://github.com/stlab/libraries/archive/v1.5.5.tar.gz" | ||
sha256: "30ec5a36b4c074feac72a1b9a744f0b279010e18c7bb04bbdc5d44fe9eaf5ad8" | ||
"1.5.4": | ||
url: "https://github.com/stlab/libraries/archive/v1.5.4.tar.gz" | ||
sha256: "87306f58f6614f4a1ca54dda52fedff7e610d3b3dae035829657bac77bc33640" | ||
1.5.2: | ||
"1.5.2": | ||
url: https://github.com/stlab/libraries/archive/v1.5.2.tar.gz | ||
sha256: a82eb013e51d0bb3ee2050f0eda31e11997cb4ca74d2abfdc2c8249c5c67c9fb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
versions: | ||
"1.5.5": | ||
folder: all | ||
"1.5.4": | ||
folder: all | ||
1.5.2: | ||
"1.5.2": | ||
folder: all |