-
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.
replace temporary version by official 1.3.0
Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
66b656c
commit 7ced202
Showing
7 changed files
with
14 additions
and
42 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,9 +1,9 @@ | ||
sources: | ||
"cci.20221028": | ||
url: "https://github.com/libtom/libtommath/archive/03de03dee753442d4b23166982514639c4ccbc39.tar.gz" | ||
sha256: "ab65fcfc88f7bd457b13a615228298935f05af17a0a8554ad0e3fba9812b03c2" | ||
"1.3.0": | ||
url: "https://github.com/libtom/libtommath/releases/download/v1.3.0/ltm-1.3.0.tar.xz" | ||
sha256: "296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08" | ||
patches: | ||
"cci.20221028": | ||
- patch_file: "patches/0002-enable-building-dlls.patch" | ||
patch_description: "add support for windows dlls" | ||
"1.3.0": | ||
- patch_file: "patches/0001-enable-building-dlls.patch" | ||
patch_description: "Enable building DLLs using tommath.def" | ||
patch_type: "portability" |
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
10 changes: 6 additions & 4 deletions
10
...e/patches/0002-enable-building-dlls.patch → ...e/patches/0001-enable-building-dlls.patch
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,4 +1,4 @@ | ||
#include "libtommath/tommath.h" | ||
#include "tommath.h" | ||
|
||
#include <stdio.h> | ||
#include <stdlib.h> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
versions: | ||
"cci.20221028": | ||
"1.3.0": | ||
folder: "cmake" | ||
"1.2.0": | ||
folder: "all" |