forked from PIVX-Project/PIVX
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depends: Move librustzcash crate to source tree
First step, actual build system changes to follow
- Loading branch information
Showing
21 changed files
with
83 additions
and
246 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[source.crates-io] | ||
replace-with = "vendored-sources" | ||
|
||
[source.vendored-sources] | ||
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am |
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
File renamed without changes.
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
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
8 changes: 4 additions & 4 deletions
8
depends/packages/crate_bech32.mk → depends/packages/crate_ff.mk
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package=crate_ff_derive | ||
$(package)_crate_name=ff_derive | ||
$(package)_version=0.4.0 | ||
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name) | ||
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate | ||
$(package)_sha256_hash=a9cb38a53026415988765d8d7d81b680187a77a486ba9e249dbccd5a3e74429b | ||
$(package)_crate_versioned_name=$($(package)_crate_name) | ||
|
||
define $(package)_preprocess_cmds | ||
$(call generate_crate_checksum,$(package)) | ||
endef | ||
|
||
define $(package)_stage_cmds | ||
$(call vendor_crate_source,$(package)) | ||
endef |
8 changes: 4 additions & 4 deletions
8
depends/packages/crate_rand_os.mk → depends/packages/crate_group.mk
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package=crate_zcash_primitives | ||
$(package)_crate_name=zcash_primitives | ||
$(package)_version=0.1.0 | ||
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name) | ||
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate | ||
$(package)_sha256_hash=9530749bc784c4ca0d7bf000333cec29acf94f1875ad8db088e12dfee1095d13 | ||
$(package)_crate_versioned_name=$($(package)_crate_name) | ||
|
||
define $(package)_preprocess_cmds | ||
$(call generate_crate_checksum,$(package)) | ||
endef | ||
|
||
define $(package)_stage_cmds | ||
$(call vendor_crate_source,$(package)) | ||
endef |
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 @@ | ||
package=crate_zcash_proofs | ||
$(package)_crate_name=zcash_proofs | ||
$(package)_version=0.1.0 | ||
$(package)_download_path=https://static.crates.io/crates/$($(package)_crate_name) | ||
$(package)_file_name=$($(package)_crate_name)-$($(package)_version).crate | ||
$(package)_sha256_hash=6f12228d3bff81779e848bc7e7a68f282c717ef2f67a69e6477f4667fbb06078 | ||
$(package)_crate_versioned_name=$($(package)_crate_name) | ||
|
||
define $(package)_preprocess_cmds | ||
$(call generate_crate_checksum,$(package)) | ||
endef | ||
|
||
define $(package)_stage_cmds | ||
$(call vendor_crate_source,$(package)) | ||
endef |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.