-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/cereal: Update 1.3.0 -> 1.3.0-10
Also: * Add missing NO_ARCH * Fix dependencies * Not building tests every time * Add the 'test' target PR: 252793 Approved by: teodor@sigaev.ru (maintainer's timeout 25 days)
- Loading branch information
Showing
4 changed files
with
39 additions
and
11 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
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,3 +1,3 @@ | ||
| TIMESTAMP = 1573867507 | ||
| SHA256 (USCiLab-cereal-v1.3.0_GH0.tar.gz) = 329ea3e3130b026c03a4acc50e168e7daff4e6e661bc6a7dfec0d77b570851d5 | ||
| SIZE (USCiLab-cereal-v1.3.0_GH0.tar.gz) = 374585 | ||
| TIMESTAMP = 1613257495 | ||
| SHA256 (USCiLab-cereal-v1.3.0-10-g64f50dbd_GH0.tar.gz) = 9e6cf92293168f2a1d0e33da4879d3c4fe3c81520718a1bc1d9295bc9e54e426 | ||
| SIZE (USCiLab-cereal-v1.3.0-10-g64f50dbd_GH0.tar.gz) = 376163 |
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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| - Same change that is proposed here: https://github.com/USCiLab/cereal/issues/668 | ||
| - Otherwise sandbox is always built. | ||
|
|
||
| --- CMakeLists.txt.orig 2020-11-17 20:50:06 UTC | ||
| +++ CMakeLists.txt | ||
| @@ -115,6 +115,8 @@ if(BUILD_TESTS) | ||
| add_subdirectory(unittests) | ||
| endif() | ||
|
|
||
| -add_subdirectory(sandbox) | ||
| +if(BUILD_SANDBOX) | ||
| + add_subdirectory(sandbox) | ||
| +endif() | ||
|
|
||
| add_subdirectory(doc) |
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